diff options
Diffstat (limited to 'applications')
181 files changed, 10428 insertions, 9015 deletions
diff --git a/applications/luci-app-acme/po/lt/acme.po b/applications/luci-app-acme/po/lt/acme.po index 30f9558c7d..7afe842713 100644 --- a/applications/luci-app-acme/po/lt/acme.po +++ b/applications/luci-app-acme/po/lt/acme.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-18 05:15+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsacme/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3 @@ -128,7 +128,7 @@ msgstr "Įjungti/Įgalinti derinimo/trukdžių šalinimo žurnalinimą" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54 msgid "General Settings" diff --git a/applications/luci-app-adblock-fast/Makefile b/applications/luci-app-adblock-fast/Makefile index cc7948130d..defaa96ae4 100644 --- a/applications/luci-app-adblock-fast/Makefile +++ b/applications/luci-app-adblock-fast/Makefile @@ -1,16 +1,25 @@ -# Copyright 2023 MOSSDeF, Stan Grishin (stangri@melmac.ca) -# This is free software, licensed under the GNU General Public License v3. +# Copyright 2023-2024 MOSSDeF, Stan Grishin (stangri@melmac.ca). +# This is free software, licensed under AGPL-3.0-or-later. include $(TOPDIR)/rules.mk -PKG_LICENSE:=GPL-3.0-or-later +PKG_NAME:=luci-app-adblock-fast +PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=1.1.1-r7 +PKG_VERSION:=1.1.2 +PKG_RELEASE:=1 LUCI_TITLE:=AdBlock-Fast Web UI LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service. LUCI_DEPENDS:=+luci-base +adblock-fast +jsonfilter -LUCI_PKGARCH:=all + +define Package/$(PKG_NAME)/config +# shown in make menuconfig <Help> +help + $(LUCI_TITLE) + . + Version: $(PKG_VERSION)-$(PKG_RELEASE) +endef include ../../luci.mk diff --git a/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js b/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js index 1040cfb369..bebafff50a 100644 --- a/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js +++ b/applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js @@ -189,6 +189,12 @@ var status = baseclass.extend({ warningMissingRecommendedPackages: _( "Some recommended packages are missing" ), + warningOutdatedLuciPackage: _( + "The WebUI application (luci-app-adblock-fast) is outdated, please update it" + ), + warningOutdatedPrincipalPackage: _( + "The principal package (adblock-fast) is outdated, please update it" + ), warningInvalidCompressedCacheDir: _( "Invalid compressed cache directory '%s'" ), diff --git a/applications/luci-app-adblock-fast/po/lt/adblock-fast.po b/applications/luci-app-adblock-fast/po/lt/adblock-fast.po index cc7c689c45..b35af4a73e 100644 --- a/applications/luci-app-adblock-fast/po/lt/adblock-fast.po +++ b/applications/luci-app-adblock-fast/po/lt/adblock-fast.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsadblock-fast/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:228 msgid "%s is currently disabled" @@ -751,7 +751,7 @@ msgstr "„dnsmasq“ serverių failas" #: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:347 msgid "none" -msgstr "joks" +msgstr "joks (-ia/-ie)" #: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:159 msgid "smartdns domain set" diff --git a/applications/luci-app-adblock-fast/po/sv/adblock-fast.po b/applications/luci-app-adblock-fast/po/sv/adblock-fast.po index 431b4d5631..dd7092a61d 100644 --- a/applications/luci-app-adblock-fast/po/sv/adblock-fast.po +++ b/applications/luci-app-adblock-fast/po/sv/adblock-fast.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2023-12-25 23:28+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 16:49+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsadblock-fast/sv/>\n" "Language: sv\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:228 msgid "%s is currently disabled" @@ -658,7 +658,7 @@ msgstr "Utförlig utmatning" #: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/status/include/70_adblock-fast.js:85 msgid "Version" -msgstr "" +msgstr "Version" #: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:126 msgid "Version %s" diff --git a/applications/luci-app-adblock-fast/po/templates/adblock-fast.pot b/applications/luci-app-adblock-fast/po/templates/adblock-fast.pot index 874c6386bc..5976b935cf 100644 --- a/applications/luci-app-adblock-fast/po/templates/adblock-fast.pot +++ b/applications/luci-app-adblock-fast/po/templates/adblock-fast.pot @@ -1,7 +1,7 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:228 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:234 msgid "%s is currently disabled" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "Cache file found." msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:195 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:201 msgid "Can't detect free RAM" msgstr "" @@ -137,7 +137,7 @@ msgstr "" msgid "Compressed cache file found." msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:226 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:232 msgid "Config (%s) validation failure!" msgstr "" @@ -171,7 +171,7 @@ msgid "" "Directory for compressed cache file of block-list in the persistent memory." msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:429 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:435 #: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:360 msgid "Disable" msgstr "" @@ -184,7 +184,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:423 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:429 msgid "Disabling %s service" msgstr "" @@ -213,7 +213,7 @@ msgstr "" msgid "Downloading lists" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:410 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:416 #: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:361 #: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:515 msgid "Enable" @@ -228,7 +228,7 @@ msgstr "" msgid "Enables debug output to /tmp/adblock-fast.log." msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:404 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:410 msgid "Enabling %s service" msgstr "" @@ -236,7 +236,7 @@ msgstr "" msgid "Error" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:303 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:309 msgid "Errors encountered, please check the %sREADME%s" msgstr "" @@ -244,83 +244,83 @@ msgstr "" msgid "Fail" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:251 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:257 msgid "Failed to access shared memory" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:247 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:253 msgid "Failed to create '%s' file" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:269 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:275 msgid "Failed to create block-list or restart DNS resolver" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:260 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:266 msgid "Failed to create compressed cache" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:246 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:252 msgid "Failed to create directory for %s file" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:281 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:287 msgid "Failed to create output/cache/gzip file directory" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:283 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:289 msgid "Failed to detect format %s" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:276 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:282 msgid "Failed to download %s" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:274 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:280 msgid "Failed to download Config Update file" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:255 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:261 msgid "Failed to format data file" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:264 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:270 msgid "Failed to move '%s' to '%s'" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:257 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:263 msgid "Failed to move temporary data file to '%s'" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:253 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:259 msgid "Failed to optimize data file" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:278 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:284 msgid "Failed to parse %s" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:277 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:283 msgid "Failed to parse Config Update file" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:254 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:260 msgid "Failed to process allow-list" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:272 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:278 msgid "Failed to reload/restart DNS resolver" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:262 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:268 msgid "Failed to remove temporary files" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:250 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:256 msgid "Failed to restart/reload DNS resolver" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:252 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:258 msgid "Failed to sort data file" msgstr "" @@ -328,11 +328,11 @@ msgstr "" msgid "Failed to start" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:271 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:277 msgid "Failed to stop %s" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:263 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:269 msgid "Failed to unpack compressed cache" msgstr "" @@ -357,7 +357,7 @@ msgstr "" msgid "Force Router DNS server to all local devices" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:351 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:357 msgid "Force redownloading %s block lists" msgstr "" @@ -365,7 +365,7 @@ msgstr "" msgid "Forces Router DNS use on local devices, also known as DNS Hijacking." msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:288 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:294 msgid "Free ram (%s) is not enough to process all enabled block-lists" msgstr "" @@ -397,7 +397,7 @@ msgstr "" msgid "Individual domains to be blocked." msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:193 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:199 msgid "Invalid compressed cache directory '%s'" msgstr "" @@ -423,11 +423,11 @@ msgstr "" msgid "No AdBlock on dnsmasq" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:279 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:285 msgid "No HTTPS/SSL support on device" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:285 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:291 msgid "No blocked list URLs nor blocked-domains enabled" msgstr "" @@ -439,11 +439,11 @@ msgstr "" msgid "Output Verbosity Setting" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:372 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:378 msgid "Pause" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:367 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:373 msgid "Pausing %s" msgstr "" @@ -481,7 +481,7 @@ msgstr "" msgid "Processing lists" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:357 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:363 msgid "Redownload" msgstr "" @@ -490,11 +490,11 @@ msgstr "" msgid "Restarting" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:470 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:476 msgid "Service Control" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:294 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:300 msgid "Service Errors" msgstr "" @@ -502,7 +502,7 @@ msgstr "" msgid "Service Status" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:200 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:206 msgid "Service Warnings" msgstr "" @@ -526,7 +526,7 @@ msgstr "" msgid "Some recommended packages are missing" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:338 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:344 msgid "Start" msgstr "" @@ -535,7 +535,7 @@ msgstr "" msgid "Starting" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:332 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:338 msgid "Starting %s service" msgstr "" @@ -543,7 +543,7 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:391 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:397 msgid "Stop" msgstr "" @@ -556,7 +556,7 @@ msgstr "" msgid "Stopped" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:385 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:391 msgid "Stopping %s service" msgstr "" @@ -572,32 +572,41 @@ msgstr "" msgid "Suppress output" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:244 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:250 msgid "The %s failed to discover WAN gateway" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:232 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:193 +msgid "" +"The WebUI application (luci-app-adblock-fast) is outdated, please update it" +msgstr "" + +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:238 msgid "" "The dnsmasq ipset support is enabled, but dnsmasq is either not installed or " "installed dnsmasq does not support ipset" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:235 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:241 msgid "" "The dnsmasq ipset support is enabled, but ipset is either not installed or " "installed ipset does not support '%s' type" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:238 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:244 msgid "" "The dnsmasq nft set support is enabled, but dnsmasq is either not installed " "or installed dnsmasq does not support nft set" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:241 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:247 msgid "The dnsmasq nft sets support is enabled, but nft is not installed" msgstr "" +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:196 +msgid "The principal package (adblock-fast) is outdated, please update it" +msgstr "" + #: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:528 msgid "URL" msgstr "" @@ -616,11 +625,11 @@ msgstr "" msgid "Unknown" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:301 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:307 msgid "Unknown error" msgstr "" -#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:208 +#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:214 msgid "Unknown warning" msgstr "" diff --git a/applications/luci-app-adblock-fast/root/usr/libexec/rpcd/luci.adblock-fast b/applications/luci-app-adblock-fast/root/usr/libexec/rpcd/luci.adblock-fast index 8859c11d71..2f84904c01 100755 --- a/applications/luci-app-adblock-fast/root/usr/libexec/rpcd/luci.adblock-fast +++ b/applications/luci-app-adblock-fast/root/usr/libexec/rpcd/luci.adblock-fast @@ -14,6 +14,7 @@ # ubus -S call luci.adblock-fast setInitAction '{"name": "adblock-fast", "action": "pause" }' # ubus -S call luci.adblock-fast setInitAction '{"name": "adblock-fast", "action": "stop" }' +readonly luciCompat='1' readonly adbFunctionsFile='/etc/init.d/adblock-fast' if [ -s "$adbFunctionsFile" ]; then # shellcheck source=../../../../../adblock-fast/files/etc/init.d/adblock-fast @@ -156,6 +157,15 @@ get_init_status() { json_close_object done fi + if is_greater "${packageCompat:-0}" "${luciCompat:-0}"; then + json_add_object + json_add_string 'id' 'warningOutdatedLuciPackage' + json_close_object + elif is_greater "${luciCompat:-0}" "${packageCompat:-0}"; then + json_add_object + json_add_string 'id' 'warningOutdatedPrincipalPackage' + json_close_object + fi json_close_array ports="$(ubus_get_ports)" diff --git a/applications/luci-app-adblock/po/lt/adblock.po b/applications/luci-app-adblock/po/lt/adblock.po index 43e0a28932..d0762d198a 100644 --- a/applications/luci-app-adblock/po/lt/adblock.po +++ b/applications/luci-app-adblock/po/lt/adblock.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-12 11:02+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsadblock/lt/>\n" @@ -9,10 +9,9 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " -"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " -"1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" +"n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:272 msgid "Action" @@ -309,7 +308,7 @@ msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:319 msgid "End Timestamp" @@ -521,7 +520,7 @@ msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281 msgid "Reload" -msgstr "" +msgstr "Perleidimas/-sti" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 msgid "Remove an existing job" diff --git a/applications/luci-app-adblock/po/pl/adblock.po b/applications/luci-app-adblock/po/pl/adblock.po index 55056b1c69..0dd3e3896a 100644 --- a/applications/luci-app-adblock/po/pl/adblock.po +++ b/applications/luci-app-adblock/po/pl/adblock.po @@ -1,15 +1,15 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-01-14 10:54+0000\n" -"Last-Translator: \"Marcin Szczotka (arcinin1)\" <arcinin1@wp.pl>\n" +"PO-Revision-Date: 2024-05-04 18:23+0000\n" +"Last-Translator: Matthaiks <kitynska@gmail.com>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsadblock/pl/>\n" "Language: pl\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.4-dev\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:272 msgid "Action" @@ -611,7 +611,7 @@ msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288 msgid "Restart" -msgstr "Restartuj" +msgstr "Uruchom ponownie" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:96 msgid "Result" diff --git a/applications/luci-app-alist/po/de/alist.po b/applications/luci-app-alist/po/de/alist.po index 844f0b87f9..19d618a775 100644 --- a/applications/luci-app-alist/po/de/alist.po +++ b/applications/luci-app-alist/po/de/alist.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-18 14:03+0000\n" -"Last-Translator: CSoellinger <zerogiven@gmail.com>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsalist/de/>\n" "Language: de\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-alist/htdocs/luci-static/resources/view/alist/config.js:67 msgid "" @@ -84,7 +84,7 @@ msgstr "Log" #: applications/luci-app-alist/htdocs/luci-static/resources/view/alist/log.js:48 msgid "Log file does not exist." -msgstr "Die Protokoll-Datei existiert nicht." +msgstr "Die Protokolldatei existiert nicht." #: applications/luci-app-alist/htdocs/luci-static/resources/view/alist/log.js:39 msgid "Log is empty." diff --git a/applications/luci-app-aria2/po/lt/aria2.po b/applications/luci-app-aria2/po/lt/aria2.po index c78f0a1c18..c69abfc4a0 100644 --- a/applications/luci-app-aria2/po/lt/aria2.po +++ b/applications/luci-app-aria2/po/lt/aria2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsaria2/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:433 msgid "<abbr title=\"Local Peer Discovery\">LPD</abbr> enabled" @@ -175,7 +175,7 @@ msgstr "Įjungti/Įgalinti įgaliotąjį/-us" #: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:206 msgid "Enabled" -msgstr "Įjungta/Įgalinta (-as)" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:234 msgid "Error" @@ -381,7 +381,7 @@ msgstr "Nėra žurnalo duomenų." #: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:591 msgid "None" -msgstr "Joks" +msgstr "Joks (-ia/-ie)" #: applications/luci-app-aria2/htdocs/luci-static/resources/view/aria2/config.js:232 msgid "Notice" diff --git a/applications/luci-app-attendedsysupgrade/po/sv/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/sv/attendedsysupgrade.po index 7b8bf4e602..3ddf92a0a9 100644 --- a/applications/luci-app-attendedsysupgrade/po/sv/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/sv/attendedsysupgrade.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-12 14:21+0000\n" -"Last-Translator: Sergey Ponomarev <stokito@gmail.com>\n" +"PO-Revision-Date: 2024-05-12 16:49+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsattendedsysupgrade/sv/>\n" "Language: sv\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:21 msgid "Address" @@ -30,7 +30,7 @@ msgstr "Systemövervakad uppgradering" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:12 msgid "Attendedsysupgrade Configuration." -msgstr "Konfiguration för system-övervakad uppgradering." +msgstr "Konfiguration för systemövervakad uppgradering." #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:512 msgid "Board Name / Profile" @@ -42,7 +42,7 @@ msgstr "Byggnationsdatum" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:193 msgid "Building Firmware..." -msgstr "" +msgstr "Bygger mjukvara..." #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:156 #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:527 @@ -71,7 +71,7 @@ msgstr "Kunde inte nå API vid \"%s\". Vänligen försök igen senare." #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:520 #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:618 msgid "Currently running: %s - %s" -msgstr "" +msgstr "Kör för närvarande: %s - %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:289 msgid "Download" @@ -79,23 +79,23 @@ msgstr "Ladda ner" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:127 msgid "Download firmware image" -msgstr "" +msgstr "Ladda ner mjukvaruavbildning" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:64 msgid "Downloading ImageBuilder archive" -msgstr "" +msgstr "Laddar ner ImageBuilder-arkiv" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:335 msgid "Downloading firmware from server to browser" -msgstr "" +msgstr "Laddar ner mjukvaran från servern till webbläsaren" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:331 msgid "Downloading..." -msgstr "" +msgstr "Laddar ner..." #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:241 msgid "Error building the firmware image" -msgstr "" +msgstr "Fel vid byggandet av mjukvaruavbildningen" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:420 msgid "Error connecting to upgrade server" @@ -103,11 +103,11 @@ msgstr "Fel uppstod vid anslutning till uppgraderingsservern" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:372 msgid "Error during download of firmware. Please try again" -msgstr "" +msgstr "Fel vid nerladdning av mjukvaran. Försök igen" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:118 msgid "Filename" -msgstr "" +msgstr "Filnamn" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:120 msgid "Filesystem" @@ -115,7 +115,7 @@ msgstr "Filsystem" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:67 msgid "Generating firmware image" -msgstr "" +msgstr "Genererar mjukvaruavbildning" #: applications/luci-app-attendedsysupgrade/root/usr/share/rpcd/acl.d/luci-app-attendedsysupgrade.json:3 msgid "Grant UCI access to LuCI app attendedsysupgrade" @@ -123,7 +123,7 @@ msgstr "Ge UCI tillgång till LuCI-appen attendedsysupgrade" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:166 msgid "Install firmware image" -msgstr "" +msgstr "Installera mjukvaruavbildningen" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:381 msgid "Installing the sysupgrade. Do not unpower device!" @@ -132,15 +132,15 @@ msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:377 msgid "Installing..." -msgstr "" +msgstr "Installerar..." #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:152 msgid "Keep settings and retain the current configuration" -msgstr "Behåll inställningarna och behåll den nuvarande konfigurationen" +msgstr "Behåll nuvarande inställningar och konfiguration" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:517 msgid "New firmware upgrade available" -msgstr "" +msgstr "Ny mjukvaruuppgradering tillgänglig" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:555 msgid "No upgrade available" @@ -151,6 +151,8 @@ msgid "" "Other ASU server instances that rebuild a requested image. Allows to compare " "checksums and verify that the results are the same." msgstr "" +"Andra ASU serverinstanser som bygger den begärda mjukvaruavbildningen. Ger " +"möjlighet att jämföra kontrollsummor och verifiera att resultatet är samma." #: applications/luci-app-attendedsysupgrade/root/usr/share/luci/menu.d/luci-app-attendedsysupgrade.json:15 msgid "Overview" @@ -158,15 +160,15 @@ msgstr "Överblick" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:513 msgid "Packages" -msgstr "" +msgstr "Paket" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:219 msgid "Please report the error message and request" -msgstr "Vänligen rapportera fel-meddelandet och förfrågningen" +msgstr "Vänligen rapportera felmeddelandet och förfrågningen" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:112 msgid "Profile" -msgstr "" +msgstr "Profil" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:197 msgid "Progress: %s%% %s" @@ -174,7 +176,7 @@ msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:183 msgid "Queued..." -msgstr "" +msgstr "Köad..." #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:28 msgid "Rebuilders" @@ -186,19 +188,19 @@ msgstr "" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:63 msgid "Received build request" -msgstr "" +msgstr "Tog emot byggförfrågan" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:221 msgid "Request Data:" -msgstr "" +msgstr "Förfrågningsdata:" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:549 msgid "Request firmware image" -msgstr "" +msgstr "Begär mjukvaruavbildning" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:187 msgid "Request in build queue position %s" -msgstr "" +msgstr "Förfrågan i byggköposition %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:106 msgid "SHA256" @@ -206,11 +208,11 @@ msgstr "SHA256" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:629 msgid "Search for firmware upgrade" -msgstr "" +msgstr "Sök efter mjukvaruuppgradering" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:42 msgid "Search for new sysupgrades on opening the tab" -msgstr "Sök efter nya system-uppgraderingar i den öppnade fliken" +msgstr "Sök efter nya systemuppgraderingar vid öppnande av fliken" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:41 msgid "Search on opening" @@ -218,11 +220,11 @@ msgstr "Sök efter öppning" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:411 msgid "Searching for an available sysupgrade of %s - %s" -msgstr "" +msgstr "Söker efter tillgänglig systemuppgradering av %s - %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:407 msgid "Searching..." -msgstr "" +msgstr "Söker..." #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:15 msgid "Server" @@ -230,19 +232,19 @@ msgstr "Server" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:215 msgid "Server response: %s" -msgstr "" +msgstr "Svar från servern: %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:65 msgid "Setting Up ImageBuilder" -msgstr "" +msgstr "Konfigurerar ImageBuilder" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js:51 msgid "Show advanced options like package list modification" -msgstr "" +msgstr "Visa avancerade alternativ, t.ex. modifiering av paketlistan" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:171 msgid "Successfully created firmware image" -msgstr "" +msgstr "Skapandet av mjukvaruavbildningen lyckades" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:114 msgid "Target" @@ -253,29 +255,31 @@ msgid "" "The attended sysupgrade service allows to easily upgrade vanilla and custom " "firmware images." msgstr "" +"Tjänsten systemövervakad uppgradering tillåter enkel uppgradering av ej " +"anpassade och anpassade mjukvaruavbildningar." #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:558 msgid "The device runs the latest firmware version %s - %s" -msgstr "Enheten kör den senaste mjukvaru-versionen %s - %s" +msgstr "Enheten kör den senaste mjukvaruversionen %s - %s" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:613 msgid "" "This is done by building a new firmware on demand via an online service." msgstr "" -"Det här gjordes genom att bygga en ny inre mjukvara efter begäran via en " -"online-tjänst." +"Det här görs genom att bygga en ny mjukvaruavbildning efter begäran via en " +"onlinetjänst." #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:357 msgid "Uploading firmware from browser to device" -msgstr "Laddar upp den inre mjukvaran från navigatorn till enheten" +msgstr "Laddar upp mjukvaruavbildningen från webbläsaren till enheten" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:353 msgid "Uploading..." -msgstr "" +msgstr "Laddar upp..." #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:66 msgid "Validate package selection" -msgstr "" +msgstr "Validera val av paket" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:104 msgid "Version" @@ -287,7 +291,7 @@ msgstr "Fel kontrollsumma" #: applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js:497 msgid "[installed] %s" -msgstr "" +msgstr "[installerat] %s" #~ msgid "File" #~ msgstr "Fil" diff --git a/applications/luci-app-banip/po/ar/banip.po b/applications/luci-app-banip/po/ar/banip.po index d43d8dc40c..be647db87e 100644 --- a/applications/luci-app-banip/po/ar/banip.po +++ b/applications/luci-app-banip/po/ar/banip.po @@ -18,31 +18,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -66,19 +66,19 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -88,33 +88,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -122,19 +122,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -152,19 +152,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -174,7 +174,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -195,8 +195,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -213,7 +213,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -231,7 +231,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -245,7 +245,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -277,25 +277,25 @@ msgstr "" msgid "Download Utility" msgstr "تحميل الأداة" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "إعلام البريد الإلكتروني" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "ملف تعريف البريد الإلكتروني" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "عنوان مستقبل البريد الإلكتروني" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "عنوان مرسل البريد الإلكتروني" @@ -303,7 +303,7 @@ msgstr "عنوان مرسل البريد الإلكتروني" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "موضوع البريد الإلكتروني" @@ -329,11 +329,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -341,7 +341,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -361,15 +361,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -417,15 +417,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -464,7 +466,7 @@ msgid "Information" msgstr "معلومة" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -472,7 +474,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -480,8 +482,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -497,15 +499,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -513,7 +515,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -531,29 +533,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -561,35 +563,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -601,7 +603,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -628,7 +630,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +645,7 @@ msgstr "" msgid "Overview" msgstr "نظرة عامة" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -657,25 +659,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -685,7 +687,7 @@ msgstr "" msgid "Refresh" msgstr "نعش الذاكرة" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -697,7 +699,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -713,7 +715,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -738,12 +740,14 @@ msgstr "تشغيل الإشارات" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -774,7 +778,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -783,7 +787,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -813,11 +817,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -837,7 +841,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -869,7 +873,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -905,17 +909,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -923,12 +927,14 @@ msgstr "" msgid "Trigger Delay" msgstr "تأخير الزناد" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -939,15 +945,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -986,8 +992,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -995,8 +1001,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1010,7 +1016,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1046,59 +1052,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/bg/banip.po b/applications/luci-app-banip/po/bg/banip.po index c1d1ebfaae..39f55f766b 100644 --- a/applications/luci-app-banip/po/bg/banip.po +++ b/applications/luci-app-banip/po/bg/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASN-и" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Разширени настройки" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Автоматичен блоклист" @@ -121,19 +121,19 @@ msgstr "Автоматичен блоклист" msgid "Auto Detection" msgstr "Автоматично засичане" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Държави" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "E-Mail Известяване" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "E-Mail Профил" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "E-Mail Изпращач" @@ -302,7 +302,7 @@ msgstr "E-Mail Изпращач" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "E-Mail Тема" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "Включи banIP сервиз." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "Информация" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "Състояние" msgid "Stop" msgstr "Спиране" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "Версия" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/bn_BD/banip.po b/applications/luci-app-banip/po/bn_BD/banip.po index d9547721a5..0720b2d0a6 100644 --- a/applications/luci-app-banip/po/bn_BD/banip.po +++ b/applications/luci-app-banip/po/bn_BD/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -302,7 +302,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/ca/banip.po b/applications/luci-app-banip/po/ca/banip.po index 9b10eb1420..9afea9c434 100644 --- a/applications/luci-app-banip/po/ca/banip.po +++ b/applications/luci-app-banip/po/ca/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "Utilitat de baixades" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Notificació de correu" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Adreça del destinatari de correu" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -302,7 +302,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "Informació" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "Visió de conjunt" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "Actualitza" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "Torna a carregar" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/cs/banip.po b/applications/luci-app-banip/po/cs/banip.po index 70f1fa682f..a1ada4cd9f 100644 --- a/applications/luci-app-banip/po/cs/banip.po +++ b/applications/luci-app-banip/po/cs/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Pokročilá nastavení" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Zakázat" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "Nástroj pro stahování" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -302,7 +302,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "Informace" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "Přehled" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "Aktualizovat" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "Znovu načíst" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "Stav" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "Prodleva spuštění" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "Verze" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/da/banip.po b/applications/luci-app-banip/po/da/banip.po index 01ed247c67..35cb15cec2 100644 --- a/applications/luci-app-banip/po/da/banip.po +++ b/applications/luci-app-banip/po/da/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASN'er" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Avancerede indstillinger" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "Automatisk detektering" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Lande" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "Download hjælpeprogram" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Meddelelse pr. e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "E-mail profil" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Modtagerens e-mailadresse" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "E-mail afsenderadresse" @@ -302,7 +302,7 @@ msgstr "E-mail afsenderadresse" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "E-mail emne" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "Aktiver banIP-tjenesten." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "Høj prioritet" msgid "Highest Priority" msgstr "Højeste prioritet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "Information" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "Mindste prioritet" msgid "Less Priority" msgstr "Mindre prioritet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Loggrænse" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Log Vilkår" -#: 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "Oversigt" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "Profil, der anvendes af \"msmtp\" til banIP-meddelelses-e-mails." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "Opdater" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "Kør flag" msgid "Run Information" msgstr "Kør oplysninger" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "Afsenderadresse for banIP-meddelelses-e-mails." @@ -782,7 +786,7 @@ msgstr "Afsenderadresse for banIP-meddelelses-e-mails." msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "Status" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "Tidsstempel" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Emne for banIP-meddelelses-e-mails." @@ -922,12 +926,14 @@ msgstr "Emne for banIP-meddelelses-e-mails." msgid "Trigger Delay" msgstr "Udløserforsinkelse" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "Version" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/de/banip.po b/applications/luci-app-banip/po/de/banip.po index 755fa74e4c..239ec0b626 100644 --- a/applications/luci-app-banip/po/de/banip.po +++ b/applications/luci-app-banip/po/de/banip.po @@ -17,31 +17,31 @@ msgstr "-- Auswahl einstellen --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "AFRINIC - Afrika und der Region des Indischen Ozeans dienen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "APNIC - der Region Asien-Pazifik dienen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "ARIN - Kanada und den Vereinigten Staaten dienen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "Autonome Systemnummern" @@ -67,19 +67,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "Protokoll/Ports zulassen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "VLAN Forwards erlauben" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Nur Zulassungsliste" @@ -91,7 +91,7 @@ msgstr "" "Änderungen an der Zulassungsliste wurden gespeichert, starten Sie den Domain " "Lookup oder starten Sie banIP neu, damit die Änderungen wirksam werden." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." @@ -99,27 +99,27 @@ msgstr "" "Immer ein Protokoll (tcp/udp) mit bestimmten Ports oder Portbereiche in der " "WAN-Eingang- und WAN-Weiterleitung-Kette erlauben." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "Immer bestimmte VLAN-Forwards erlauben." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "Immer bestimmte VLAN-Forwards blockieren." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "Uplink automatisch erlauben" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Automatische Zulassungsliste" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Subnet automatisch blockieren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Automatische Sperrliste" @@ -127,7 +127,7 @@ msgstr "Automatische Sperrliste" msgid "Auto Detection" msgstr "Automatische Erkennung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -135,7 +135,7 @@ msgstr "" "Automatisch dem Blocklist-Set ganze Subnetze auf Basis einer zusätzlichen " "RDAP-Anforderung mit der verdächtigen IP hinzufügen." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -143,7 +143,7 @@ msgstr "" "Aufgelöste Domains und verdächtige IPs der lokalen banIP-Sperrliste " "automatisch hinzufügen." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -163,19 +163,19 @@ msgstr "Basisverzeichnis" msgid "Base working directory while banIP processing." msgstr "Basisarbeitsverzeichnis während der BanIP-Verarbeitung." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "Blocktyp" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "VLAN-Weiterleitungen blockieren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "Blocklisten-Feed" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Ablauf des Sperrlisten-Sets" @@ -187,7 +187,7 @@ msgstr "" "Blocklist-Änderungen wurden gespeichert, starten Sie den Domain-Lookup oder " "starten Sie banIP neu, damit die Änderungen wirksam werden." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -210,8 +210,8 @@ msgstr "Kettenpriorität" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Änderungen auf dieser Registerkarte benötigen einen Neustart des BanIP-" @@ -235,7 +235,7 @@ msgstr "" "packages/blob/master/net/banip/files/README.md\" target=\"_blank\" " "rel=\"noreferrer noopener\" >Online-Dokumentation</a>" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Länder" @@ -255,7 +255,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "IPs deduplizieren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Voreingestellte Block-Richtlinie" @@ -271,7 +271,7 @@ msgstr "" "Automatische Erkennung relevanter Netzwerkgeräte, Schnittstellen, Subnetze, " "Protokolle und Dienstprogramme." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Deaktivieren" @@ -303,25 +303,25 @@ msgstr "Herunterladeversuche" msgid "Download Utility" msgstr "Download-Werkzeug" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "E-Mail-Benachrichtigung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "E-Mail-Profil" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "E-Mail Empfängeradresse" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "E-Mail Absenderadresse" @@ -329,7 +329,7 @@ msgstr "E-Mail Absenderadresse" msgid "E-Mail Settings" msgstr "E-Mail-Einstellungen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "E-Mail-Thema" @@ -355,12 +355,12 @@ msgstr "Elemente" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 #, fuzzy msgid "Empty field not allowed" msgstr "Das Feld darf nicht leer sein" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "Remote-Logging Aktivieren" @@ -368,7 +368,7 @@ msgstr "Remote-Logging Aktivieren" msgid "Enable the banIP service." msgstr "Aktiviere den banIP-Service." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -388,15 +388,15 @@ msgstr "Aktiviert die IPv4-Unterstützung." msgid "Enables IPv6 support." msgstr "Aktiviert die IPv6-Unterstützung." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -444,15 +444,17 @@ msgstr "Hohe Priorität" msgid "Highest Priority" msgstr "Höchste Priorität" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -491,7 +493,7 @@ msgid "Information" msgstr "Informationen" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Ungültige Zeichen" @@ -499,7 +501,7 @@ msgstr "Ungültige Zeichen" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -507,8 +509,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "LAN-Forward (Pakete)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "LAN-Forward-Kette" @@ -524,15 +526,15 @@ msgstr "Niedrigste Priorität" msgid "Less Priority" msgstr "Niedrige Priorität" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Beschränken bestimmter Feeds auf die LAN-Forward-Kette." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Beschränken bestimmter Feeds auf die WAN-Forward-Kette." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Beschränken bestimmter Feeds auf die WAN-Eingang-Kette." @@ -540,7 +542,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -560,29 +562,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "Auflistung der Elemente eines bestimmten banIP-bezogenen Sets." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "Anzahl der Protokolle" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "LAN-Weiterleitung protokollieren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Protokollbegrenzung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -590,35 +592,35 @@ msgstr "" msgid "Log Settings" msgstr "Protokolleinstellungen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Protokollbedingungen" -#: 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:590 msgid "Log WAN-Forward" msgstr "WAN-Weiterleitung protokollieren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "WAN-Eingang protokollieren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -630,7 +632,7 @@ msgstr "Max. geöffnete Dateien" msgid "NFT Information" msgstr "NFT-Informationen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -657,7 +659,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -676,7 +678,7 @@ msgstr "" msgid "Overview" msgstr "Übersicht" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -690,25 +692,25 @@ msgstr "" msgid "Processing Log" msgstr "Verarbeitungsprotokoll" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "Von 'msmtp' verwendetes Profil für banIP-Benachrichtigungs-E-Mails." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -720,7 +722,7 @@ msgstr "" msgid "Refresh" msgstr "Aktualisieren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -732,7 +734,7 @@ msgstr "Neu laden" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -748,7 +750,7 @@ msgstr "Berichtselemente" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 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." @@ -774,12 +776,14 @@ msgstr "Laufzeit-Flags" msgid "Run Information" msgstr "Informationen zur Ausführung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -810,7 +814,7 @@ msgstr "Wählen Sie die logische(n) WAN-IPv4-Netzwerkschnittstelle(n) aus." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Wählen Sie die logische(n) WAN-IPv6-Netzwerkschnittstelle(n) aus." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "Absenderadresse für banIP-Benachrichtigungs-E-Mails." @@ -819,7 +823,7 @@ msgstr "Absenderadresse für banIP-Benachrichtigungs-E-Mails." msgid "Set" msgstr "Set" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 #, fuzzy msgid "Set Policy" msgstr "Set-Richtlinie" @@ -853,11 +857,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "Legen Sie den Syslog-Level für die NFT-Protokollierung fest." @@ -877,7 +881,7 @@ msgstr "Status" msgid "Stop" msgstr "Stopp" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "Subnetz" @@ -911,7 +915,7 @@ msgid "The blocklist is too big, unable to save modifications." msgstr "" "Die Sperrliste ist zu groß, Änderungen können nicht gespeichert werden." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -950,17 +954,17 @@ msgstr "" msgid "Timestamp" msgstr "Zeitstempel" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Betreff für banIP-Benachrichtigungs-E-Mails." @@ -968,12 +972,14 @@ msgstr "Betreff für banIP-Benachrichtigungs-E-Mails." msgid "Trigger Delay" msgstr "Verzögerung der Trigger-Bedingung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -984,15 +990,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -1031,8 +1037,8 @@ msgstr "Version" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (Pakete)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "WAN-Forward-Kette" @@ -1040,8 +1046,8 @@ msgstr "WAN-Forward-Kette" msgid "WAN-Input (packets)" msgstr "WAN-Input (Pakete)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "WAN-Input-Kette" @@ -1055,7 +1061,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "Alarm" @@ -1091,59 +1097,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "crit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "debug" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "emerg" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "err" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "info" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "Speicher" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "notice" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "Leistung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "warn" diff --git a/applications/luci-app-banip/po/el/banip.po b/applications/luci-app-banip/po/el/banip.po index 6de70be530..4ce83f0831 100644 --- a/applications/luci-app-banip/po/el/banip.po +++ b/applications/luci-app-banip/po/el/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -302,7 +302,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/en/banip.po b/applications/luci-app-banip/po/en/banip.po index 7570f7f3dd..116fa357f2 100644 --- a/applications/luci-app-banip/po/en/banip.po +++ b/applications/luci-app-banip/po/en/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -302,7 +302,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "Overview" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "Version" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,58 +1051,58 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/es/banip.po b/applications/luci-app-banip/po/es/banip.po index 89701981ec..d945de857f 100644 --- a/applications/luci-app-banip/po/es/banip.po +++ b/applications/luci-app-banip/po/es/banip.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2019-07-23 22:17-0300\n" -"PO-Revision-Date: 2024-05-02 06:23+0000\n" -"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" +"PO-Revision-Date: 2024-05-04 18:23+0000\n" +"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/es/>\n" "Language: es\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.3-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:78 msgid "-- Set Selection --" @@ -20,31 +20,31 @@ msgstr "-- Selección de conjuntos --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" -msgstr "" +msgstr "-- por defecto --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" -msgstr "" +msgstr "AFRINIC - al servicio de África y la región del Océano Índico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" -msgstr "" +msgstr "APNIC - al servicio de la región de Asia Pacífico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" -msgstr "" +msgstr "ARIN - al servicio de Canadá y Estados Unidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASNs" @@ -70,19 +70,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Ajustes avanzados" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" -msgstr "" +msgstr "Permitir protocolo/puertos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "Permitir reenvíos de VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" -msgstr "" +msgstr "URL de la lista permitida de feed" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Solo lista de permitidos" @@ -94,33 +94,35 @@ 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:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" +"Permita siempre un protocolo (tcp/udp) con ciertos puertos o rangos de " +"puertos en la cadena WAN-Input y WAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "Permite siempre ciertos reenvíos VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "Siempre bloquea ciertos reenvíos VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "Permitir Enlace Ascendente automáticamente" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Lista de Permitidos automática" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Subred de Autobloqueo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Lista de Bloqueos automática" @@ -128,7 +130,7 @@ msgstr "Lista de Bloqueos automática" msgid "Auto Detection" msgstr "Detección automática" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -136,7 +138,7 @@ msgstr "" "Automáticamente agrega subredes completas al conjunto de lista de bloqueo " "con base en una petición adicional RDAP con la IP sospechosa." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -144,7 +146,7 @@ msgstr "" "Agregue automáticamente dominios resueltos e IP sospechosas a la lista de " "bloqueo de banIP local." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -164,19 +166,19 @@ msgstr "Directorio base" msgid "Base working directory while banIP processing." msgstr "Directorio de trabajo base durante el procesamiento de banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "Tipo de Bloqueo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "Bloquear Reenvíos VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" -msgstr "" +msgstr "Feed de lista de bloqueo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Expiración del Conjunto de Lista de bloqueos" @@ -188,11 +190,14 @@ msgstr "" "Las modificaciones a la lista de bloqueo han sido guardadas, inicia la " "Búsqueda de Dominios o reinicia banIP para que los cambios surtan efecto." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." msgstr "" +"De forma predeterminada, cada feed está activo en todas las cadenas " +"admitidas. Limite la política de bloqueo predeterminada a una cadena " +"determinada." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 msgid "CPU Cores" @@ -205,12 +210,12 @@ msgstr "Cancelar" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Chain Priority" -msgstr "" +msgstr "Prioridad de cadena" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Los cambios en esta pestaña necesitan un reinicio del servicio banIP para " @@ -228,8 +233,13 @@ msgid "" "packages/blob/master/net/banip/files/README.md\" target=\"_blank\" " "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" +"Configuración del paquete banIP para prohibir las IP entrantes y salientes a " +"través de conjuntos de nftables con nombre. Para más información por favor " +"consulte la <a style=\"color:#37c;font-weight:bold;\" href=\"https://github." +"com/openwrt/packages/blob/master/net/banip/files/README.md\" target=\"_blank" +"\" rel=\"noreferrer noopener\" >documentación en línea</a>" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Países" @@ -242,14 +252,16 @@ msgid "" "Deduplicate IP addresses across all active Sets and tidy up the local " "blocklist." msgstr "" +"Elimina direcciones IP duplicadas en todos los conjuntos activos y ordena la " +"lista de bloqueo local." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:397 msgid "Deduplicate IPs" -msgstr "" +msgstr "Direcciones IP duplicadas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" -msgstr "" +msgstr "Política de bloqueo predeterminada" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:229 msgid "Description" @@ -263,7 +275,7 @@ msgstr "" "Detectar automáticamente dispositivos de red relevantes, interfases, " "subredes, protocolos y utilerías." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Desactivar" @@ -295,7 +307,7 @@ msgstr "Descargar Reintentos" msgid "Download Utility" msgstr "Utilidad de descarga" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." @@ -303,19 +315,19 @@ msgstr "" "Tirar paquetes silenciosamente o rechazar activamente el tráfico en cadenas " "de entrada WAN y reenvío WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Notificación por correo electrónico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "Perfil de correo electrónico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Dirección del destinatario de correo electrónico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Dirección del remitente de correo electrónico" @@ -323,7 +335,7 @@ msgstr "Dirección del remitente de correo electrónico" msgid "E-Mail Settings" msgstr "Ajustes de Correo Electrónico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Tema del correo electrónico" @@ -349,11 +361,11 @@ msgstr "Elementos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Campo vacío no permitido" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "Habilitar Bitácora Remota" @@ -361,7 +373,7 @@ msgstr "Habilitar Bitácora Remota" msgid "Enable the banIP service." msgstr "Activar el servicio banIP.." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "Habilitar la interfaz cgi para recibir eventos de bitácora remota." @@ -383,19 +395,19 @@ msgstr "Habilita soporte a IPv4." msgid "Enables IPv6 support." msgstr "Habilita soporte a IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Tiempo de expiración para miembros del conjunto de lista de bloqueo auto " "añadidos." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" -msgstr "" +msgstr "Feeds de listas de permitidos externos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" -msgstr "" +msgstr "Feeds de listas de bloqueo externas" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190 msgid "Feed Name" @@ -441,15 +453,17 @@ msgstr "Alta prioridad" msgid "Highest Priority" msgstr "Prioridad más alta" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -490,7 +504,7 @@ msgid "Information" msgstr "Información" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Caracteres inválidos" @@ -498,7 +512,7 @@ msgstr "Caracteres inválidos" msgid "Invalid input values, unable to save modifications." msgstr "Valores de entrada inválidos, no se guardaron las modificaciones." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -506,8 +520,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "Reenvío LAN (paquetes)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "Cadena de Reenvío LAN" @@ -523,15 +537,15 @@ msgstr "Prioridad mínima" msgid "Less Priority" msgstr "Menos prioridad" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Limitar ciertas fuentes a la cadena de Reenvío LAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Limitar ciertas fuentes a la cadena de Reenvío WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Limitar ciertas fuentes a la cadena de Entrada WAN." @@ -539,7 +553,7 @@ msgstr "Limitar ciertas fuentes a la cadena de Entrada WAN." msgid "Limit the cpu cores used by banIP to save RAM." msgstr "Limitar núcleos de CPU usados por banIP para ahorrar memoria RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -557,29 +571,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Límite de registro" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -587,35 +601,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Términos de registro" -#: 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -627,7 +641,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -654,7 +668,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -669,7 +683,7 @@ msgstr "" msgid "Overview" msgstr "Visión general" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -683,7 +697,7 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Perfil utilizado por 'msmtp' para correos electrónicos de notificación de " @@ -691,19 +705,19 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -713,7 +727,7 @@ msgstr "" msgid "Refresh" msgstr "Refrescar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -725,7 +739,7 @@ msgstr "Recargar" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -741,7 +755,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -766,12 +780,14 @@ msgstr "Ejecutar banderas" msgid "Run Information" msgstr "Ejecutar información" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -802,7 +818,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" "Dirección del remitente para correos electrónicos de notificación de banIP." @@ -812,7 +828,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -842,11 +858,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -866,7 +882,7 @@ msgstr "Estado" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -898,7 +914,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -934,17 +950,17 @@ msgstr "" msgid "Timestamp" msgstr "Marca de tiempo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Tema para correos electrónicos de notificación de banIP." @@ -952,12 +968,14 @@ msgstr "Tema para correos electrónicos de notificación de banIP." msgid "Trigger Delay" msgstr "Retraso de disparo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -968,15 +986,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -1015,8 +1033,8 @@ msgstr "Versión" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -1024,8 +1042,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1039,7 +1057,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1075,59 +1093,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/fi/banip.po b/applications/luci-app-banip/po/fi/banip.po index b174d8fd36..f17d71186e 100644 --- a/applications/luci-app-banip/po/fi/banip.po +++ b/applications/luci-app-banip/po/fi/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASN:t" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Lisäasetukset" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "Automaattinen tunnistus" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Maat" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "Lataustyökalu" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Sähköpostin saajan osoite" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Sähköpostin lähettäjän osoite" @@ -302,7 +302,7 @@ msgstr "Sähköpostin lähettäjän osoite" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Sähköpostin aihe" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "Ota banIP-palvelun käyttöön." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "Yleiskatsaus" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "Päivitä" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/fr/banip.po b/applications/luci-app-banip/po/fr/banip.po index f3e791d2b0..2e9f236e98 100644 --- a/applications/luci-app-banip/po/fr/banip.po +++ b/applications/luci-app-banip/po/fr/banip.po @@ -17,31 +17,31 @@ msgstr "-- Définir la sélection --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "Les ASN" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Paramètres avancés" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -90,33 +90,33 @@ msgstr "" "la recherche de domaine ou redémarrez banIP dont les modifications prennent " "effet." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -124,7 +124,7 @@ msgstr "" msgid "Auto Detection" msgstr "Détection automatique" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -133,7 +133,7 @@ msgstr "" "blocage en fonction d’une requête RDAP supplémentaire avec l’adresse IP " "suspecte." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -141,7 +141,7 @@ msgstr "" "Ajoutez automatiquement les domaines résolus et les adresses IP suspectes à " "la liste de blocage banIP locale." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -161,19 +161,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -185,7 +185,7 @@ msgstr "" "Les modifications Blocklist ont été sauvegardées, démarrent le Domain Lookup " "ou le redémarrage banIP que les changements prennent effet." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -208,8 +208,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Les modifications apportées à cet onglet nécessitent un redémarrage du " @@ -228,7 +228,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Pays" @@ -246,7 +246,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -262,7 +262,7 @@ msgstr "" "Détecter automatiquement les périphériques, interfaces, sous-réseaux, " "protocoles et utilitaires du réseau." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Désactivé" @@ -295,25 +295,25 @@ msgstr "" msgid "Download Utility" msgstr "Télécharger l'utilitaire" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Notification par courriel" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "Courriel" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Adresse courriel du destinataire" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Adresse courriel de l'expéditeur" @@ -321,7 +321,7 @@ msgstr "Adresse courriel de l'expéditeur" msgid "E-Mail Settings" msgstr "Réglages e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Objet du courriel" @@ -347,11 +347,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -359,7 +359,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "Activer le service banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -379,15 +379,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -435,15 +435,17 @@ 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:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -484,7 +486,7 @@ msgid "Information" msgstr "Information" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -492,7 +494,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -500,8 +502,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -517,15 +519,15 @@ msgstr "Priorité minimale" msgid "Less Priority" msgstr "Moins prioritaire" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -534,7 +536,7 @@ msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" "Limitez les cœurs de processeur utilisés par banIP pour économiser de la RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -554,29 +556,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Limite de journalisation" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -584,35 +586,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Conditions de journalisation" -#: 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -624,7 +626,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -653,7 +655,7 @@ msgstr "" "Nombre de tentatives de téléchargement en cas d’erreur (non pris en charge " "par uclient-fetch)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -672,7 +674,7 @@ msgstr "" msgid "Overview" msgstr "Vue d'ensemble" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -689,7 +691,7 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Profil utilisé par 'msmtp' pour les courriel de notification de bannissement " @@ -697,19 +699,19 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -721,7 +723,7 @@ msgstr "" msgid "Refresh" msgstr "Actualiser" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -733,7 +735,7 @@ msgstr "Recharger" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -749,7 +751,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Limitez l’accès à Internet depuis/vers un petit nombre d’adresses IP " @@ -776,12 +778,14 @@ msgstr "Drapeaux d'exécution" msgid "Run Information" msgstr "Informations sur l’exécution" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -812,7 +816,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" "Adresse de l'expéditeur des courriels de notification de bannissement IP." @@ -822,7 +826,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -852,11 +856,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -878,7 +882,7 @@ msgstr "État" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -910,7 +914,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -950,7 +954,7 @@ msgstr "" msgid "Timestamp" msgstr "Horodatage" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -958,11 +962,11 @@ msgstr "" "Pour activer les notifications par e-mail, configurez le package 'msmtp' et " "spécifiez une adresse de destinataire E-Mail valide." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Rubrique pour les courriels de notification banIP." @@ -970,12 +974,14 @@ msgstr "Rubrique pour les courriels de notification banIP." msgid "Trigger Delay" msgstr "Délai de déclenchement" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -986,15 +992,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -1033,8 +1039,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -1042,8 +1048,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1064,7 +1070,7 @@ msgstr "" "des mainteneurs, il suffit de vider à nouveau le fichier de flux " "personnalisé (ne le supprimez pas!)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1100,59 +1106,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/he/banip.po b/applications/luci-app-banip/po/he/banip.po index 0a5d81442b..103b102da4 100644 --- a/applications/luci-app-banip/po/he/banip.po +++ b/applications/luci-app-banip/po/he/banip.po @@ -18,31 +18,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -66,19 +66,19 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -88,33 +88,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -122,19 +122,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -152,19 +152,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -174,7 +174,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -195,8 +195,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -213,7 +213,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -231,7 +231,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -245,7 +245,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -277,25 +277,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -303,7 +303,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -329,11 +329,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -341,7 +341,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -361,15 +361,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -417,15 +417,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -464,7 +466,7 @@ msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -472,7 +474,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -480,8 +482,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -497,15 +499,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -513,7 +515,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -531,29 +533,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -561,35 +563,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -601,7 +603,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -628,7 +630,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +645,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -657,25 +659,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -685,7 +687,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -697,7 +699,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -713,7 +715,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -738,12 +740,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -774,7 +778,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -783,7 +787,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -813,11 +817,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -837,7 +841,7 @@ msgstr "מצב" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -869,7 +873,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -905,17 +909,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -923,12 +927,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -939,15 +945,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -986,8 +992,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -995,8 +1001,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1010,7 +1016,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1046,58 +1052,58 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/hi/banip.po b/applications/luci-app-banip/po/hi/banip.po index fa866b99b3..afb71902e3 100644 --- a/applications/luci-app-banip/po/hi/banip.po +++ b/applications/luci-app-banip/po/hi/banip.po @@ -11,31 +11,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -59,19 +59,19 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -81,33 +81,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -115,19 +115,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -145,19 +145,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -167,7 +167,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -188,8 +188,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -206,7 +206,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -224,7 +224,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -238,7 +238,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -270,25 +270,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -296,7 +296,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -322,11 +322,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -334,7 +334,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -354,15 +354,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -410,15 +410,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -457,7 +459,7 @@ msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -465,7 +467,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -473,8 +475,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -490,15 +492,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -506,7 +508,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -524,29 +526,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -554,35 +556,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -594,7 +596,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -621,7 +623,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -636,7 +638,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -650,25 +652,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -678,7 +680,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -690,7 +692,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -706,7 +708,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -731,12 +733,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -767,7 +771,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -776,7 +780,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -806,11 +810,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -830,7 +834,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -862,7 +866,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -898,17 +902,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -916,12 +920,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -932,15 +938,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -979,8 +985,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -988,8 +994,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1003,7 +1009,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1039,58 +1045,58 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/hu/banip.po b/applications/luci-app-banip/po/hu/banip.po index 017125a1dd..c79da3cd0c 100644 --- a/applications/luci-app-banip/po/hu/banip.po +++ b/applications/luci-app-banip/po/hu/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "AS számok" @@ -66,19 +66,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Haladó Beállítások" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -88,33 +88,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -122,19 +122,19 @@ msgstr "" msgid "Auto Detection" msgstr "Automatikus észlelés" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -152,19 +152,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -174,7 +174,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -195,8 +195,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -213,7 +213,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Országok" @@ -231,7 +231,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -245,7 +245,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -277,25 +277,25 @@ msgstr "" msgid "Download Utility" msgstr "Letöltési segédprogram" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "E-mail értesítés" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "E-Mail profil" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "E-Mail küldő cím" @@ -303,7 +303,7 @@ msgstr "E-Mail küldő cím" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 #, fuzzy msgid "E-Mail Topic" msgstr "E-Mail téma" @@ -330,11 +330,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -342,7 +342,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -362,15 +362,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -418,15 +418,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -465,7 +467,7 @@ msgid "Information" msgstr "Információ" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -473,7 +475,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -481,8 +483,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -498,15 +500,15 @@ msgstr "Legkisebb prioritás" msgid "Less Priority" msgstr "Kisebb prioritás" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -514,7 +516,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -532,29 +534,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -562,35 +564,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -602,7 +604,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -629,7 +631,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -644,7 +646,7 @@ msgstr "" msgid "Overview" msgstr "Áttekintés" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -658,25 +660,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -686,7 +688,7 @@ msgstr "" msgid "Refresh" msgstr "Frissítés" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -698,7 +700,7 @@ msgstr "Újratöltés" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -714,7 +716,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -739,12 +741,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -775,7 +779,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -784,7 +788,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -814,11 +818,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -838,7 +842,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -870,7 +874,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -906,17 +910,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -924,12 +928,14 @@ msgstr "" msgid "Trigger Delay" msgstr "Aktiváló késleltetése" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -940,15 +946,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -987,8 +993,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -996,8 +1002,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1011,7 +1017,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1047,59 +1053,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/it/banip.po b/applications/luci-app-banip/po/it/banip.po index fabc5ba80e..6e9f783072 100644 --- a/applications/luci-app-banip/po/it/banip.po +++ b/applications/luci-app-banip/po/it/banip.po @@ -17,31 +17,31 @@ msgstr "-- Imposta selezione --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASNs" @@ -67,19 +67,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Impostazioni avanzate" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "Consenti l'inoltro delle VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Solo Lista consentiti" @@ -91,33 +91,33 @@ msgstr "" "Le modifiche alla Lista consentiti sono state salvate, avvia la ricerca di " "domini o riavvia banIP per applicare le modifiche." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "Permetti sempre alcuni inoltri VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "Blocca sempre alcuni inoltri VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "Consenti automaticamente Uplink" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Auto-Lista consentiti" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Blocco automatico sottoreti" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Auto-Lista bloccati" @@ -125,7 +125,7 @@ msgstr "Auto-Lista bloccati" msgid "Auto Detection" msgstr "Rilevamento automatico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -133,7 +133,7 @@ msgstr "" "Aggiungi automaticamente intere sottoreti alla lista bloccati in base a " "un'ulteriore richiesta RDAP con l'IP sospetto." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -141,7 +141,7 @@ msgstr "" "Aggiungi automaticamente i domini risolti e gli IP sospetti alla lista " "bloccati locale di banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -161,19 +161,19 @@ msgstr "Cartella di base" msgid "Base working directory while banIP processing." msgstr "Cartella di lavoro di base durante l'elaborazione di banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "Tipo di blocco" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "Blocco dell'inoltro delle VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Scadenza set Lista bloccati" @@ -185,7 +185,7 @@ msgstr "" "Le modifiche alla lista bloccati sono state salvate, avvia la ricerca dei " "domini o riavvia banIP per applicare le modifiche." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -209,8 +209,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Per applicare le modifiche in questa scheda serve riavviare il servizio " @@ -229,7 +229,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Paesi" @@ -249,7 +249,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "Deduplica gli IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Politica di blocco predefinita" @@ -265,7 +265,7 @@ msgstr "" "Rileva automaticamente i dispositivi di rete, le interfacce, le sottoreti, i " "protocolli e le utilità rilevanti." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Disattiva" @@ -297,7 +297,7 @@ msgstr "Tentativi di download" msgid "Download Utility" msgstr "Utilità di download" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." @@ -305,19 +305,19 @@ msgstr "" "Scarta i pacchetti in silenzio o rifiuta attivamente il traffico sulle " "catene WAN-Input e WAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Notifica e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "Profilo e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Indirizzo e-mail destinatario" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Indirizzo e-mail mittente" @@ -325,7 +325,7 @@ msgstr "Indirizzo e-mail mittente" msgid "E-Mail Settings" msgstr "Impostazioni e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Oggetto e-mail" @@ -351,11 +351,11 @@ msgstr "Elementi" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Campo vuoto non consentito" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "Abilita il log Remoto" @@ -363,7 +363,7 @@ msgstr "Abilita il log Remoto" msgid "Enable the banIP service." msgstr "Attiva il servizio banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "Abilita l'interfaccia cgi a ricevere eventi di log remoti." @@ -383,17 +383,17 @@ msgstr "Attiva il supporto IPv4." msgid "Enables IPv6 support." msgstr "Attiva il supporto IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Tempo di scadenza per i membri del set Lista bloccati aggiunti " "automaticamente." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -441,15 +441,17 @@ msgstr "Priorità alta" msgid "Highest Priority" msgstr "Priorità massima" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -490,7 +492,7 @@ msgid "Information" msgstr "Informazioni" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Caratteri non validi" @@ -498,7 +500,7 @@ msgstr "Caratteri non validi" msgid "Invalid input values, unable to save modifications." msgstr "Valori di input non validi, impossibile salvare le modifiche." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -506,8 +508,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "LAN-Forward (pacchetti)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "Catena LAN-Forward" @@ -523,15 +525,15 @@ msgstr "Priorità minima" msgid "Less Priority" msgstr "Priorità bassa" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Limita determinati feed alla catena LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Limita determinati feed alla catena WAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Limita determinati feed alla catena WAN-Input." @@ -539,7 +541,7 @@ msgstr "Limita determinati feed alla catena WAN-Input." msgid "Limit the cpu cores used by banIP to save RAM." msgstr "Limita i core della CPU usati da banIP per risparmiare RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "Limita la funzione auto-consentiti di uplink." @@ -559,11 +561,11 @@ msgstr "Elenco delle interfacce di trigger di ricaricamento disponibili." msgid "List the elements of a specific banIP-related Set." msgstr "Elenca gli elementi di un set specifico relativo a banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." @@ -571,19 +573,19 @@ msgstr "" "Posizione per l'analisi del file di log, ad esempio tramite syslog-ng, per " "disattivare l'analisi standard tramite logread." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "Numero log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "Registra LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Limite di log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -591,35 +593,35 @@ msgstr "" msgid "Log Settings" msgstr "Impostazioni log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Termini del log" -#: 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:590 msgid "Log WAN-Forward" msgstr "Registra WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "Registra WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "Posizione del file di log" @@ -631,7 +633,7 @@ msgstr "Max file aperti" msgid "NFT Information" msgstr "Informazioni NFT" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "Livello log NFT" @@ -660,7 +662,7 @@ msgstr "" "Numero di tentativi di download in caso di errore (non supportato da uclient-" "fetch)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -679,7 +681,7 @@ msgstr "" msgid "Overview" msgstr "Riepilogo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -695,25 +697,25 @@ msgstr "" msgid "Processing Log" msgstr "Log di elaborazione" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "Profilo usato da 'msmtp' per le notifiche e-mail di banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "Protocollo/Formato URL non supportato" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "Ricevi notifiche e-mail ad ogni esecuzione di banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -725,7 +727,7 @@ msgstr "" msgid "Refresh" msgstr "Aggiorna" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -737,7 +739,7 @@ msgstr "Ricarica" msgid "Reload Trigger Interface" msgstr "Interfaccia di trigger di ricaricamento" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "Token Remoto" @@ -753,7 +755,7 @@ msgstr "Elementi del report" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "Limita l'accesso a Internet da/a un numero limitato di IP sicuri." @@ -778,12 +780,14 @@ msgstr "Avvia flags" msgid "Run Information" msgstr "Avvia informazioni" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -814,7 +818,7 @@ msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv4 logica/che." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv6 logica/che." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "Indirizzo del mittente per le e-mail di notifica di banIP." @@ -823,7 +827,7 @@ msgstr "Indirizzo del mittente per le e-mail di notifica di banIP." msgid "Set" msgstr "Imposta" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -853,11 +857,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "Imposta il criterio nft per iset relativi a banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "Imposta il livello syslog per la registrazione NFT." @@ -878,7 +882,7 @@ msgstr "Stato" msgid "Stop" msgstr "Ferma" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "Sottorete" @@ -910,7 +914,7 @@ msgstr "La lista consentiti è troppo grande, impossibile salvare le modifiche." msgid "The blocklist is too big, unable to save modifications." msgstr "La lista bloccati è troppo grande, impossibile salvare le modifiche." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -960,7 +964,7 @@ msgstr "" msgid "Timestamp" msgstr "Marca temporale" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -968,11 +972,11 @@ msgstr "" "Per attivare le notifiche e-mail, configura il pacchetto 'msmtp' e specifica " "un indirizzo di destinatario e-mail valido." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "Token per comunicare con l'interfaccia cgi." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Oggetto per le e-mail di notifica di banIP." @@ -980,12 +984,14 @@ msgstr "Oggetto per le e-mail di notifica di banIP." msgid "Trigger Delay" msgstr "Ritardo innesco" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -996,15 +1002,15 @@ msgstr "URLv4" msgid "URLv6" msgstr "URLv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -1043,8 +1049,8 @@ msgstr "Versione" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (pacchetti)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "Catena WAN-Forward" @@ -1052,8 +1058,8 @@ msgstr "Catena WAN-Forward" msgid "WAN-Input (packets)" msgstr "WAN-Input (pacchetti)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "Catena WAN-Input" @@ -1073,7 +1079,7 @@ msgstr "" "backup locale. Per tornare alla versione dei manutentori, svuota di nuovo il " "file dei feed personalizzati (non eliminarlo!)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "allarme" @@ -1109,59 +1115,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "crit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "debug" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "scarta" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "emerg" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "err" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "info" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "lista consentiti locale" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "lista bloccati locale" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "memoria" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "notifica" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "prestazioni" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "rifiuta (reject)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "avviso" diff --git a/applications/luci-app-banip/po/ja/banip.po b/applications/luci-app-banip/po/ja/banip.po index cb42175406..1da179d41e 100644 --- a/applications/luci-app-banip/po/ja/banip.po +++ b/applications/luci-app-banip/po/ja/banip.po @@ -17,31 +17,31 @@ msgstr "-- 選択 --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASNs" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "詳細設定" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "自動検出" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "国" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "無効" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "ダウンロードユーティリティ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Eメール通知" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "Eメールプロファイル" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Eメール受信アドレス" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Eメール送信者アドレス" @@ -302,7 +302,7 @@ msgstr "Eメール送信者アドレス" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Eメールトピック" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "banIP サービスを有効にする。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "高い優先度" msgid "Highest Priority" msgstr "最高の優先度" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "情報" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "最低の優先度" msgid "Less Priority" msgstr "低い優先度" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "ログ制限" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "概要" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "リフレッシュ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "リロード" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "実行フラグ" msgid "Run Information" msgstr "実行情報" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "タイムスタンプ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "トリガ遅延" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/ko/banip.po b/applications/luci-app-banip/po/ko/banip.po index 6f5b28be17..21f4d02f10 100644 --- a/applications/luci-app-banip/po/ko/banip.po +++ b/applications/luci-app-banip/po/ko/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "고급 설정" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -152,19 +152,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -174,7 +174,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -195,8 +195,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -213,7 +213,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -231,7 +231,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -245,7 +245,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -277,25 +277,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -303,7 +303,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -329,11 +329,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -341,7 +341,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -361,15 +361,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -417,15 +417,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -464,7 +466,7 @@ msgid "Information" msgstr "정보" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -472,7 +474,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -480,8 +482,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -497,15 +499,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -513,7 +515,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -531,29 +533,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -561,35 +563,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -601,7 +603,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -628,7 +630,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +645,7 @@ msgstr "" msgid "Overview" msgstr "개요" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -657,25 +659,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -685,7 +687,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -697,7 +699,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -713,7 +715,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -738,12 +740,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -774,7 +778,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -783,7 +787,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -813,11 +817,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -837,7 +841,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -869,7 +873,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -905,17 +909,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -923,12 +927,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -939,15 +945,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -986,8 +992,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -995,8 +1001,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1010,7 +1016,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1046,59 +1052,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/lt/banip.po b/applications/luci-app-banip/po/lt/banip.po index a774e445a3..4795376869 100644 --- a/applications/luci-app-banip/po/lt/banip.po +++ b/applications/luci-app-banip/po/lt/banip.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:78 msgid "-- Set Selection --" @@ -20,31 +20,31 @@ msgstr "-- Nustatyti pasirinkimą --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" -msgstr "" +msgstr "-- numatytas/-a --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" -msgstr "" +msgstr "„AFRINIC“ – teikia Afrikos ir Indijos vandenyno regioną" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" -msgstr "" +msgstr "„APNIC“ – teikia Azijos, Ramiojo vandenyno regioną" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" -msgstr "" +msgstr "„ARIN“ – teikia Kanadą ir JAV" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "Autonominės sistemos („ASNs“)" @@ -68,19 +68,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Pažangūs nustatymai" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" -msgstr "" +msgstr "Leisti protokolą/prievadus" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "Leisti „VLAN“ persiuntimus" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Tik leidžiamas sąrašas" @@ -90,33 +90,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "Visada leisti kai kuriuos „VLAN“ persiuntimus." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "Visada blokuoti kai kuriuos „VLAN“ persiuntimus." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Automatiškas leidžiamas sąrašas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Automatiškai blokuoti potinklį/-ius" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Automatiškas blokavimo sąrašas" @@ -124,19 +124,19 @@ msgstr "Automatiškas blokavimo sąrašas" msgid "Auto Detection" msgstr "Automatinis patikrinimas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -154,19 +154,19 @@ msgstr "Bazinis katalogas" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "Blokavimo tipas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "Blokuoti „VLAN“ persiuntimus" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Nustatyti blokavimo sąrašo galiojimo laiką" @@ -176,7 +176,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -193,12 +193,12 @@ msgstr "Atšaukti" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Chain Priority" -msgstr "" +msgstr "Grandinės prioritetas" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Pakeitimai, kuriuos šiame skirtuke atlikote, reikalauja tarnybos paleidimo " @@ -217,7 +217,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Šalys" @@ -235,7 +235,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Numatyta blokavimo politika" @@ -249,7 +249,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Išjungti" @@ -281,7 +281,7 @@ msgstr "Atsisiuntimo atkartojimai" msgid "Download Utility" msgstr "Atsisiuntimo įrankis" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." @@ -289,19 +289,19 @@ msgstr "" "Išmesti paketus tyliai arba aktyviai neleisti srautą ant grandinių – „WAN-" "įvestis“ ir „WAN-persiuntimas“." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "El. pašto pranešimas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "El. pašto profilis" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "El. pašto gavėjo adresas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "El. pašto siuntėjo adresas" @@ -309,7 +309,7 @@ msgstr "El. pašto siuntėjo adresas" msgid "E-Mail Settings" msgstr "El. pašto nustatymai" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "El. pašto tema" @@ -335,11 +335,11 @@ msgstr "Elementai" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Tuščia įvestis yra neleidžiama" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -347,7 +347,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "Įjungti „banIP“ tarnybą." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -357,7 +357,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:257 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:266 msgid "Enables IPv4 support." @@ -367,15 +367,15 @@ msgstr "Įgalina IPv4 palaikymą." msgid "Enables IPv6 support." msgstr "Įgalina IPv6 palaikymą." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -423,15 +423,17 @@ msgstr "Aukšto prioriteto" msgid "Highest Priority" msgstr "Aukščiausio prioriteto" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" -msgstr "" +msgstr "„ICMP-slenkstis“" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -470,7 +472,7 @@ msgid "Information" msgstr "Informacija" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Negalimi simboliai" @@ -478,16 +480,16 @@ msgstr "Negalimi simboliai" msgid "Invalid input values, unable to save modifications." msgstr "Negalimos įvesties reikšmės, nepavyko išsaugoti pakeitimų." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" -msgstr "" +msgstr "„LACNIC“ – teikia Lotynų Amerikos ir Karibų regioną" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:164 msgid "LAN-Forward (packets)" msgstr "„LAN-Persiuntimas“ (paketai)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "„LAN-Persiuntimo grandinė“" @@ -503,15 +505,15 @@ msgstr "Mažiausias prioritetas" msgid "Less Priority" msgstr "Mažiau prioriteto" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -519,7 +521,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -537,29 +539,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "Žurnalo kiekis" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "Žurnalas/-inti – „LAN-Persiuntimas“" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Žurnalo limitas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -567,35 +569,35 @@ msgstr "" msgid "Log Settings" msgstr "Žurnalo nustatymai" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "Žurnalas/-inti – „WAN-Persiuntimas“" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "Žurnalas/-inti – „WAN-Įvestis“" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "Žurnalo failo vietovė" @@ -607,7 +609,7 @@ msgstr "Maksimalus atidarytų failų kiekis" msgid "NFT Information" msgstr "„NFT“ informacija" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "„NFT“ žurnalo lygis" @@ -636,7 +638,7 @@ msgstr "" "Atsisiuntimų bandymų skaičius atsiradus klaidai (nepalaikomas „uclient-" "fetch“)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -655,7 +657,7 @@ msgstr "" msgid "Overview" msgstr "Apžiūra" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -669,26 +671,26 @@ msgstr "Prievado/Protokolo limitas" msgid "Processing Log" msgstr "Apdorojamas žurnalas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Profilis kurį naudoja „msmtp“, skirta „banIP“ pranešimams per el. paštą." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "Protokolo/„URL – Saito“ formatas yra nepalaikomas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" -msgstr "" +msgstr "„RIPE“ – teikia Europos, Vidurinių rytų ir centrinės Azijos regionus" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "Gauti el. pašto pranešimus su kiekvienu „banIP“ paleidimu." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -698,19 +700,19 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" -msgstr "" +msgstr "Regioninis interneto registras" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:228 msgid "Reload" -msgstr "" +msgstr "Perleidimas/-sti" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "Nuotolinis žetonas" @@ -724,9 +726,9 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:235 msgid "Restart" -msgstr "" +msgstr "Paleisti iš naujo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -751,12 +753,14 @@ msgstr "Vykdymo vėliavos" msgid "Run Information" msgstr "Vykdymo informacija" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" -msgstr "" +msgstr "„SYN-slenkstis“" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -787,7 +791,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -796,17 +800,17 @@ msgstr "" msgid "Set" msgstr "Nustatyti" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" -msgstr "" +msgstr "Nustatyti politiką" #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:60 msgid "Set Reporting" -msgstr "" +msgstr "Nustatyti atskaitavimą" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 msgid "Set Split Size" -msgstr "" +msgstr "Nustatyti plyšio dydį" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:84 msgid "Set Survey" @@ -818,19 +822,21 @@ msgstr "Nustatyti apklausą..." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:259 msgid "Set details" -msgstr "" +msgstr "Nustatyti išsamesnę informaciją" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "" "Set the nft chain priority within the banIP table, lower values means higher " "priority." msgstr "" +"Nustatyti „nft“ grandinės prioritetą „banIP“ lentelės viduje, žemesnės " +"reikšmės nurodo aukštesnį prioritetą." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." -msgstr "" +msgstr "Nustatyti „nft“ politiką, skirta „banIP“ susijusiems rinkiniams." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "Nustatyti „syslog“ lygį „NFT“ žurnalinimui." @@ -850,7 +856,7 @@ msgstr "Būklė/Būsena" msgid "Stop" msgstr "Stop" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "Potinklis (numatytas/-a)" @@ -864,7 +870,7 @@ msgstr "Sistemos informacija" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:248 msgid "Table/Chain Settings" -msgstr "" +msgstr "Lentelės/Grandinės nustatymai" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393 msgid "Target directory for banIP-related report files." @@ -882,7 +888,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -918,17 +924,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -936,12 +942,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" -msgstr "" +msgstr "„UDP-slenkstis“" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -952,15 +960,15 @@ msgstr "„URLv4“" msgid "URLv6" msgstr "„URLv6“" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -999,8 +1007,8 @@ msgstr "Versija" msgid "WAN-Forward (packets)" msgstr "„WAN-Persiuntimas“ (paketai)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "„WAN-Persiuntimo“ grandinė" @@ -1008,8 +1016,8 @@ msgstr "„WAN-Persiuntimo“ grandinė" msgid "WAN-Input (packets)" msgstr "„WAN-Įvestis“ (paketai)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "„WAN-Įvesties“ grandinė" @@ -1022,8 +1030,14 @@ msgid "" "maintainers version just empty the custom feed file again (do not delete " "it!)." msgstr "" +"Su šiuo redaktoriumi, Jūs galite įkelti savo vietinį pasirinktinį padavimo " +"failą, arba užpildyti pradinį (1:1 kopija šio paketo įtraukiamos versijos). " +"Šis failas yra randamas – „/etc/banip/banip.custom.feeds“. Tada Jūs galite " +"redaguoti šį failą, ištrinti jo įvestis, pridėti naujas arba sukurti vietinę " +"atsarginę kopiją. Norint sugrįžti atgal į laikomąją versiją, tiesiog " +"ištuštinkite pasirinktinį padavimo failą iš naujo (neištrinkite jo!)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "įspėjimas" @@ -1041,77 +1055,77 @@ msgstr "„banIP“" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:212 msgid "blocked icmp-flood packets" -msgstr "" +msgstr "blokuoti „icmp-flood“ paketai" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:216 msgid "blocked invalid ct packets" -msgstr "" +msgstr "blokuoti negalimi „ct“ paketai" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:220 msgid "blocked invalid tcp packets" -msgstr "" +msgstr "blokuoti negalimi „tcp“ paketai" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:204 msgid "blocked syn-flood packets" -msgstr "" +msgstr "blokuoti „syn-flood“ paketai" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 msgid "blocked udp-flood packets" -msgstr "" +msgstr "blokuoti „udp-flood“ paketai" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "kritinė" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "derinimas/trukdžių šalinimas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "mesti" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "kritinė būklė/avarinis" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "klaida" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "informacija" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "vietinis leidžiamasis sąrašas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "vietinis blokavimo sąrašas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "atmintis" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "pranešimas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "našumas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "atmesti" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "įspėti" diff --git a/applications/luci-app-banip/po/mr/banip.po b/applications/luci-app-banip/po/mr/banip.po index fb9966545f..2576fe8f9e 100644 --- a/applications/luci-app-banip/po/mr/banip.po +++ b/applications/luci-app-banip/po/mr/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -302,7 +302,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "आढावा" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "रीलोड करा" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/ms/banip.po b/applications/luci-app-banip/po/ms/banip.po index 09e8cf5ba7..81d6d9517c 100644 --- a/applications/luci-app-banip/po/ms/banip.po +++ b/applications/luci-app-banip/po/ms/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "Direktori asas" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -302,7 +302,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/nb_NO/banip.po b/applications/luci-app-banip/po/nb_NO/banip.po index e490dcf493..7eadfe7817 100644 --- a/applications/luci-app-banip/po/nb_NO/banip.po +++ b/applications/luci-app-banip/po/nb_NO/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Avanserte innstillinger" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "Nedlastingsverktøy" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "E-postprofil" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "E-postsenderadresse" @@ -302,7 +302,7 @@ msgstr "E-postsenderadresse" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "E-postemne" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "Info" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "Oversikt" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "Gjenoppfrisk" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -738,12 +740,14 @@ msgstr "Kjøringsflagg" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -774,7 +778,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -783,7 +787,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -813,11 +817,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -837,7 +841,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -869,7 +873,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -905,17 +909,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -923,12 +927,14 @@ msgstr "" msgid "Trigger Delay" msgstr "Utløserforsinkelse" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -939,15 +945,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -986,8 +992,8 @@ msgstr "Versjon" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -995,8 +1001,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1010,7 +1016,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1046,59 +1052,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/nl/banip.po b/applications/luci-app-banip/po/nl/banip.po index f0888e37d5..2defa242e4 100644 --- a/applications/luci-app-banip/po/nl/banip.po +++ b/applications/luci-app-banip/po/nl/banip.po @@ -17,31 +17,31 @@ msgstr "-- Selectie instellen --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASN's" @@ -67,19 +67,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Geavanceerde instellingen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "VLAN-forwards toestaan" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Alleen toelatingslijst" @@ -91,33 +91,33 @@ 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:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "Uplink automatisch toestaan" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Automatische toelatingslijst" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Subnet automatisch blokkeren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Automatische blokkeerlijst" @@ -125,7 +125,7 @@ msgstr "Automatische blokkeerlijst" msgid "Auto Detection" msgstr "Autodetectie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -133,7 +133,7 @@ msgstr "" "Voeg automatisch hele subnetten toe aan de blokkeerlijst Set op basis van " "een extra RDAP-verzoek met het verdachte IP-adres." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -141,7 +141,7 @@ msgstr "" "Voeg automatisch opgeloste domeinen en verdachte IP's toe aan de lokale " "banIP-blokkeerlijst." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -161,19 +161,19 @@ msgstr "Basismap" msgid "Base working directory while banIP processing." msgstr "Basiswerkmap tijdens banIP-verwerking." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Vervaldatum van blokkeerlijst ingesteld" @@ -185,7 +185,7 @@ msgstr "" "Bloklijstwijzigingen 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:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -208,8 +208,8 @@ msgstr "Reeks Prioriteit" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Wijzigingen op dit tabblad hebben een herstart van de banIP-service nodig om " @@ -228,7 +228,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Landen" @@ -246,7 +246,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "IP's ontdubbelen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Standaard blokkeringsbeleid" @@ -262,7 +262,7 @@ msgstr "" "Detecteer automatisch relevante netwerkapparaten, interfaces, subnetten, " "protocollen en hulpprogramma's." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Uitschakelen" @@ -294,25 +294,25 @@ msgstr "Nieuwe pogingen downloaden" msgid "Download Utility" msgstr "Download hulpprogramma" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "E-Mail notificatie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "E-Mail profiel" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "E-Mail adres van ontvanger" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "E-Mail adres van verzender" @@ -320,7 +320,7 @@ msgstr "E-Mail adres van verzender" msgid "E-Mail Settings" msgstr "Email instellingen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "E-Mail onderwerp" @@ -346,11 +346,11 @@ msgstr "Elementen" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Leeg veld niet toegestaan" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -358,7 +358,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "Activeer de banIP service." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -380,15 +380,15 @@ msgstr "Schakelt IPv4-ondersteuning in." msgid "Enables IPv6 support." msgstr "Schakelt IPv6-ondersteuning in." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "Vervaltijd voor automatisch toegevoegde blocklist Set-leden." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -436,15 +436,17 @@ msgstr "Hoge prioriteit" msgid "Highest Priority" msgstr "Hoogste prioriteit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -485,7 +487,7 @@ msgid "Information" msgstr "Informatie" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Ongeldige tekens" @@ -493,7 +495,7 @@ msgstr "Ongeldige tekens" msgid "Invalid input values, unable to save modifications." msgstr "Ongeldige invoerwaarden, kan wijzigingen niet opslaan." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -501,8 +503,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "LAN-Forward (pakketten)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "LAN-Forward Reeks" @@ -518,15 +520,15 @@ msgstr "Laagste prioriteit" msgid "Less Priority" msgstr "Lage prioriteit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Beperk bepaalde feeds tot de LAN-Forward-reeks." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Beperk bepaalde feeds tot de WAN-Forward-reeks." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Beperk bepaalde feeds tot de WAN-invoer reeks." @@ -534,7 +536,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "Beperk de uplink autoallow-functie." @@ -555,29 +557,29 @@ msgid "List the elements of a specific banIP-related Set." msgstr "" "Maak een lijst van de elementen van een specifieke banIP-gerelateerde Set." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "Aantal logboeken" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "Logboek LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Log limiet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -585,35 +587,35 @@ msgstr "" msgid "Log Settings" msgstr "Logboek instellingen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Logboek termen (sleutelwoorden)" -#: 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:590 msgid "Log WAN-Forward" msgstr "Logboek WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "Logboek WAN-invoer" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -625,7 +627,7 @@ msgstr "Max Open Bestanden" msgid "NFT Information" msgstr "NFT Informatie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -654,7 +656,7 @@ msgstr "" "Aantal downloadpogingen in geval van een fout (niet ondersteund door uclient-" "fetch)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -673,7 +675,7 @@ msgstr "" msgid "Overview" msgstr "Overzicht" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -690,26 +692,26 @@ msgstr "" msgid "Processing Log" msgstr "Logboek verwerken" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Profiel gebruikt voor 'msmtp' voor banIP E-Mail berichten/notificaties." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "Protocol/URL-formaat wordt niet ondersteund" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "Ontvang e-mailmeldingen bij elke banIP-run." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -721,7 +723,7 @@ msgstr "" msgid "Refresh" msgstr "Herladen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -733,7 +735,7 @@ msgstr "Herladen" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -749,7 +751,7 @@ msgstr "Rapporteer elementen" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 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." @@ -774,12 +776,14 @@ msgstr "Vlaggen uitvoeren" msgid "Run Information" msgstr "Informatie uitvoeren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -810,7 +814,7 @@ msgstr "Selecteer de logische WAN IPv4-netwerkinterface(s)." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Selecteer de logische WAN IPv6-netwerkinterface(s)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "Afzender e-mailadres voor de banIP email meldingen." @@ -819,7 +823,7 @@ msgstr "Afzender e-mailadres voor de banIP email meldingen." msgid "Set" msgstr "Instellen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "Beleid instellen" @@ -849,11 +853,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "Stel het nft-beleid in voor banIP-gerelateerde sets." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "Stel het syslog-niveau in voor NFT-logboekregistratie." @@ -873,7 +877,7 @@ msgstr "Status" msgid "Stop" msgstr "Stop" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "Subnet" @@ -906,7 +910,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "De blokkeerlijst is te groot, kan wijzigingen niet opslaan." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -945,7 +949,7 @@ msgstr "" msgid "Timestamp" msgstr "Tijdstempel" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -953,11 +957,11 @@ msgstr "" "Om e-mailmeldingen in te schakelen, stelt u het 'msmtp'-pakket in en geeft u " "een geldig e-mailontvangeradres op." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Onderwerp voor banIP notificatie e-mails." @@ -965,12 +969,14 @@ msgstr "Onderwerp voor banIP notificatie e-mails." msgid "Trigger Delay" msgstr "Trigger vertraging" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -981,15 +987,15 @@ msgstr "URLv4" msgid "URLv6" msgstr "URLv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -1028,8 +1034,8 @@ msgstr "Versie" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (pakketten)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "WAN-Forward Reeks" @@ -1037,8 +1043,8 @@ msgstr "WAN-Forward Reeks" msgid "WAN-Input (packets)" msgstr "WAN-invoer (pakketten)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "WAN-invoer reeks" @@ -1059,7 +1065,7 @@ msgstr "" "versie van de beheerder leegt u het aangepaste feedbestand opnieuw (niet " "verwijderen!)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "alarm" @@ -1095,59 +1101,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "crit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "debuggen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "tevoorschijn komen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "fout" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "info" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "lokale toelatingslijst" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "lokale blokkeerlijst" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "geheugen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "kennisgeving" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "prestatie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "waarschuwen" diff --git a/applications/luci-app-banip/po/pl/banip.po b/applications/luci-app-banip/po/pl/banip.po index 73181467cb..c0a43c32f3 100644 --- a/applications/luci-app-banip/po/pl/banip.po +++ b/applications/luci-app-banip/po/pl/banip.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-05-03 00:17+0000\n" +"PO-Revision-Date: 2024-05-09 11:33+0000\n" "Last-Translator: Matthaiks <kitynska@gmail.com>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/pl/>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.3-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:78 msgid "-- Set Selection --" @@ -18,31 +18,31 @@ msgstr "-- Wybór zestawu --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" -msgstr "" +msgstr "-- domyślne --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "AFRINIC - obsługuje region Afryki i Oceanu Indyjskiego" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "APNIC - obsługuje region Azji i Pacyfiku" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "ARIN - obsługuje Kanadę i Stany Zjednoczone" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASN-y" @@ -68,19 +68,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "Zezwalaj na protokół/porty" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "Zezwalaj na przekazywanie VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "Adresy URL źródeł listy dozwolonych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Tylko lista dozwolonych" @@ -92,7 +92,7 @@ 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:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." @@ -100,27 +100,27 @@ msgstr "" "Zawsze zezwalaj na protokół (tcp/udp) z określonymi portami lub zakresami " "portów w łańcuchu wejścia WAN i przekazywania WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "Zawsze zezwalaj na przekazywanie niektórych VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "Zawsze blokuj przekazywanie niektórych VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "Automatycznie zezwalaj na łącze nadrzędne" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Automatyczna lista dozwolonych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Automatyczne blokowanie podsieci" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Automatyczna lista zablokowanych" @@ -128,7 +128,7 @@ msgstr "Automatyczna lista zablokowanych" msgid "Auto Detection" msgstr "Automatyczne wykrywanie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -136,7 +136,7 @@ msgstr "" "Automatycznie dodawaj całe podsieci do zestawu listy zablokowanych na " "podstawie dodatkowego żądania RDAP z podejrzanym adresem IP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -144,7 +144,7 @@ msgstr "" "Automatycznie dodawaj rozpoznane domeny i podejrzane adresy IP do lokalnej " "listy zablokowanych banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -164,19 +164,19 @@ msgstr "Katalog główny" msgid "Base working directory while banIP processing." msgstr "Główny katalog roboczy podczas przetwarzania banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "Typ blokowania" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "Blokuj przekazywanie VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "Źródło listy zablokowanych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Wygaśnięcie zestawu listy zablokowanych" @@ -188,7 +188,7 @@ msgstr "" "Modyfikacje listy zablokowanych 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:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -211,8 +211,8 @@ msgstr "Priorytet łańcucha" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Zmiany na tej karcie wymagają ponownego uruchomienia usługi banIP, aby " @@ -236,7 +236,7 @@ msgstr "" "github.com/openwrt/packages/blob/master/net/banip/files/README.md\" " "target=\"_blank\" rel=\"noreferrer noopener\" >dokumentację online</a>" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Kraje" @@ -256,7 +256,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "Deduplikacja adresów IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Domyślne zasady blokowania" @@ -272,7 +272,7 @@ 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:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Wyłącz" @@ -304,7 +304,7 @@ msgstr "Ponowne próby pobierania" msgid "Download Utility" msgstr "Narzędzie pobierania" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." @@ -312,19 +312,19 @@ msgstr "" "Porzucaj pakiety po cichu lub aktywnie odrzucaj ruch w łańcuchach wejścia " "WAN i przekazywania WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Powiadomienie e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "Profil e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Adres e-mail odbiorcy" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Adres e-mail nadawcy" @@ -332,7 +332,7 @@ msgstr "Adres e-mail nadawcy" msgid "E-Mail Settings" msgstr "Ustawienia e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Temat e-mail" @@ -358,11 +358,11 @@ msgstr "Elementy" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Puste pole jest niedozwolone" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "Włącz zdalne rejestrowanie" @@ -370,7 +370,7 @@ msgstr "Włącz zdalne rejestrowanie" msgid "Enable the banIP service." msgstr "Włącz usługę banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "Włącz interfejs cgi, aby otrzymywać zdarzenia zdalnego rejestrowania." @@ -391,16 +391,16 @@ msgstr "Włącza obsługę IPv4." msgid "Enables IPv6 support." msgstr "Włącza obsługę IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Czas wygaśnięcia automatycznie dodawanych członków zestawu listy zablokowych." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "Zewnętrzne źródła listy dozwolonych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "Zewnętrzne źródła listy zablokowanych" @@ -448,15 +448,19 @@ msgstr "Wysoki priorytet" msgid "Highest Priority" msgstr "Najwyższy priorytet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "Próg ICMP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." -msgstr "Próg ICMP w pakietach na sekundę do zapobiegania atakom WAN-DDoS." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." +msgstr "" +"Próg ICMP w pakietach na sekundę, aby zapobiec atakom WAN-DDOS. Jeśli chcesz " +"wyłączyć to zabezpieczenie, ustaw je na '0'." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -497,7 +501,7 @@ msgid "Information" msgstr "Informacje" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Nieprawidłowe znaki" @@ -505,7 +509,7 @@ msgstr "Nieprawidłowe znaki" msgid "Invalid input values, unable to save modifications." msgstr "Nieprawidłowe wartości wejściowe, nie można zapisać zmian." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "LACNIC - obsługuje region Ameryki Łacińskiej i Karaibów" @@ -513,8 +517,8 @@ msgstr "LACNIC - obsługuje region Ameryki Łacińskiej i Karaibów" msgid "LAN-Forward (packets)" msgstr "Przekazywanie LAN (pakiety)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "Łańcuch przekazywania LAN" @@ -530,15 +534,15 @@ msgstr "Najniższy priorytet" msgid "Less Priority" msgstr "Mniejszy priorytet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Ogranicz niektóre źródła do łańcucha przekazywania LAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Ogranicz niektóre źródła do łańcucha przekazywania WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Ogranicz niektóre źródła do łańcucha wejścia WAN." @@ -548,7 +552,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "Ogranicz funkcję automatycznego zezwalania na łącze nadrzędne." @@ -568,11 +572,11 @@ msgstr "Lista dostępnych interfejsów wyzwalacza przeładowania." msgid "List the elements of a specific banIP-related Set." msgstr "Wymień elementy określonego zestawu związanego z banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "Ustawienia lokalnego źródła" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." @@ -580,19 +584,19 @@ msgstr "" "Lokalizacja do analizy pliku dziennika, np. poprzez syslog-ng, aby " "dezaktywować standardowe analizowanie poprzez logread." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "Liczba dziennika" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "Rejestrowanie przekazywania LAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Limit dziennika" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "Wstępne trasowanie dziennika" @@ -600,35 +604,35 @@ msgstr "Wstępne trasowanie dziennika" msgid "Log Settings" msgstr "Ustawienia dziennika" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Warunki dziennika" -#: 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:590 msgid "Log WAN-Forward" msgstr "Rejestrowanie przekazywania WAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "Rejestrowanie wejścia WAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "Rejestruj podejrzane pakiety ze wstępnego trasowania." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." msgstr "Rejestruj podejrzane przekazywane pakiety LAN." -#: 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "Rejestruj podejrzane przekazywazane pakiety WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "Rejestruj podejrzane pakiety przychodzące WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "Lokalizacja pliku dziennika" @@ -640,7 +644,7 @@ msgstr "Maksymalna liczba otwartych plików" msgid "NFT Information" msgstr "Informacje NFT" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "Poziom rejestrowania NFT" @@ -669,7 +673,7 @@ msgstr "" "Liczba prób pobierania w przypadku błędu (nieobsługiwane przez uclient-" "fetch)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -688,7 +692,7 @@ msgstr "" msgid "Overview" msgstr "Przegląd" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -705,26 +709,26 @@ msgstr "Limit portu/protokołu" msgid "Processing Log" msgstr "Dziennik przetwarzania" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Profil używany przez \"msmtp\" dla wiadomości e-mail z powiadomieniem banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "Format protokołu/adresu URL jest nieobsługiwany" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "RIPE - obsługuje Europę, Bliski Wschód i Azję Środkową" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "Otrzymuj powiadomienia e-mail przy każdym uruchomieniu banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -736,7 +740,7 @@ msgstr "" msgid "Refresh" msgstr "Odśwież" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "Regionalny Rejestr Internetowy" @@ -748,7 +752,7 @@ msgstr "Przeładuj" msgid "Reload Trigger Interface" msgstr "Interfejs wyzwalacza przeładowania" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "Zdalny token" @@ -762,9 +766,9 @@ msgstr "Elementy raportu" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:235 msgid "Restart" -msgstr "" +msgstr "Uruchom ponownie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 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." @@ -790,13 +794,17 @@ msgstr "Flagi uruchomieniowe" msgid "Run Information" msgstr "Informacje uruchomieniowe" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "Próg SYN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." -msgstr "Próg SYN w pakietach na sekundę do zapobiegania atakom WAN-DDoS." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." +msgstr "" +"Próg SYN w pakietach na sekundę, aby zapobiec atakom WAN-DDOS. Jeśli chcesz " +"wyłączyć to zabezpieczenie, ustaw je na '0'." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" @@ -826,7 +834,7 @@ msgstr "Wybierz logiczne interfejsy sieciowe IPv4 WAN." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Wybierz logiczne interfejsy sieciowe IPv6 WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "Adres nadawcy wiadomości e-mail z powiadomieniem banIP." @@ -835,7 +843,7 @@ msgstr "Adres nadawcy wiadomości e-mail z powiadomieniem banIP." msgid "Set" msgstr "Zestaw" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "Zasady zestawu" @@ -867,11 +875,11 @@ msgstr "" "Ustaw priorytet łańcucha nft w tablicy banIP, niższe wartości oznaczają " "wyższy priorytet." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "Ustaw zasady nft dla zestawów związanych z banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "Ustaw poziom dziennika syslog dla rejestrowania NFT." @@ -893,7 +901,7 @@ msgstr "Status" msgid "Stop" msgstr "Zatrzymaj" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "Podsieć" @@ -925,7 +933,7 @@ msgstr "Lista dozwolonych jest za duża, nie można zapisać zmian." msgid "The blocklist is too big, unable to save modifications." msgstr "Lista zablokowanych jest za duża, nie można zapisać zmian." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -973,7 +981,7 @@ msgstr "" msgid "Timestamp" msgstr "Sygnatura czasowa" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -981,11 +989,11 @@ msgstr "" "Aby włączyć powiadomienia e-mail, skonfiguruj pakiet 'msmtp' i podaj " "prawidłowy adres e-mail odbiorcy." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "Token do komunikacji z interfejsem cgi." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Temat wiadomości e-mail z powiadomieniem banIP." @@ -993,13 +1001,17 @@ msgstr "Temat wiadomości e-mail z powiadomieniem banIP." msgid "Trigger Delay" msgstr "Opóźnienie wyzwalacza" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "Próg UDP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." -msgstr "Próg UDP w pakietach na sekundę do zapobiegania atakom WAN-DDoS." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." +msgstr "" +"Próg UDP w pakietach na sekundę, aby zapobiec atakom WAN-DDOS. Jeśli chcesz " +"wyłączyć to zabezpieczenie, ustaw je na '0'." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" @@ -1009,25 +1021,25 @@ msgstr "URLv4" msgid "URLv6" msgstr "URLv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" -msgstr "" +msgstr "Nie można przeanalizować pliku krajów!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" -msgstr "" +msgstr "Nie można przeanalizować pliku niestandardowych źródeł!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" -msgstr "" +msgstr "Nie można przeanalizować pliku domyślnych źródeł!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:152 msgid "Unable to parse the report file!" -msgstr "" +msgstr "Nie można przeanalizować pliku raportu!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:73 msgid "Unable to parse the ruleset file!" -msgstr "" +msgstr "Nie można przeanalizować pliku zestawu reguł!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:22 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:22 @@ -1056,8 +1068,8 @@ msgstr "Wersja" msgid "WAN-Forward (packets)" msgstr "Przekazywanie WAN (pakiety)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "Łańcuch przekazywania WAN" @@ -1065,8 +1077,8 @@ msgstr "Łańcuch przekazywania WAN" msgid "WAN-Input (packets)" msgstr "Wejście WAN (pakiety)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "Łańcuch wejścia WAN" @@ -1086,7 +1098,7 @@ msgstr "" "zapasową. Aby wrócić do wersji opiekunów, po prostu ponownie opróżnij plik " "źródeł niestandardowych (nie usuwaj go!)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "alarm" @@ -1122,62 +1134,71 @@ msgstr "zablokowane pakiety syn-flood" msgid "blocked udp-flood packets" msgstr "zablokowane pakiety udp-flood" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "krytyczny" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "debugowanie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "porzucaj" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "ratunkowy" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "błąd" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "informacyjny" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "lokalna lista dozwolonych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "lokalna lista zablokowanych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "pamięć" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "spostrzeżenie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "wydajność" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "odrzucaj" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "ostrzeżenie" +#~ msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#~ msgstr "Próg ICMP w pakietach na sekundę do zapobiegania atakom WAN-DDoS." + +#~ msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#~ msgstr "Próg SYN w pakietach na sekundę do zapobiegania atakom WAN-DDoS." + +#~ msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#~ msgstr "Próg UDP w pakietach na sekundę do zapobiegania atakom WAN-DDoS." + #~ msgid "Apply & Restart" #~ msgstr "Restartuj" diff --git a/applications/luci-app-banip/po/pt/banip.po b/applications/luci-app-banip/po/pt/banip.po index 24a9559dfa..62f46833a9 100644 --- a/applications/luci-app-banip/po/pt/banip.po +++ b/applications/luci-app-banip/po/pt/banip.po @@ -17,31 +17,31 @@ msgstr "-- Definir seleção --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASNs" @@ -67,19 +67,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "Permitir encaminhamentos de VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Apenas a lista dos permitidos" @@ -91,33 +91,33 @@ 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:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "Permitir sempre determinados encaminhamentos de VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "Bloquear sempre determinados encaminhamentos de VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "Permitir uplink automático" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Lista automática dos permitidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Sub-rede de bloqueio automático" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Lista automática de bloqueio" @@ -125,7 +125,7 @@ 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:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -133,7 +133,7 @@ msgstr "" "Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio " "com base numa solicitação adiciona RDAP com o IP suspeito." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -141,7 +141,7 @@ msgstr "" "Adicione automaticamente domínios resolvidos e IPs suspeitos à lista de " "bloqueio local banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -162,19 +162,19 @@ msgid "Base working directory while banIP processing." msgstr "" "Diretório principal de trabalho usado durante o processamento do banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "Tipo de bloco" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "Bloquear encaminhamentos de VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Expiração definida da lista de bloqueio" @@ -186,7 +186,7 @@ msgstr "" "As alterações da lista de bloqueio 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:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -209,8 +209,8 @@ msgstr "Prioridade da cadeia" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "As alterações nesta guia precisam de uma reinicialização do serviço banIP " @@ -229,7 +229,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Países" @@ -249,7 +249,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "Eliminar IPs duplicados" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Política de bloqueio padrão" @@ -265,7 +265,7 @@ 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:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Desativar" @@ -297,7 +297,7 @@ msgstr "Novas tentativas de download" msgid "Download Utility" msgstr "Ferramenta para Descarregar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." @@ -305,19 +305,19 @@ msgstr "" "Descartar pacotes silenciosamente ou rejeitar ativamente o tráfego nas " "cadeias WAN-Input e WAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Notificação por e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "Perfil de e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Endereço de e-mail do destinatário" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Endereço de e-mail do remetente" @@ -325,7 +325,7 @@ msgstr "Endereço de e-mail do remetente" msgid "E-Mail Settings" msgstr "Configurações do e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Assunto do e-mail" @@ -351,11 +351,11 @@ msgstr "Elementos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Campo vazio não permitido" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "Ativar o registo remoto" @@ -363,7 +363,7 @@ msgstr "Ativar o registo remoto" msgid "Enable the banIP service." msgstr "Ative o serviço banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "Ativar a interface cgi para receber eventos de registo remotos." @@ -384,17 +384,17 @@ msgstr "Ativa o suporte IPv4." msgid "Enables IPv6 support." msgstr "Ativa o suporte IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Tempo de expiração para membros do conjunto de lista de bloqueio adicionados " "automaticamente." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -442,15 +442,17 @@ msgstr "Alta prioridade" msgid "Highest Priority" msgstr "Máxima Prioridade" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -492,7 +494,7 @@ msgid "Information" msgstr "Informação" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Caracteres inválidos" @@ -500,7 +502,7 @@ msgstr "Caracteres inválidos" msgid "Invalid input values, unable to save modifications." msgstr "Valores de entrada inválidos, não é possível salvar as modificações." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -508,8 +510,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "LAN-Forward (pacotes)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "Cadeia LAN-Forward" @@ -525,15 +527,15 @@ msgstr "Mínima Prioridade" msgid "Less Priority" msgstr "Menor Prioridade" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Limite certos feeds à cadeia LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Limite certos feeds à cadeia WAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Limite certos feeds à cadeia WAN-Input." @@ -542,7 +544,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "Limite a função de permissão automática de uplink." @@ -562,11 +564,11 @@ msgstr "Lista de interface de gatilho de recarga disponível(s)." msgid "List the elements of a specific banIP-related Set." msgstr "Liste os elementos de um conjunto específico relacionado ao banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." @@ -574,19 +576,19 @@ msgstr "" "Localização para analisar o ficheiro de registo, por exemplo, via syslog-ng, " "para desativar a análise padrão via logread." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "Contagem dos registos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "Registo LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Limite do Registo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -594,35 +596,35 @@ msgstr "" msgid "Log Settings" msgstr "Configurações do registo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Termos do registo" -#: 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:590 msgid "Log WAN-Forward" msgstr "Registo WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "Registo WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "Localização do ficheiro de registo" @@ -634,7 +636,7 @@ msgstr "Quantidade máxima de ficheiros abertos" msgid "NFT Information" msgstr "Informação NFT" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "Nível de registos NFT" @@ -663,7 +665,7 @@ msgstr "" "Número de tentativas de download em caso de erro (não suportado pelo uclient-" "fetch)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -682,7 +684,7 @@ msgstr "" msgid "Overview" msgstr "Visão Geral" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -698,25 +700,25 @@ msgstr "Limite de Porto/Protocolo" msgid "Processing Log" msgstr "Registo de processamento" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "Formato de protocolo/URL não suportado" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "Receba notificações por e-mail a cada execução do banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -728,7 +730,7 @@ msgstr "" msgid "Refresh" msgstr "Atualizar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -740,7 +742,7 @@ msgstr "Recarregar" msgid "Reload Trigger Interface" msgstr "Recarregar a interface do gatilho" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "Token remoto" @@ -756,7 +758,7 @@ msgstr "Elementos do relatório" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 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." @@ -782,12 +784,14 @@ msgstr "Flags de Execução" msgid "Run Information" msgstr "Informações de Execução" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -818,7 +822,7 @@ msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv4." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "Endereço do remetente para os e-mails de notificação do banIP." @@ -827,7 +831,7 @@ msgstr "Endereço do remetente para os e-mails de notificação do banIP." msgid "Set" msgstr "Definir" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "Definir a política" @@ -857,11 +861,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "Defina a política nft para conjuntos relacionados ao banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "Define o nível do syslog para os registos NFT." @@ -883,7 +887,7 @@ msgstr "Estado" msgid "Stop" msgstr "Parar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "Sub-rede" @@ -918,7 +922,7 @@ msgid "The blocklist is too big, unable to save modifications." msgstr "" "A lista de bloqueio é grande demais, não é possível salvar as alterações." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -966,7 +970,7 @@ msgstr "" msgid "Timestamp" msgstr "Marca de Tempo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -974,11 +978,11 @@ msgstr "" "Para ativar as notificações por e-mail, configure o pacote 'msmtp' e " "especifique um endereço de e-mail com um destinatário válido." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "Token para comunicar com a interface cgi." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Tópico para e-mails de notificação do banIP." @@ -986,12 +990,14 @@ msgstr "Tópico para e-mails de notificação do banIP." msgid "Trigger Delay" msgstr "Atraso do Gatilho" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -1002,15 +1008,15 @@ msgstr "URLv4" msgid "URLv6" msgstr "URLv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -1049,8 +1055,8 @@ msgstr "Versão" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (pacotes)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "Cadeia WAN-Forward" @@ -1058,8 +1064,8 @@ msgstr "Cadeia WAN-Forward" msgid "WAN-Input (packets)" msgstr "WAN-Input (pacotes)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "Cadeia WAN-Input" @@ -1079,7 +1085,7 @@ msgstr "" "local. Para voltar à versão do mantenedor, apenas deixe o ficheiro de feed " "personalizado vazio (mas não o exclua!)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "alerta" @@ -1115,59 +1121,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "crítico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "detalhado" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "descartar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "urgente" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "erro" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "info" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "lista dos permitidos local" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "lista de bloqueio local" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "memória" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "aviso" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "desempenho" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "rejeitar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "alertar" diff --git a/applications/luci-app-banip/po/pt_BR/banip.po b/applications/luci-app-banip/po/pt_BR/banip.po index cf16a7701a..5a780fd707 100644 --- a/applications/luci-app-banip/po/pt_BR/banip.po +++ b/applications/luci-app-banip/po/pt_BR/banip.po @@ -17,31 +17,31 @@ msgstr "-- Definir seleção --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASNs" @@ -67,19 +67,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "Permitir encaminhamentos de VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Apenas a lista dos permitidos" @@ -91,33 +91,33 @@ 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:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "Sempre permita certos encaminhamentos da VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "Sempre negue certos encaminhamentos da VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "Permite o enlace automático" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Lista automática dos permitidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Sub-rede de bloqueio automático" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Lista automática de bloqueio" @@ -125,7 +125,7 @@ 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:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -133,7 +133,7 @@ msgstr "" "Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio " "com base numa solicitação adiciona RDAP com o IP suspeito." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -141,7 +141,7 @@ msgstr "" "Adicione automaticamente os domínios resolvidos e os IPs suspeitos à lista " "de bloqueio local do banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -162,19 +162,19 @@ msgid "Base working directory while banIP processing." msgstr "" "Diretório principal de trabalho usado durante o processamento do banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "Bloquear os encaminhamentos da VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Expiração do conjunto das listas de bloqueio" @@ -186,7 +186,7 @@ msgstr "" "As alterações da lista de bloqueio 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:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -209,8 +209,8 @@ msgstr "Prioridade da cadeia" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "As alterações nesta guia precisam de uma reinicialização do serviço banIP " @@ -229,7 +229,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Países" @@ -249,7 +249,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "Eliminar IPs duplicados" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Política de bloqueio padrão" @@ -265,7 +265,7 @@ 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:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Desativar" @@ -297,25 +297,25 @@ msgstr "Tentativas de download" msgid "Download Utility" msgstr "Ferramenta para Baixar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Notificação por E-Mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "E-Mail do Perfil" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Endereço de E-Mail do Destinatário" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Endereço de E-Mail do Remetente" @@ -323,7 +323,7 @@ msgstr "Endereço de E-Mail do Remetente" msgid "E-Mail Settings" msgstr "Configurações do e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Assunto do E-Mail" @@ -349,11 +349,11 @@ msgstr "Elementos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Campo vazio não permitido" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -361,7 +361,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "Ative o serviço banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -382,17 +382,17 @@ msgstr "Ativa o suporte IPv4." msgid "Enables IPv6 support." msgstr "Ativa o suporte IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Tempo de expiração para os membros do conjunto da lista de bloqueio que " "foram adicionados automaticamente." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -440,15 +440,17 @@ msgstr "Alta prioridade" msgid "Highest Priority" msgstr "Máxima Prioridade" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -490,7 +492,7 @@ msgid "Information" msgstr "Informações" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Caracteres inválidos" @@ -498,7 +500,7 @@ msgstr "Caracteres inválidos" msgid "Invalid input values, unable to save modifications." msgstr "Valores inválidos da entrada, não é possível salvar as alterações." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -506,8 +508,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "LAN-Forward (pacotes)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "Cadeia LAN-Forward" @@ -523,15 +525,15 @@ msgstr "Mínima Prioridade" msgid "Less Priority" msgstr "Menor Prioridade" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Limite certos feeds à cadeia LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Limite certos feeds à cadeia WAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Limite certos feeds à cadeia WAN-Input." @@ -540,7 +542,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "Limite a função de permissão automática do enlace." @@ -560,29 +562,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "Liste os elementos de um conjunto específico relacionado ao banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "Contagem dos registros" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "Registro LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Limite do Registro" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -590,35 +592,35 @@ msgstr "" msgid "Log Settings" msgstr "Configurações do registro" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Termos do registro" -#: 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:590 msgid "Log WAN-Forward" msgstr "Registro WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "Registro WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -630,7 +632,7 @@ msgstr "Quantidade máxima de arquivos abertos" msgid "NFT Information" msgstr "Informação NFT" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -659,7 +661,7 @@ msgstr "" "Quantidade de tentativas de download em caso de erro (não suportado pelo " "uclient-fetch)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -678,7 +680,7 @@ msgstr "" msgid "Overview" msgstr "Visão geral" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -695,25 +697,25 @@ msgstr "" msgid "Processing Log" msgstr "Registro de processamento" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "Formato de protocolo/URL não suportado" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "Receba notificações por e-mail a cada execução do banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -725,7 +727,7 @@ msgstr "" msgid "Refresh" msgstr "Atualizar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -737,7 +739,7 @@ msgstr "Recarregar" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -753,7 +755,7 @@ msgstr "Elementos do relatório" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 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." @@ -779,12 +781,14 @@ msgstr "Executar Flags" msgid "Run Information" msgstr "Informações de Execução" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -815,7 +819,7 @@ msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv4." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "Endereço do remetente para os e-mails de notificação do banIP." @@ -824,7 +828,7 @@ msgstr "Endereço do remetente para os e-mails de notificação do banIP." msgid "Set" msgstr "Definir" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "Definir a política" @@ -854,11 +858,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "Defina a política NFT para os conjuntos relacionados ao banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "Define o nível do syslog para os registros NFT." @@ -880,7 +884,7 @@ msgstr "Status" msgid "Stop" msgstr "Parar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "Sub-rede" @@ -915,7 +919,7 @@ msgid "The blocklist is too big, unable to save modifications." msgstr "" "A lista de bloqueio é grande demais, não é possível salvar as alterações." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -963,7 +967,7 @@ msgstr "" msgid "Timestamp" msgstr "Marca de Tempo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -971,11 +975,11 @@ msgstr "" "Para ativar as notificações por e-mail, configure o pacote 'msmtp' e " "especifique um endereço de e-mail com um destinatário válido." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Tópico para e-mails de notificação do banIP." @@ -983,12 +987,14 @@ msgstr "Tópico para e-mails de notificação do banIP." msgid "Trigger Delay" msgstr "Gatilho de Atraso" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -999,15 +1005,15 @@ msgstr "URLv4" msgid "URLv6" msgstr "URLv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -1046,8 +1052,8 @@ msgstr "Versão" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (pacotes)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "Cadeia WAN-Forward" @@ -1055,8 +1061,8 @@ msgstr "Cadeia WAN-Forward" msgid "WAN-Input (packets)" msgstr "WAN-Input (pacotes)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "Cadeia WAN-Input" @@ -1076,7 +1082,7 @@ msgstr "" "um backup local. Para voltar para a versão do mantenedor, apenas deixe o " "arquivo de feed personalizado vazio (mas não o exclua!)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "alerta" @@ -1112,59 +1118,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "crítico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "detalhado" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "urgente" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "erro" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "info" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "lista dos permitidos local" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "lista de bloqueio local" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "memória" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "aviso" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "desempenho" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "alertar" diff --git a/applications/luci-app-banip/po/ro/banip.po b/applications/luci-app-banip/po/ro/banip.po index cda7cd0cd2..2228e121d2 100644 --- a/applications/luci-app-banip/po/ro/banip.po +++ b/applications/luci-app-banip/po/ro/banip.po @@ -18,31 +18,31 @@ msgstr "-- Selecția setului --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASN-uri" @@ -68,19 +68,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Setări avansate" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "Permiteți redirecționarea VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Doar Allowlist" @@ -92,33 +92,33 @@ 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:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "Permiteți întotdeauna anumite transmisiuni VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "Blocați întotdeauna anumite transmisiuni VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "Permite automat legătura ascendentă" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Allowlist Automată" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Blocaj automat Subnet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Lista de blocare automată" @@ -126,7 +126,7 @@ msgstr "Lista de blocare automată" msgid "Auto Detection" msgstr "Detecție automată" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -134,7 +134,7 @@ msgstr "" "Adăugați automat subrețele întregi la lista de blocare Set bazat pe o cerere " "RDAP suplimentară cu IP-ul suspect." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -142,7 +142,7 @@ msgstr "" "Adăugarea automată a domeniilor rezolvate și a IP-urilor suspecte la lista " "de blocare banIP locală." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -162,19 +162,19 @@ msgstr "Director de bază" msgid "Base working directory while banIP processing." msgstr "Directorul de lucru de bază în timpul procesării banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "Tip de bloc" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "Blocați transmisiile VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Expirarea setului Blocklist" @@ -186,7 +186,7 @@ msgstr "" "Modificările cu lista de blocare au fost salvate, porniți căutarea " "domeniului sau reporniți banIP-ul, iar modificările intră în vigoare." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -209,8 +209,8 @@ msgstr "Prioritatea Chain" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Modificările din această filă necesită o repornire a serviciului banIP " @@ -229,7 +229,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Țări" @@ -249,7 +249,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "Deduplicați IP-uri" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Politica de blocare implicită" @@ -265,7 +265,7 @@ 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:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Dezactivați" @@ -297,25 +297,25 @@ msgstr "Descărcați Reîncercări" msgid "Download Utility" msgstr "Utilitar descărcare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Notificare prin e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "Profil de e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Adresa de e-mail a destinatarului" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Adresa expeditorului de e-mail" @@ -323,7 +323,7 @@ msgstr "Adresa expeditorului de e-mail" msgid "E-Mail Settings" msgstr "Setări e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Subiect E-Mail" @@ -349,11 +349,11 @@ msgstr "Elemente" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Câmpul gol nu este permis" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -361,7 +361,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "Activați serviciul banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -382,15 +382,15 @@ msgstr "Activează suportul IPv4." msgid "Enables IPv6 support." msgstr "Activează suportul IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "Timpul de expirare pentru membrii setului blocklist adăugat automat." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -438,15 +438,17 @@ msgstr "Prioritate ridicată" msgid "Highest Priority" msgstr "Cea mai mare prioritate" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -487,7 +489,7 @@ msgid "Information" msgstr "Informație" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Caractere invalide" @@ -495,7 +497,7 @@ msgstr "Caractere invalide" msgid "Invalid input values, unable to save modifications." msgstr "Valori de intrare nevalabile, nu se pot salva modificările." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -503,8 +505,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "LAN-Forward (pachete)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "Chain LAN-Forward" @@ -520,15 +522,15 @@ msgstr "Cea mai mică prioritate" msgid "Less Priority" msgstr "Prioritate mai mică" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Limitați anumite fluxuri la lanțul LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Limitați anumite fluxuri la lanțul WAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Limitarea anumitor fluxuri în lanțul WAN-Input." @@ -536,7 +538,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "Limitați funcția uplink autoallow." @@ -556,29 +558,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "Enumeră elementele unui anumit set legat de banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "Număr de jurnale" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "Jurnalul LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Limita de jurnal" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -586,35 +588,35 @@ msgstr "" msgid "Log Settings" msgstr "Setări jurnal" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Termeni de jurnal" -#: 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:590 msgid "Log WAN-Forward" msgstr "Jurnal WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "Jurnal WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -626,7 +628,7 @@ msgstr "Maxim de fișiere deschise" msgid "NFT Information" msgstr "Informații NFT" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -655,7 +657,7 @@ msgstr "" "Numărul de încercări de descărcare în caz de eroare (nu este suportat de " "uclient-fetch)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -674,7 +676,7 @@ msgstr "" msgid "Overview" msgstr "Prezentare generală" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -690,26 +692,26 @@ msgstr "" msgid "Processing Log" msgstr "Jurnal de procesare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Profilul utilizat de 'msmtp' pentru mesajele electronice de notificare banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "Formatul protocolului/URL nu este acceptat" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "Primiți notificări prin e-mail la fiecare banIP rulat." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -721,7 +723,7 @@ msgstr "" msgid "Refresh" msgstr "Reîmprospătare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -733,7 +735,7 @@ msgstr "Reîncărcați" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -749,7 +751,7 @@ msgstr "Elemente de raport" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 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 " @@ -776,12 +778,14 @@ msgstr "Fixați indicatoarele" msgid "Run Information" msgstr "Informații despre cursă" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -812,7 +816,7 @@ msgstr "Selectați interfața (interfețele) logică (logice) de rețea WAN IPv4 msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Selectați interfața (e) logică de rețea WAN IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "Adresa expeditorului pentru e-mailurile de notificare banIP." @@ -821,7 +825,7 @@ msgstr "Adresa expeditorului pentru e-mailurile de notificare banIP." msgid "Set" msgstr "Setați" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "Stabilirea politicii" @@ -851,11 +855,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "Setați politica nft pentru seturile legate de banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "Setați nivelul syslog pentru jurnalizarea NFT." @@ -877,7 +881,7 @@ msgstr "Stare" msgid "Stop" msgstr "Stop" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "Subnet" @@ -909,7 +913,7 @@ msgstr "Lista de permise este prea mare, nu se pot salva modificările." msgid "The blocklist is too big, unable to save modifications." msgstr "Lista de blocuri este prea mare, nu se pot salva modificările." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -956,7 +960,7 @@ msgstr "" msgid "Timestamp" msgstr "Înregistrarea timpului" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -964,11 +968,11 @@ msgstr "" "Pentru a activa notificările prin e-mail, configurați pachetul \"msmtp\" și " "specificați o adresă de destinatar de e-mail validă." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Subiect pentru e-mailurile de notificare banIP." @@ -976,12 +980,14 @@ msgstr "Subiect pentru e-mailurile de notificare banIP." msgid "Trigger Delay" msgstr "Intârzierea declanșării" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -992,15 +998,15 @@ msgstr "URLv4" msgid "URLv6" msgstr "URLv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -1039,8 +1045,8 @@ msgstr "Versiune" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (pachete)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "Chain WAN-Forward" @@ -1048,8 +1054,8 @@ msgstr "Chain WAN-Forward" msgid "WAN-Input (packets)" msgstr "WAN-Input (pachete)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "Chain WAN-Input" @@ -1070,7 +1076,7 @@ msgstr "" "întreținere, doar goliți din nou fișierul de feed-uri personalizate (nu îl " "ștergeți!)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "alertă" @@ -1106,59 +1112,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "critic" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "depanare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "urgență" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "eroare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "informații" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "lista locală de permise" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "lista de blocare locală" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "memorie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "notificare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "performanță" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "avertisment" diff --git a/applications/luci-app-banip/po/ru/banip.po b/applications/luci-app-banip/po/ru/banip.po index 0354679edc..517683f695 100644 --- a/applications/luci-app-banip/po/ru/banip.po +++ b/applications/luci-app-banip/po/ru/banip.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-05-02 07:46+0000\n" -"Last-Translator: Sergey Ponomarev <stokito@gmail.com>\n" +"PO-Revision-Date: 2024-05-09 11:33+0000\n" +"Last-Translator: st7105 <st7105@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/ru/>\n" "Language: ru\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.3-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:78 msgid "-- Set Selection --" @@ -18,31 +18,31 @@ msgstr "-- Выберите набор --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" -msgstr "" +msgstr "-- по умолчанию --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "AFRINIC - обслуживание Африки и региона Индийского океана" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "APNIC - обслуживание Азиатско-Тихоокеанского региона" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "ARIN - обслуживание Канады и США" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "Автономные системы" @@ -68,19 +68,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Дополнительные настройки" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "Разрешить протокол/порты" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "Разрешить переадресацию VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "Разрешенные URL-адреса каналов" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Только список разрешений" @@ -92,7 +92,7 @@ msgstr "" "Изменения в списке Allowlist были сохранены, запустите программу Domain " "Lookup или перезапустите banIP, чтобы изменения вступили в силу." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." @@ -100,27 +100,27 @@ msgstr "" "Всегда разрешать протокол (tcp/udp) с определенными портами или диапазонами " "портов в цепочке WAN-Input и WAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "Всегда разрешать определенные переадресации VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "Всегда блокировать определенные переадресации VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "Автоматически разрешать исходящие соединения" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Автоматический список разрешений" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Автоблокировка подсети" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Автоматический блок-лист" @@ -128,7 +128,7 @@ msgstr "Автоматический блок-лист" msgid "Auto Detection" msgstr "Автоопределение" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -136,7 +136,7 @@ msgstr "" "Автоматическое добавление целых подсетей в список блокировки Set на основе " "дополнительного запроса RDAP с подозрительным IP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -144,7 +144,7 @@ msgstr "" "Автоматическое добавление разрешенных доменов и подозрительных IP-адресов в " "локальный блок-лист banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -164,19 +164,19 @@ msgstr "Базовый каталог" msgid "Base working directory while banIP processing." msgstr "Базовый рабочий каталог при обработке banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "Тип блока" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "Блокировка переадресации VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "Источник блок-листа" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Задать срок действия блок-листа" @@ -188,7 +188,7 @@ msgstr "" "Изменения в блок-листе были сохранены, запустите программу Domain Lookup или " "перезапустите banIP, чтобы изменения вступили в силу." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -211,8 +211,8 @@ msgstr "Приоритет цепочки" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Для вступления в силу изменений на этой вкладке требуется перезапуск службы " @@ -236,7 +236,7 @@ msgstr "" "github.com/openwrt/packages/blob/master/net/banip/files/README.md\" " "target=\"_blank\" rel=\"noreferrer noopener\" >онлайн-документацией</a>" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Страны" @@ -256,7 +256,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "Дублирование IP-адресов" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Политика блокировки по умолчанию" @@ -272,7 +272,7 @@ msgstr "" "Автоматическое обнаружение соответствующих сетевых устройств, интерфейсов, " "подсетей, протоколов и утилит." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Отключить" @@ -304,7 +304,7 @@ msgstr "Попытки загрузки" msgid "Download Utility" msgstr "Утилита для загрузки" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." @@ -312,19 +312,19 @@ msgstr "" "Тихо отбрасывать пакеты или активно отклонять трафик в цепочках WAN-Input и " "WAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Уведомление по электронной почте" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "Профиль электронной почты" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Адрес получателя" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Адрес отправителя" @@ -332,7 +332,7 @@ msgstr "Адрес отправителя" msgid "E-Mail Settings" msgstr "Настройки электронной почты" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Тема" @@ -358,11 +358,11 @@ msgstr "Элементы" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Пустое поле не допускается" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "Включить удаленное ведение журнала" @@ -370,7 +370,7 @@ msgstr "Включить удаленное ведение журнала" msgid "Enable the banIP service." msgstr "Включить сервис banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "Включите интерфейс cgi для получения удаленных событий." @@ -390,16 +390,16 @@ msgstr "Включает поддержку IPv4." msgid "Enables IPv6 support." msgstr "Включает поддержку IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Срок действия для автоматически добавленных блоклистов Задать участников." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "Внешние каналы разрешенных список" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "Внешние каналы запрещенных списков" @@ -447,15 +447,19 @@ msgstr "Высокий приоритет" msgid "Highest Priority" msgstr "Наивысший приоритет" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "ICMP-порог" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." -msgstr "ICMP - порог в пакетах в секунду для предотвращения WAN-DDoS-атак." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." +msgstr "" +"ICMP-Порог в пакетах в секунду для предотвращения WAN-DDoS-атак. Чтобы " +"отключить эту защиту, установите значение '0'." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -496,7 +500,7 @@ msgid "Information" msgstr "Информация" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Недопустимые символы" @@ -504,7 +508,7 @@ msgstr "Недопустимые символы" msgid "Invalid input values, unable to save modifications." msgstr "Недопустимые входные значения, невозможно сохранить изменения." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "LACNIC - обслуживание региона Латинской Америки и Карибского бассейна" @@ -512,8 +516,8 @@ msgstr "LACNIC - обслуживание региона Латинской Ам msgid "LAN-Forward (packets)" msgstr "LAN-Forward (пакеты)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "Цепочка LAN-Forward" @@ -529,15 +533,15 @@ msgstr "Наименьший приоритет" msgid "Less Priority" msgstr "Меньший приоритет" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Ограничить определенные каналы в цепи LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Ограничьте определенные каналы в цепи WAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Ограничить определенные каналы в цепи WAN-вход." @@ -547,7 +551,7 @@ msgstr "" "Ограничьте количество ядер процессора, используемых banIP для экономии " "оперативной памяти." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "Ограничить функцию автоматического разрешения исходящего канала." @@ -567,11 +571,11 @@ msgstr "Список доступных интерфейсов триггера msgid "List the elements of a specific banIP-related Set." msgstr "Перечислите элементы конкретного набора, связанного с запретом." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "Настройки локальных каналов" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." @@ -579,19 +583,19 @@ msgstr "" "Место для разбора лог-файла, например, через syslog-ng, для отключения " "стандартного разбора через logread." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "Счетчик журналов" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "Журнал LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Ограничение журнала" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "Журнал предварительной маршрутизации" @@ -599,35 +603,35 @@ msgstr "Журнал предварительной маршрутизации" msgid "Log Settings" msgstr "Настройки журнала" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "Журнал WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "Журнал WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "Журнал подозрительных пакетов предварительной маршрутизации." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "Журнал подозрительных пересылаемых пакетов WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "Журнал подозрительных входящих пакетов WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "Файл журнала" @@ -639,7 +643,7 @@ msgstr "Максимальное количество открытых файл msgid "NFT Information" msgstr "Информация NFT" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "Уровень журнала NFT" @@ -668,7 +672,7 @@ msgstr "" "Количество попыток загрузки в случае ошибки (не поддерживается uclient-" "fetch)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -687,7 +691,7 @@ msgstr "" msgid "Overview" msgstr "Обзор" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -704,26 +708,26 @@ msgstr "Лимит портов/протоколов" msgid "Processing Log" msgstr "Обработка журнала" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Профиль, используемый 'msmtp' для электронной почты с уведомлением banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "Формат протокола/URL не поддерживается" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "RIPE - обслуживание Европы, Ближнего Востока и Центральной Азии" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "Получайте уведомления по электронной почте при каждом запуске banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -735,7 +739,7 @@ msgstr "" msgid "Refresh" msgstr "Обновить" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "Региональный интернет-регистр" @@ -747,7 +751,7 @@ msgstr "Перезапустить" msgid "Reload Trigger Interface" msgstr "Интерфейс триггера перезарядки" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "Удаленный токен" @@ -761,9 +765,9 @@ msgstr "Элементы отчета" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:235 msgid "Restart" -msgstr "" +msgstr "Перезапустить" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов." @@ -789,13 +793,17 @@ msgstr "Флаги запуска" msgid "Run Information" msgstr "Информация о запуске" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "SYN-порог" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." -msgstr "SYN-порог в пакетах в секунду для предотвращения WAN-DDoS-атак." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." +msgstr "" +"SYN-Порог в пакетах в секунду для предотвращения WAN-DDoS-атак. Чтобы " +"отключить эту защиту, установите значение '0'." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" @@ -825,7 +833,7 @@ msgstr "Выберите логический сетевой интерфейс msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Выберите логический сетевой интерфейс (интерфейсы) WAN IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "Адрес отправителя для электронных писем с уведомлением banIP." @@ -834,7 +842,7 @@ msgstr "Адрес отправителя для электронных писе msgid "Set" msgstr "Набор" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "Настройка политики" @@ -866,11 +874,11 @@ msgstr "" "Устанавливает приоритет цепочки nft в таблице banIP, меньшие значения " "означают более высокий приоритет." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "Установите политику nft для наборов, связанных с banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "Установите уровень syslog для ведения журнала NFT." @@ -892,7 +900,7 @@ msgstr "Статус" msgid "Stop" msgstr "Остановить" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "Подсеть" @@ -924,7 +932,7 @@ msgstr "Список разрешений слишком большой, не у msgid "The blocklist is too big, unable to save modifications." msgstr "Блок-лист слишком большой, не удается сохранить изменения." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -972,7 +980,7 @@ msgstr "" msgid "Timestamp" msgstr "Временная метка" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -980,11 +988,11 @@ msgstr "" "Чтобы включить уведомления по электронной почте, установите пакет 'msmtp' и " "укажите правильный адрес получателя электронной почты." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "Токен для связи с интерфейсом cgi." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Тема для электронной почты с уведомлением о banIP." @@ -992,13 +1000,17 @@ msgstr "Тема для электронной почты с уведомлен msgid "Trigger Delay" msgstr "Задержка запуска" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "UDP-порог" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." -msgstr "UDP-порог в пакетах в секунду для предотвращения WAN-DDoS-атак." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." +msgstr "" +"UDP-Порог в пакетах в секунду для предотвращения WAN-DDoS-атак. Чтобы " +"отключить эту защиту, установите значение '0'." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" @@ -1008,25 +1020,25 @@ msgstr "URLv4" msgid "URLv6" msgstr "URLv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" -msgstr "" +msgstr "Невозможно разобрать файл стран!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" -msgstr "" +msgstr "Невозможно разобрать файл пользовательского канала!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" -msgstr "" +msgstr "Невозможно разобрать файл канала по умолчанию!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:152 msgid "Unable to parse the report file!" -msgstr "" +msgstr "Невозможно разобрать файл отчета!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:73 msgid "Unable to parse the ruleset file!" -msgstr "" +msgstr "Невозможно разобрать файл набора правил!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:22 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:22 @@ -1055,8 +1067,8 @@ msgstr "Версия" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (пакеты)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "Цепочка WAN-Forward" @@ -1064,8 +1076,8 @@ msgstr "Цепочка WAN-Forward" msgid "WAN-Input (packets)" msgstr "WAN-Input (пакеты)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "Цепочка WAN-Input" @@ -1085,7 +1097,7 @@ msgstr "" "новые или делать локальную резервную копию. Чтобы вернуться исходной версии, " "загрузите пустой файл (не удаляйте его!)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "оповещение" @@ -1121,62 +1133,71 @@ msgstr "заблокированные пакеты syn-флуда" msgid "blocked udp-flood packets" msgstr "заблокированные пакеты udp-флуда" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "крит" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "отладка" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "отбрасывание" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "чрезв" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "ошибка" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "инфо" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "локальный список разрешений" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "локальный черный список" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "память" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "уведомление" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "производительность" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "отклонить" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "предупреждение" +#~ msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#~ msgstr "ICMP - порог в пакетах в секунду для предотвращения WAN-DDoS-атак." + +#~ msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#~ msgstr "SYN-порог в пакетах в секунду для предотвращения WAN-DDoS-атак." + +#~ msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#~ msgstr "UDP-порог в пакетах в секунду для предотвращения WAN-DDoS-атак." + #~ msgid "Apply & Restart" #~ msgstr "Применить и перезапустить" diff --git a/applications/luci-app-banip/po/sk/banip.po b/applications/luci-app-banip/po/sk/banip.po index c4cbe74bb2..597fe94d07 100644 --- a/applications/luci-app-banip/po/sk/banip.po +++ b/applications/luci-app-banip/po/sk/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "Nástroj na sťahovanie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -302,7 +302,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "Prehľad" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "Verzia" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/sv/banip.po b/applications/luci-app-banip/po/sv/banip.po index f72455637e..5b2cdbf370 100644 --- a/applications/luci-app-banip/po/sv/banip.po +++ b/applications/luci-app-banip/po/sv/banip.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2023-12-19 15:10+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 16:49+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/sv/>\n" "Language: sv\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.3\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:78 msgid "-- Set Selection --" @@ -17,31 +17,31 @@ msgstr "-- Ställ in val --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASN:er" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Endast tillåt-listan" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "Tillåt alltid vissa VLAN-vidarebefordringar." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "Blockera alltid vissa VLAN-vidarebefordringar." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Automatisk tillåt-lista" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Blockera undernät automatiskt" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Automatisk blockeringslista" @@ -121,19 +121,19 @@ msgstr "Automatisk blockeringslista" msgid "Auto Detection" msgstr "Automatisk detektering" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "Bas-katalog" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "Typ av blockering" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "Blockera vidarebefordring av VLAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Ställ in utgångstid för blockeringslista" @@ -175,7 +175,7 @@ msgstr "" "Ändringar av blockeringslistan har sparats, påbörja domän-uppslagningen " "eller starta om banIP som gör att ändringarna får effekt." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -198,8 +198,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -216,7 +216,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Länder" @@ -234,7 +234,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Blockeringspolicy-standard" @@ -250,7 +250,7 @@ msgstr "" "Upptäck automatiskt relevanta nätverksenheter, gränssnitt, undernät, " "protokoll och verktyg." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Stäng av" @@ -282,25 +282,25 @@ msgstr "" msgid "Download Utility" msgstr "Ladda ner verktyget" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "E-postavisering" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "E-postprofil" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Mottagarens e-postadress" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Avsändaradress för e-post" @@ -308,7 +308,7 @@ msgstr "Avsändaradress för e-post" msgid "E-Mail Settings" msgstr "E-postinställningar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "E-postämne" @@ -334,11 +334,11 @@ msgstr "Element" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Tomt fält tillåts inte" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -346,7 +346,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "Aktivera banIP-tjänsten." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -366,15 +366,15 @@ msgstr "Aktiverar IPv4-stöd." msgid "Enables IPv6 support." msgstr "Aktiverar IPv6-stöd." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -422,15 +422,17 @@ msgstr "Hög prioritet" msgid "Highest Priority" msgstr "Högsta prioritet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -469,7 +471,7 @@ msgid "Information" msgstr "Information" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Ogiltiga tecken" @@ -477,7 +479,7 @@ msgstr "Ogiltiga tecken" msgid "Invalid input values, unable to save modifications." msgstr "Ogiltiga inmatningsvärden, kunde inte spara ändringarna." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -485,8 +487,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -502,15 +504,15 @@ msgstr "Lägst prioritet" msgid "Less Priority" msgstr "Lägre prioritet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -518,7 +520,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -536,29 +538,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -566,35 +568,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -606,7 +608,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -633,7 +635,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -648,7 +650,7 @@ msgstr "" msgid "Overview" msgstr "Överblick" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -662,25 +664,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -690,7 +692,7 @@ msgstr "" msgid "Refresh" msgstr "Uppdatera" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -702,7 +704,7 @@ msgstr "Ladda om" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -718,7 +720,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -743,12 +745,14 @@ msgstr "Förflaggor" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -779,7 +783,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -788,7 +792,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -818,11 +822,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -842,7 +846,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -874,7 +878,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -910,17 +914,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -928,12 +932,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -944,15 +950,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,14 +991,14 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:169 msgid "Version" -msgstr "" +msgstr "Version" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:163 msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -1000,8 +1006,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1015,7 +1021,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1051,59 +1057,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/sw/banip.po b/applications/luci-app-banip/po/sw/banip.po index 1e9e21d5b5..f7e151e27b 100644 --- a/applications/luci-app-banip/po/sw/banip.po +++ b/applications/luci-app-banip/po/sw/banip.po @@ -17,31 +17,31 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -121,19 +121,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "" @@ -302,7 +302,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "" @@ -328,11 +328,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -496,15 +498,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -642,7 +644,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,12 +739,14 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -782,7 +786,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -836,7 +840,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -922,12 +926,14 @@ msgstr "" msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -994,8 +1000,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/tr/banip.po b/applications/luci-app-banip/po/tr/banip.po index 726fa9d399..a08a1a7bda 100644 --- a/applications/luci-app-banip/po/tr/banip.po +++ b/applications/luci-app-banip/po/tr/banip.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-25 13:10+0000\n" +"PO-Revision-Date: 2024-05-12 08:00+0000\n" "Last-Translator: Oğuz Han <h4n.3545@gmail.com>\n" "Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/tr/>\n" @@ -8,7 +8,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.1-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:78 msgid "-- Set Selection --" @@ -17,31 +17,31 @@ msgstr "-- Seçimi Ayarla --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" -msgstr "" +msgstr "-- varsayılan --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "AFRINIC - Afrika ve Hint Okyanusu bölgesine hizmet vermektedir" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "APNIC - Asya Pasifik bölgesine hizmet vermektedir" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "ARIN - Kanada ve Amerika Birleşik Devletleri'ne hizmet vermektedir" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASN'ler" @@ -67,19 +67,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "Protokol ve Bağlantı Noktalarına İzin Ver" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "VLAN Yönlendirmelerine İzin Ver" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "Besleme URL'lerini İzin Ver" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Yalnızca İzin Verilenler Listesi" @@ -91,7 +91,7 @@ msgstr "" "İzin verilenler listesi değişiklikleri kaydedildi, Etki Alanı Arama'yı " "başlatın veya değişikliklerin etkili olması için banIP'yi yeniden başlatın." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." @@ -99,27 +99,27 @@ msgstr "" "WAN-Giriş ve WAN-İleri zincirinde her zaman belirli bağlantı noktalarına " "veya bağlantı noktası aralıklarına sahip bir protokole (tcp/udp) izin verin." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "Her zaman belirli VLAN yönlendirmelerine izin verin." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "Her zaman belirli VLAN iletimlerini engelle." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "Yukarı Bağlantıya Otomatik İzin Ver" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Otomatik İzin Verilenler Listesi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Alt Ağı Otomatik Engelle" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Otomatik Engelleme Listesi" @@ -127,7 +127,7 @@ msgstr "Otomatik Engelleme Listesi" msgid "Auto Detection" msgstr "Otomatik Algılama" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -135,7 +135,7 @@ msgstr "" "Şüpheli IP'ye sahip ek bir RDAP isteğine dayalı olarak tüm alt ağları " "otomatik olarak engelleme listesi kümesine ekle." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -143,7 +143,7 @@ msgstr "" "Çözümlenen etki alanlarını ve şüpheli IP'leri otomatik olarak yerel banIP " "engelleme listesine ekle." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -163,19 +163,19 @@ msgstr "Temel Dizin" msgid "Base working directory while banIP processing." msgstr "BanIP işlenirken temel çalışma dizini." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "Blok Türü" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "VLAN İletimlerini Engelle" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "Engelleme Listesi Beslemesi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Engellenenler Listesinin Sona Ermesi" @@ -187,7 +187,7 @@ msgstr "" "Engelleme listesi değişiklikleri kaydedildi, Etki Alanı Aramayı başlatın " "veya değişikliklerin etkili olması için banIP'yi yeniden başlatın." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -210,8 +210,8 @@ msgstr "Zincir Önceliği" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Bu sekmedeki değişikliklerin etkili olması için banIP hizmetinin yeniden " @@ -235,7 +235,7 @@ msgstr "" "openwrt/packages/blob/master/net/banip/files/README.md\" target=\"_blank\" " "rel=\"noreferrer noopener\" >çevrimiçi dokümantasyon</a>" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Ülkeler" @@ -255,7 +255,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "IP'leri tekilleştirme" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Varsayılan Engelleme Politikası" @@ -271,7 +271,7 @@ msgstr "" "İlgili ağ cihazlarını, arayüzleri, alt ağları, protokolleri ve yardımcı " "programları otomatik olarak tespit et." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Devre dışı bırak" @@ -303,7 +303,7 @@ msgstr "Yeniden İndirme Denemeleri" msgid "Download Utility" msgstr "İndirme Aracı" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." @@ -311,19 +311,19 @@ msgstr "" "Paketleri sessizce bırak veya WAN-Giriş ve WAN-İleri zincirlerindeki trafiği " "aktif olarak reddet." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "E-Posta Bildirimi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "E-Posta Profili" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "E-Posta Alıcı Adresi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "E-Posta Gönderen Adresi" @@ -331,7 +331,7 @@ msgstr "E-Posta Gönderen Adresi" msgid "E-Mail Settings" msgstr "E mail ayarları" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "E-Posta Konusu" @@ -357,11 +357,11 @@ msgstr "Öğeler" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Boş alana izin verilmiyor" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "Uzak Günlük Kaydını Etkinleştir" @@ -369,7 +369,7 @@ msgstr "Uzak Günlük Kaydını Etkinleştir" msgid "Enable the banIP service." msgstr "BanIP hizmetini etkinleştirin." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "Uzak günlük olaylarını almak için cgi arayüzünü etkinleştirin." @@ -390,17 +390,17 @@ msgstr "IPv4 desteğini etkinleştirir." msgid "Enables IPv6 support." msgstr "IPv6 desteğini etkinleştirir." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Otomatik olarak eklenen engellenenler listesi Kümesi üyelerinin sona erme " "süresi." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "Harici İzin Listesi Beslemeleri" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "Harici Engelleme Listesi Beslemeleri" @@ -448,16 +448,19 @@ msgstr "Yüksek öncelik" msgid "Highest Priority" msgstr "En yüksek öncelik" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "ICMP Eşiği" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -"WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden ICMP-Eşiği." +"ICMP-WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden eşik. " +"Bu korumayı devre dışı bırakmak için '0' olarak ayarlayın." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -498,7 +501,7 @@ msgid "Information" msgstr "Bilgi" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Geçersiz karakter" @@ -506,7 +509,7 @@ msgstr "Geçersiz karakter" msgid "Invalid input values, unable to save modifications." msgstr "Geçersiz giriş değerleri, değişiklikler kaydedilemiyor." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "LACNIC - Latin Amerika ve Karayipler bölgesine hizmet vermektedir" @@ -514,8 +517,8 @@ msgstr "LACNIC - Latin Amerika ve Karayipler bölgesine hizmet vermektedir" msgid "LAN-Forward (packets)" msgstr "LAN-İleri (paketler)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "LAN-İleri Zincir" @@ -531,15 +534,15 @@ msgstr "En Az Öncelik" msgid "Less Priority" msgstr "Daha Az Öncelik" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Belirli akışları LAN-İleri zinciriyle sınırla." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Belirli akışları WAN-İleri zinciriyle sınırla." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Belirli akışları WAN-Giriş zinciriyle sınırla." @@ -549,7 +552,7 @@ msgstr "" "RAM'den tasarruf etmek için banIP tarafından kullanılan işlemci " "çekirdeklerini sınırla." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "Yukarı bağlantı otomatik izin verme işlevini sınırla." @@ -569,11 +572,11 @@ msgstr "Mevcut yeniden yükleme tetikleyici arayüz(ler)in listesi." msgid "List the elements of a specific banIP-related Set." msgstr "BanIP ile ilgili belirli bir kümenin öğelerinin listesi." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "Yerel Besleme Ayarları" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." @@ -581,19 +584,19 @@ msgstr "" "Logread aracılığıyla standart ayrıştırmayı devre dışı bırakmak için günlük " "dosyasını, örneğin syslog-ng aracılığıyla ayrıştırma konumu." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "Günlük Sayısı" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "LAN-İleriyi Günlükle" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Günlük Sınırı" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "Günlük Ön Yönlendirme" @@ -601,35 +604,35 @@ msgstr "Günlük Ön Yönlendirme" msgid "Log Settings" msgstr "Günlük Ayarları" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Günlük Şartları" -#: 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:590 msgid "Log WAN-Forward" msgstr "WAN-İleriyi Günlükle" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "WAN-Girişi Günlükle" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "Şüpheli Ön Yönlendirme paketlerini günlüğe kaydedin." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." msgstr "Şüpheli iletilen LAN paketlerini günlüğe kaydedin." -#: 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "İletilen şüpheli WAN paketlerini günlüğe kaydedin." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "Şüpheli gelen WAN paketlerini günlüğe kaydedin." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "Günlük Dosyası Konumu" @@ -641,7 +644,7 @@ msgstr "Maksimum Açık Dosya Sayısı" msgid "NFT Information" msgstr "NFT Bilgileri" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "NFT Günlük Kaydı Seviyesi" @@ -670,7 +673,7 @@ msgstr "" "Hata durumunda indirme denemelerinin sayısı (uclient-fetch tarafından " "desteklenmez)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -689,7 +692,7 @@ msgstr "" msgid "Overview" msgstr "Genel bakış" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -706,25 +709,25 @@ msgstr "Bağlantı Noktası/Protokol Sınırı" msgid "Processing Log" msgstr "İşlem Günlüğü" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "BanIP bildirim e-postaları için 'msmtp' tarafından kullanılan profil." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "Protokol/URL formatı desteklenmiyor" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "RIPE - Avrupa, Orta Doğu ve Orta Asya'ya hizmet vermektedir" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "Her banIP çalıştırmasında E-Posta bildirimleri alın." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -736,7 +739,7 @@ msgstr "" msgid "Refresh" msgstr "Yenile" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "Bölgesel İnternet Tescili" @@ -748,7 +751,7 @@ msgstr "Yeniden yükle" msgid "Reload Trigger Interface" msgstr "Tetikleyici Arayüzünü Yeniden Yükle" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "Uzak Belirteç" @@ -762,9 +765,9 @@ msgstr "Rapor Unsurları" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:235 msgid "Restart" -msgstr "" +msgstr "Yeniden Başlat" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "İnternet erişimini az sayıda güvenli IP'ye kısıtlayın." @@ -789,14 +792,17 @@ msgstr "Bayrakları Çalıştır" msgid "Run Information" msgstr "Çalıştırma Bilgileri" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "SYN Eşiği" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -"WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden SYN-Eşiği." +"WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden SYN-Eşiği. " +"Bu korumayı devre dışı bırakmak için '0' olarak ayarlayın." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" @@ -826,7 +832,7 @@ msgstr "Mantıksal WAN IPv4 ağ arayüzünü/arayüzlerini seçin." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Mantıksal WAN IPv6 ağ arayüzünü/arayüzlerini seçin." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "BanIP bildirim e-postaları için gönderen adresi." @@ -835,7 +841,7 @@ msgstr "BanIP bildirim e-postaları için gönderen adresi." msgid "Set" msgstr "Ayarla" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "Politika Belirleyin" @@ -867,11 +873,11 @@ msgstr "" "BanIP tablosunda nft zincir önceliğini ayarlayın, düşük değerler daha yüksek " "öncelik anlamına gelir." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "banIP ile ilgili Setler için nft politikasını ayarlayın." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "NFT günlüğü için sistem günlüğü düzeyini ayarlayın." @@ -892,7 +898,7 @@ msgstr "Durum" msgid "Stop" msgstr "Dur" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "Alt ağ" @@ -926,7 +932,7 @@ msgid "The blocklist is too big, unable to save modifications." msgstr "" "Engellenenler listesi çok büyük olduğundan değişiklikler kaydedilemiyor." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -974,7 +980,7 @@ msgstr "" msgid "Timestamp" msgstr "Zaman damgası" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -982,11 +988,11 @@ msgstr "" "E-posta bildirimlerini etkinleştirmek için 'msmtp' paketini kurun ve geçerli " "bir E-Posta alıcı adresi belirtin." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "cgi arayüzü ile iletişim kurmak için belirteç." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "BanIP bildirim e-postaları için konu." @@ -994,14 +1000,17 @@ msgstr "BanIP bildirim e-postaları için konu." msgid "Trigger Delay" msgstr "Tetikleme Gecikmesi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "UDP Eşiği" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -"UDP-WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden eşik." +"UDP-WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden eşik. " +"Bu korumayı devre dışı bırakmak için '0' olarak ayarlayın." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" @@ -1011,25 +1020,25 @@ msgstr "URLv4" msgid "URLv6" msgstr "URLv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" -msgstr "" +msgstr "Ülkeler dosyası ayrıştırılamıyor!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" -msgstr "" +msgstr "Özel akış dosyası ayrıştırılamıyor!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" -msgstr "" +msgstr "Varsayılan akış dosyası ayrıştırılamıyor!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:152 msgid "Unable to parse the report file!" -msgstr "" +msgstr "Rapor dosyası ayrıştırılamıyor!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:73 msgid "Unable to parse the ruleset file!" -msgstr "" +msgstr "Kural kümesi dosyası ayrıştırılamıyor!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:22 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:22 @@ -1058,8 +1067,8 @@ msgstr "Versiyon" msgid "WAN-Forward (packets)" msgstr "WAN-İleri (paketler)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "WAN-İleri (Zincir)" @@ -1067,8 +1076,8 @@ msgstr "WAN-İleri (Zincir)" msgid "WAN-Input (packets)" msgstr "WAN-Giriş (paketler)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "WAN-Giriş (Zincir)" @@ -1088,7 +1097,7 @@ msgstr "" "yedekleme yapabilirsiniz. Bakımcı sürümüne geri dönmek için özel besleme " "dosyasını tekrar boşaltmanız yeterlidir (silmeyin!)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "uyarı" @@ -1124,62 +1133,77 @@ msgstr "engellenen syn-flood paketleri" msgid "blocked udp-flood packets" msgstr "engellenen udp-flood paketleri" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "kritik" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "hata ayıklama" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "bırak" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "ortaya çıkan" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "hata" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "bilgi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "yerel izin verilenler listesi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "yerel engellenenler listesi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "bellek" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "ikaz" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "performans" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "reddet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "uyar" +#~ msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#~ msgstr "" +#~ "WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden ICMP-" +#~ "Eşiği." + +#~ msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#~ msgstr "" +#~ "WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden SYN-" +#~ "Eşiği." + +#~ msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#~ msgstr "" +#~ "UDP-WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden " +#~ "eşik." + #~ msgid "Apply & Restart" #~ msgstr "Yeniden Başlat" diff --git a/applications/luci-app-banip/po/uk/banip.po b/applications/luci-app-banip/po/uk/banip.po index 8c3c08c123..ba44580ed0 100644 --- a/applications/luci-app-banip/po/uk/banip.po +++ b/applications/luci-app-banip/po/uk/banip.po @@ -18,31 +18,31 @@ msgstr "— Встановити Обране —" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "" @@ -66,19 +66,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Розширені налаштування" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "" @@ -88,33 +88,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "" @@ -122,19 +122,19 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -152,19 +152,19 @@ msgstr "" msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -174,7 +174,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -195,8 +195,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -213,7 +213,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "" @@ -231,7 +231,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -245,7 +245,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Вимкнути" @@ -277,25 +277,25 @@ msgstr "" msgid "Download Utility" msgstr "Утиліта для завантаження" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "E-Mail повідомлення" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "E-Mail профіль" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "E-Mail адреса отримувача" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "E-Mail адреса відправника" @@ -303,7 +303,7 @@ msgstr "E-Mail адреса відправника" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Тема" @@ -329,11 +329,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -341,7 +341,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -361,15 +361,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -417,15 +417,17 @@ msgstr "" msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -464,7 +466,7 @@ msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -472,7 +474,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -480,8 +482,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "" @@ -497,15 +499,15 @@ msgstr "" msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" @@ -513,7 +515,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -531,29 +533,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -561,35 +563,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -601,7 +603,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -628,7 +630,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +645,7 @@ msgstr "" msgid "Overview" msgstr "Огляд" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -657,25 +659,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -685,7 +687,7 @@ msgstr "" msgid "Refresh" msgstr "Оновити" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -697,7 +699,7 @@ msgstr "" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -713,7 +715,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -738,12 +740,14 @@ msgstr "Прапорці запуску" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -774,7 +778,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -783,7 +787,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -813,11 +817,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "" @@ -837,7 +841,7 @@ msgstr "Статус" msgid "Stop" msgstr "Зупинити" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -869,7 +873,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -905,17 +909,17 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "" @@ -923,12 +927,14 @@ msgstr "" msgid "Trigger Delay" msgstr "Затримка запуску" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -939,15 +945,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -986,8 +992,8 @@ msgstr "Версія" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "" @@ -995,8 +1001,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "" @@ -1010,7 +1016,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "" @@ -1046,59 +1052,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "" diff --git a/applications/luci-app-banip/po/vi/banip.po b/applications/luci-app-banip/po/vi/banip.po index 93e708bd2b..0906752ad2 100644 --- a/applications/luci-app-banip/po/vi/banip.po +++ b/applications/luci-app-banip/po/vi/banip.po @@ -17,31 +17,31 @@ msgstr "-- Cài đặt lựa chọn --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "ASNs" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "Cài đặt Nâng cao" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "Chỉ sử dụng Allowlist" @@ -89,33 +89,33 @@ msgstr "" "Các thay đổi Allowlist đã được lưu, bắt đầu Tra cứu tên miền hoặc khởi động " "lại banIP để áp dụng thay đổi." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "Tự động cho phép Uplink" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "Allowlist tự động" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "Chặn Subnet tự động" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "Blocklist tự động" @@ -123,7 +123,7 @@ msgstr "Blocklist tự động" msgid "Auto Detection" msgstr "Phát hiện tự động" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -131,7 +131,7 @@ msgstr "" "Tự động thêm toàn bộ các subnet vào Blocklist dựa trên yêu cầu RDAP bổ sung " "với IP đáng ngờ." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -139,7 +139,7 @@ msgstr "" "Tự động thêm tên miền đã được giải quyết và các IP đáng ngờ vào danh sách " "chặn banIP cục bộ." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -159,19 +159,19 @@ msgstr "Thư mục cơ sở" msgid "Base working directory while banIP processing." msgstr "Thư mục làm việc cơ sở trong quá trình xử lý banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "Hết hạn của Blocklist Set" @@ -183,7 +183,7 @@ msgstr "" "Các thay đổi Blocklist đã được lưu, bắt đầu Tra cứu tên miền hoặc khởi động " "lại banIP để áp dụng thay đổi." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -206,8 +206,8 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Các thay đổi trên tab này cần khởi động lại dịch vụ banIP để có hiệu lực." @@ -225,7 +225,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "Quốc gia" @@ -245,7 +245,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "Loại bỏ trùng lặp IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "Chính sách chặn mặc định" @@ -261,7 +261,7 @@ msgstr "" "Tự động phát hiện các thiết bị, giao diện, mạng con, giao thức và tiện ích " "mạng liên quan." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "Vô hiệu hóa" @@ -293,25 +293,25 @@ msgstr "Thử lại khi tải xuống" msgid "Download Utility" msgstr "Tiện ích tải xuống" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "Thông báo Email" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "Hồ sơ Email" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "Địa chỉ người nhận Email" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "Địa chỉ người gửi Email" @@ -319,7 +319,7 @@ msgstr "Địa chỉ người gửi Email" msgid "E-Mail Settings" msgstr "Cài đặt E-Mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "Chủ đề Email" @@ -345,11 +345,11 @@ msgstr "Các phần tử" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "Không được để trống trường này" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -357,7 +357,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "Bật dịch vụ banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -377,15 +377,15 @@ msgstr "Bật hỗ trợ IPv4." msgid "Enables IPv6 support." msgstr "Bật hỗ trợ IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "Thời gian hết hạn cho các thành viên danh sách chặn tự động thêm." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -433,15 +433,17 @@ msgstr "Ưu tiên cao" msgid "Highest Priority" msgstr "Ưu tiên cao nhất" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "IP" @@ -482,7 +484,7 @@ msgid "Information" msgstr "Thông Tin" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "Ký tự không hợp lệ" @@ -490,7 +492,7 @@ msgstr "Ký tự không hợp lệ" msgid "Invalid input values, unable to save modifications." msgstr "Giá trị đầu vào không hợp lệ, không thể lưu các chỉnh sửa." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -498,8 +500,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "LAN-Forward (gói tin)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "Chuỗi LAN-Forward" @@ -515,15 +517,15 @@ msgstr "Ưu tiên Thấp Nhất" msgid "Less Priority" msgstr "Ưu tiên Thấp Hơn" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Giới hạn một số feeds cho chuỗi LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Giới hạn một số feeds cho chuỗi WAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Giới hạn một số feeds cho chuỗi WAN-Input." @@ -531,7 +533,7 @@ msgstr "Giới hạn một số feeds cho chuỗi WAN-Input." msgid "Limit the cpu cores used by banIP to save RAM." msgstr "Giới hạn số nhân cpu được sử dụng bởi banIP để tiết kiệm RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "Giới hạn chức năng uplink autoallow." @@ -551,29 +553,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "Liệt kê các phần tử của một Set liên quan đến banIP cụ thể." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "Số lượng Log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "Log LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "Giới hạn Log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -581,35 +583,35 @@ msgstr "" msgid "Log Settings" msgstr "Cài đặt Log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" msgstr "Điều khoản Log" -#: 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:590 msgid "Log WAN-Forward" msgstr "Log WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "Log WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -621,7 +623,7 @@ msgstr "Số tệp Mở Tối đa" msgid "NFT Information" msgstr "Thông tin NFT" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -650,7 +652,7 @@ msgstr "" "Số lần thử tải xuống trong trường hợp có lỗi (không được hỗ trợ bởi uclient-" "fetch)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -668,7 +670,7 @@ msgstr "" msgid "Overview" msgstr "Tổng quan" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -684,25 +686,25 @@ msgstr "" msgid "Processing Log" msgstr "Log Xử lý" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "Hồ sơ được sử dụng bởi 'msmtp' cho thư thông báo banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "Định dạng giao thức/URL không được hỗ trợ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "Nhận thông báo qua E-Mail mỗi khi chạy banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -714,7 +716,7 @@ msgstr "" msgid "Refresh" msgstr "Làm mới" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -726,7 +728,7 @@ msgstr "Tải lại" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -742,7 +744,7 @@ msgstr "Yếu tố báo cáo" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "Hạn chế truy cập internet từ/đến một số IP an toàn nhỏ." @@ -767,12 +769,14 @@ msgstr "Run flags" msgid "Run Information" msgstr "Thông tin chạy" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -803,7 +807,7 @@ msgstr "Chọn giao diện mạng IPv4 logic của WAN." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Chọn giao diện mạng IPv6 logic của WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "Địa chỉ người gửi cho thư thông báo banIP." @@ -812,7 +816,7 @@ msgstr "Địa chỉ người gửi cho thư thông báo banIP." msgid "Set" msgstr "Đặt" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "" @@ -842,11 +846,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "Đặt chính sách nft cho các Bộ liên quan đến banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "Đặt mức syslog cho việc ghi log NFT." @@ -866,7 +870,7 @@ msgstr "Trạng thái" msgid "Stop" msgstr "Dừng" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "Mạng con" @@ -898,7 +902,7 @@ msgstr "Danh sách cho phép quá lớn, không thể lưu các chỉnh sửa." msgid "The blocklist is too big, unable to save modifications." msgstr "Danh sách chặn quá lớn, không thể lưu các chỉnh sửa." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -942,7 +946,7 @@ msgstr "" msgid "Timestamp" msgstr "Dấu thời gian" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -950,11 +954,11 @@ msgstr "" "Để bật thông báo qua email, thiết lập gói 'msmtp' và chỉ định địa chỉ email " "người nhận hợp lệ." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "Chủ đề cho Email thông báo banIP." @@ -962,12 +966,14 @@ msgstr "Chủ đề cho Email thông báo banIP." msgid "Trigger Delay" msgstr "Kích hoạt độ trễ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -978,15 +984,15 @@ msgstr "URLv4" msgid "URLv6" msgstr "URLv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -1025,8 +1031,8 @@ msgstr "Phiên bản" msgid "WAN-Forward (packets)" msgstr "Chuyển tiếp WAN (gói tin)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "Rào cản Chuyển tiếp WAN" @@ -1034,8 +1040,8 @@ msgstr "Rào cản Chuyển tiếp WAN" msgid "WAN-Input (packets)" msgstr "Đầu vào WAN (gói tin)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "Rào cản Đầu vào WAN" @@ -1055,7 +1061,7 @@ msgstr "" "quay lại phiên bản của người duy trì, chỉ cần làm trống lại tệp Bộ sưu tập " "Tùy chỉnh (không xóa nó!)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "cảnh báo" @@ -1091,59 +1097,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "crit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "debug" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "emerg" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "err" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "info" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "danh sách cho phép cục bộ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "danh sách chặn cục bộ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "bộ nhớ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "thông báo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "hiệu suất" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "cảnh báo" diff --git a/applications/luci-app-banip/po/zh_Hans/banip.po b/applications/luci-app-banip/po/zh_Hans/banip.po index 9d0712b1df..1c618744e4 100644 --- a/applications/luci-app-banip/po/zh_Hans/banip.po +++ b/applications/luci-app-banip/po/zh_Hans/banip.po @@ -1,15 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-05-02 04:44+0000\n" -"Last-Translator: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate." -"org>\n" +"PO-Revision-Date: 2024-05-09 11:33+0000\n" +"Last-Translator: try496 <pinghejk@gmail.com>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsbanip/zh_Hans/>\n" "Language: zh_Hans\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.5.3-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:78 msgid "-- Set Selection --" @@ -28,20 +27,24 @@ msgstr "-- IP 集选择 --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "-- default --" -msgstr "" +msgstr "-- 默认 --" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "AFRINIC - 服务非洲和印度洋区域" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 msgid "APNIC - serving the Asia Pacific region" msgstr "APNIC - 服务亚太区域" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 msgid "ARIN - serving Canada and the United States" msgstr "ARIN - 服务加拿大和美国" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "ASNs" msgstr "平均取样数" @@ -66,18 +69,22 @@ msgstr "接口重载和启动之间额外的触发间隔(单位:秒)。" msgid "Advanced Settings" msgstr "高级设置" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 msgid "Allow Protocol/Ports" msgstr "允许协议/端口" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 msgid "Allow VLAN Forwards" msgstr "允许 VLAN 转发" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 msgid "Allowlist Feed URLs" msgstr "白名单源 URL" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 msgid "Allowlist Only" msgstr "仅白名单" @@ -88,6 +95,7 @@ msgid "" "banIP that changes take effect." msgstr "已保存白名单更改,启动域名查询或要让更改生效请重启 banIP。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" @@ -95,26 +103,32 @@ msgid "" msgstr "" "在 WAN-Input 和 Wan-Forward 链中始终允许协议(tcp/udp)特定端口或端口区间。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 msgid "Always allow certain VLAN forwards." msgstr "始终允许特定的 VLAN 转发。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 msgid "Always block certain VLAN forwards." msgstr "始终拦截特定的 VLAN 转发。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allow Uplink" msgstr "自动允许上行线路" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 msgid "Auto Allowlist" msgstr "自动白名单" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Block Subnet" msgstr "自动拦截子网" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 msgid "Auto Blocklist" msgstr "自动黑名单" @@ -123,18 +137,21 @@ msgstr "自动黑名单" msgid "Auto Detection" msgstr "自动检测" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "基于和可疑 IP 地址的额外 RDAP 请求自动添加条目子网到黑名单集。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 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:758 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " @@ -153,18 +170,22 @@ msgstr "基础目录" msgid "Base working directory while banIP processing." msgstr "banIP 处理时的基础工作目录。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 msgid "Block Type" msgstr "拦截类型" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 msgid "Block VLAN Forwards" msgstr "拦截 VLAN 转发" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 msgid "Blocklist Feed" msgstr "黑名单源" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 msgid "Blocklist Set Expiry" msgstr "黑名单集过期时间" @@ -175,6 +196,7 @@ msgid "" "banIP that changes take effect." msgstr "已保存黑名单更改,启动域名查询或要让更改生效请重启 banIP。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 msgid "" "By default each feed is active in all supported chains. Limit the default " @@ -197,6 +219,8 @@ msgstr "链优先级" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 msgid "Changes on this tab needs a banIP service restart to take effect." @@ -219,6 +243,7 @@ msgstr "" "openwrt/packages/blob/master/net/banip/files/README.md\" target=\"_blank\" " "rel=\"noreferrer noopener\" >在线文档</a>" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 msgid "Countries" msgstr "国家或地区" @@ -237,6 +262,7 @@ msgstr "去除所有活跃集合中的重复 IP 地址并整理本地黑名单 msgid "Deduplicate IPs" msgstr "IP 去重" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 msgid "Default Block Policy" msgstr "默认拦截策略" @@ -251,6 +277,7 @@ msgid "" "utilities automatically." msgstr "自动检测相关的网络设备、接口、子网、协议和工具。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 msgid "Disable" msgstr "禁用" @@ -283,24 +310,29 @@ msgstr "下载重试" msgid "Download Utility" msgstr "下载工具" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "静默丢弃数据包或主动拒绝 WAN-Input 和 WAN 转发链上的流量。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 msgid "E-Mail Notification" msgstr "电子邮件通知" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Profile" msgstr "电子邮件概要" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 msgid "E-Mail Receiver Address" msgstr "电子邮件收件人地址" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Sender Address" msgstr "电子邮件发件人地址" @@ -309,6 +341,7 @@ msgstr "电子邮件发件人地址" msgid "E-Mail Settings" msgstr "电子邮件设置" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Topic" msgstr "电子邮件主题" @@ -335,10 +368,12 @@ msgstr "元素" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 msgid "Empty field not allowed" msgstr "不允许空白字段" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Enable Remote Logging" msgstr "开启远程日志记录" @@ -347,6 +382,7 @@ msgstr "开启远程日志记录" msgid "Enable the banIP service." msgstr "启用 banIP 服务。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Enable the cgi interface to receive remote logging events." msgstr "允许 cgi 接口接收远程日志记录事件。" @@ -367,14 +403,17 @@ msgstr "启用 IPv4 支持。" msgid "Enables IPv6 support." msgstr "启用 IPv6 支持。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 msgid "Expiry time for auto added blocklist Set members." msgstr "自动添加的黑名单集成员的过期时间。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 msgid "External Allowlist Feeds" msgstr "外部白名单源" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 msgid "External Blocklist Feeds" msgstr "外部黑名单源" @@ -423,14 +462,18 @@ msgstr "较高优先级" msgid "Highest Priority" msgstr "最高优先级" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 msgid "ICMP-Threshold" msgstr "ICMP 阈值" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." -msgstr "每秒钟数据包中的 ICMP-Threshold ,防止 WAN-DDOS 攻击。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." +msgstr "每秒ICMP数据包阈值用于防止 WAN-DDoS 攻击。禁用此防护措施请将其设为'0'。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "IP" msgstr "IP" @@ -470,6 +513,7 @@ msgid "Information" msgstr "信息" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 msgid "Invalid characters" msgstr "无效字符" @@ -478,6 +522,7 @@ msgstr "无效字符" msgid "Invalid input values, unable to save modifications." msgstr "无效的输入值,无法保存更改。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "LACNIC - 服务拉丁美洲和加勒比地区" @@ -486,6 +531,8 @@ msgstr "LACNIC - 服务拉丁美洲和加勒比地区" msgid "LAN-Forward (packets)" msgstr "局域网转发(数据包)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 msgid "LAN-Forward Chain" @@ -503,14 +550,17 @@ msgstr "最低优先级" msgid "Less Priority" msgstr "较低优先级" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "限制特定源到局域网转发链。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "限制特定源到广域网转发链。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Limit certain feeds to the WAN-Input chain." msgstr "限制特定源到广域网输入链。" @@ -519,6 +569,7 @@ 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:762 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Limit the uplink autoallow function." msgstr "限制上行线路自动允许功能。" @@ -537,28 +588,34 @@ msgstr "可用的重载触发接口的列表。" msgid "List the elements of a specific banIP-related Set." msgstr "列出与某一特定 banIP 有关的集的元素。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 msgid "Local Feed Settings" msgstr "本地源设置" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "通过 syslog-ng 解析日志文件来取消通过 logread 的标准解析的位置。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Log Count" msgstr "日志数" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 msgid "Log LAN-Forward" msgstr "记录局域网转发" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Log Limit" msgstr "日志限制" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 msgid "Log Prerouting" msgstr "记录预路由" @@ -567,34 +624,42 @@ msgstr "记录预路由" msgid "Log Settings" msgstr "日志设置" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 msgid "Log Terms" msgstr "日志项" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Log WAN-Forward" msgstr "记录广域网转发" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 msgid "Log WAN-Input" msgstr "记录广域网输入" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 msgid "Log suspicious Prerouting packets." -msgstr "记录可疑的预路由包。" +msgstr "记录可疑的预路由数据包。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 msgid "Log suspicious forwarded LAN packets." msgstr "记录可疑的已转发的 LAN 数据包。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Log suspicious forwarded WAN packets." msgstr "记录可疑的已转发的 WAN 数据包。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 msgid "Log suspicious incoming WAN packets." msgstr "记录可疑的传入 WAN 数据包。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 msgid "Logfile Location" msgstr "日志文件位置" @@ -607,6 +672,7 @@ msgstr "打开文件的最大数目" msgid "NFT Information" msgstr "NFT 信息" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 msgid "NFT Log Level" msgstr "NFT 日志级别" @@ -634,6 +700,7 @@ msgid "" "fetch)." msgstr "下载出错时的重试次数(uclient-fetch 不支持)。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "" "Number of failed login attempts of the same IP in the log before blocking." @@ -649,6 +716,7 @@ msgstr "对所选的下载工具绕过预先配置的下载选项。" msgid "Overview" msgstr "概览" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Parse only the last stated number of log entries for suspicious events. To " @@ -664,24 +732,29 @@ msgstr "端口/协议限制" msgid "Processing Log" msgstr "处理日志" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "“msmtp”所用的 banIP 电子邮件通知配置。" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 msgid "Protocol/URL format not supported" msgstr "不受支持的协议/URL 格式" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "RIPE - 服务欧洲、中东和中亚" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 msgid "Receive E-Mail notifications with every banIP run." msgstr "接收每次 banIP 运行的电子邮件通知。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 msgid "" "Receiver address for banIP notification E-Mails, this information is " @@ -692,6 +765,7 @@ msgstr "banIP 通知电子邮件的接收地址,要开启电子邮件功能必 msgid "Refresh" msgstr "刷新" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 msgid "Regional Internet Registry" msgstr "区域互联网注册系统" @@ -704,6 +778,7 @@ msgstr "重新载入" msgid "Reload Trigger Interface" msgstr "重载触发接口" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 msgid "Remote Token" msgstr "远端令牌" @@ -718,8 +793,9 @@ msgstr "报告元素" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:235 msgid "Restart" -msgstr "" +msgstr "重启" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "限制来自/对少量安全 IP 的互联网访问。" @@ -745,13 +821,17 @@ msgstr "运行标记" msgid "Run Information" msgstr "运行信息" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 msgid "SYN-Threshold" msgstr "SYN 阈值" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." -msgstr "每秒钟数据包中的 SYN-Threshold,防止 WAN-DDoS 攻击。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." +msgstr "每秒SYN数据包阈值用于防止 WAN-DDoS " +"攻击。如需停用此安全防护措施请将其设置为'0'。" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" @@ -781,6 +861,7 @@ msgstr "选择逻辑广域网 IPv4 网络接口。" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "选择逻辑广域网 IPv6 网络接口。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "Sender address for banIP notification E-Mails." msgstr "banIP 通知邮件的发送地址。" @@ -790,6 +871,7 @@ msgstr "banIP 通知邮件的发送地址。" msgid "Set" msgstr "设置" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "Set Policy" msgstr "设置策略" @@ -820,10 +902,12 @@ msgid "" "priority." msgstr "设置 banIP 包内部的 nft 链优先级,值越低,优先级越高。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "Set the nft policy for banIP-related Sets." msgstr "设置 banIP 相关集合的 nft 策略。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 msgid "Set the syslog level for NFT logging." msgstr "设定 NFT 日志记录的 syslog 级别。" @@ -844,6 +928,7 @@ msgstr "状态" msgid "Stop" msgstr "停止" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 msgid "Subnet" msgstr "子网" @@ -876,11 +961,12 @@ msgstr "白名单过大,无法保存更改。" msgid "The blocklist is too big, unable to save modifications." msgstr "黑名单过大,无法保存更改。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." -msgstr "默认正则表达式过滤可疑的 ssh、LuCI、nginx 和星号流量。" +msgstr "默认的正则表达式用于过滤可疑的 SSH、LuCI、nginx 和 asterisk 流量。" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:343 msgid "The selected priority will be used for banIP background processing." @@ -918,16 +1004,19 @@ msgstr "此标签页显示最后生成的集报告,按下“刷新“按钮获 msgid "Timestamp" msgstr "时间戳" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "要开启电子邮件通知,请设置 'msmtp' 包并指定有效的电子邮件接收者地址。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 msgid "Token to communicate with the cgi interface." msgstr "和 cgi 接口通信的令牌。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Topic for banIP notification E-Mails." msgstr "banIP 通知邮件的主题。" @@ -936,13 +1025,16 @@ msgstr "banIP 通知邮件的主题。" msgid "Trigger Delay" msgstr "触发延时" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 msgid "UDP-Threshold" msgstr "UDP 阈值" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." -msgstr "每秒钟数据包内的 UDP-Threshold,防止 WAN-DDoS 攻击。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." +msgstr "每秒UDP数据包阈值用以防止 WAN-DDoS 攻击。禁用此防护措施请将其设为'0'。" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" @@ -954,23 +1046,23 @@ msgstr "URLv6" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 msgid "Unable to parse the countries file!" -msgstr "" +msgstr "无法解析国家文件!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 msgid "Unable to parse the custom feed file!" -msgstr "" +msgstr "无法解析自定义源文件!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 msgid "Unable to parse the default feed file!" -msgstr "" +msgstr "无法解析默认源文件!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:152 msgid "Unable to parse the report file!" -msgstr "" +msgstr "无法解析报告文件!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:73 msgid "Unable to parse the ruleset file!" -msgstr "" +msgstr "无法解析规则集文件!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:22 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:22 @@ -999,6 +1091,8 @@ msgstr "版本" msgid "WAN-Forward (packets)" msgstr "广域网转发(数据包)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 msgid "WAN-Forward Chain" @@ -1008,6 +1102,8 @@ msgstr "广域网转发链" msgid "WAN-Input (packets)" msgstr "广域网输入(数据包)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "WAN-Input Chain" @@ -1027,6 +1123,7 @@ msgstr "" "或添加条目或进行本地备份。要返回维护者版本,只需再次清空自定义源的文件(不是" "删除!)。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "alert" msgstr "报警" @@ -1063,62 +1160,91 @@ msgstr "拦截了 syn-flood 包" msgid "blocked udp-flood packets" msgstr "拦截了 udp-flood 包" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 msgid "crit" msgstr "关键项" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "debug" msgstr "调试" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 msgid "drop" msgstr "丢弃" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 msgid "emerg" msgstr "紧急项" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "err" msgstr "错误项" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "info" msgstr "信息项" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 msgid "local allowlist" msgstr "本地白名单" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 msgid "local blocklist" msgstr "本地黑名单" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 msgid "memory" msgstr "内存" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "notice" msgstr "通知" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 msgid "performance" msgstr "性能" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "reject" msgstr "拒绝" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "warn" msgstr "警告" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +msgstr "每秒ICMP数据包阈值,用于防止 WAN-DDoS 攻击。" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +msgstr "每秒SYN数据包阈值,用于防止 WAN-DDoS 攻击。" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +msgstr "每秒UDP数据包阈值,用于防止 WAN-DDoS 攻击。" + #~ msgid "Apply & Restart" #~ msgstr "重启" diff --git a/applications/luci-app-banip/po/zh_Hant/banip.po b/applications/luci-app-banip/po/zh_Hant/banip.po index 950a38f0da..aafecd1d01 100644 --- a/applications/luci-app-banip/po/zh_Hant/banip.po +++ b/applications/luci-app-banip/po/zh_Hant/banip.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-01-05 04:02+0000\n" -"Last-Translator: Yuan Law <traverslombard@outlook.com>\n" +"PO-Revision-Date: 2024-05-09 11:33+0000\n" +"Last-Translator: try496 <pinghejk@gmail.com>\n" "Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsbanip/zh_Hant/>\n" "Language: zh_Hant\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:78 msgid "-- Set Selection --" @@ -17,31 +17,31 @@ msgstr "-- IP 集合選擇 --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:328 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:361 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:579 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:768 msgid "-- default --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:707 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:708 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 msgid "ASNs" msgstr "平均取樣數" @@ -65,19 +65,19 @@ msgstr "" msgid "Advanced Settings" msgstr "進階設定" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Allowlist Only" msgstr "僅白名單" @@ -87,33 +87,33 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:423 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "Auto Allowlist" msgstr "自動白名單" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 msgid "Auto Blocklist" msgstr "自動黑名單" @@ -121,19 +121,19 @@ msgstr "自動黑名單" msgid "Auto Detection" msgstr "自動偵測" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:777 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:769 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 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:754 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:758 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -151,19 +151,19 @@ msgstr "基礎目錄" msgid "Base working directory while banIP processing." msgstr "banIP 處理時的基礎工作目錄。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Blocklist Set Expiry" msgstr "" @@ -173,7 +173,7 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -194,8 +194,8 @@ msgstr "鏈優先順序" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:410 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -212,7 +212,7 @@ msgid "" "rel=\"noreferrer noopener\" >online documentation</a>" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:687 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:691 msgid "Countries" msgstr "地區" @@ -230,7 +230,7 @@ msgstr "" msgid "Deduplicate IPs" msgstr "刪除重複 IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "Default Block Policy" msgstr "" @@ -244,7 +244,7 @@ msgid "" "utilities automatically." msgstr "自動偵測相關的網路裝置、介面、子網路、協定和工具。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 msgid "Disable" msgstr "" @@ -276,25 +276,25 @@ msgstr "" msgid "Download Utility" msgstr "下載工具" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:494 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "E-Mail Notification" msgstr "電子郵件通知" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "E-Mail Profile" msgstr "電郵設定檔" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "E-Mail Receiver Address" msgstr "電郵收件人位址" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "E-Mail Sender Address" msgstr "電郵寄件人位址" @@ -302,7 +302,7 @@ msgstr "電郵寄件人位址" msgid "E-Mail Settings" msgstr "電子郵件設定" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "E-Mail Topic" msgstr "電郵主旨" @@ -328,11 +328,11 @@ msgstr "元素" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable Remote Logging" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Enable the banIP service." msgstr "啟用 banIP 服務。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 msgid "Enable the cgi interface to receive remote logging events." msgstr "" @@ -360,15 +360,15 @@ msgstr "啟用 IPv4 支援。" msgid "Enables IPv6 support." msgstr "啟用 IPv6 支援。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:778 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:782 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "External Blocklist Feeds" msgstr "" @@ -416,15 +416,17 @@ msgstr "較高優先順序" msgid "Highest Priority" msgstr "最高優先順序" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 msgid "ICMP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 +msgid "" +"ICMP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:766 msgid "IP" msgstr "" @@ -463,7 +465,7 @@ msgid "Information" msgstr "資訊" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "Invalid characters" msgstr "" @@ -471,7 +473,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -479,8 +481,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "區域網路轉發 (資料封包)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "LAN-Forward Chain" msgstr "區域網路轉發鏈" @@ -496,15 +498,15 @@ msgstr "最低優先順序" msgid "Less Priority" msgstr "較低優先順序" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "限制特定來源到區域網路轉發鏈。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "限制特定來源到廣域網路轉發鏈。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "Limit certain feeds to the WAN-Input chain." msgstr "限制特定來源到廣域網路輸入鏈。" @@ -512,7 +514,7 @@ 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:758 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:762 msgid "Limit the uplink autoallow function." msgstr "" @@ -530,29 +532,29 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "列出與某一特定 banIP 有關的集合的元素。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:752 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:756 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "Log Count" msgstr "日誌數" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log LAN-Forward" msgstr "記錄區域網路轉發" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "Log Limit" msgstr "日誌限制" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log Prerouting" msgstr "" @@ -560,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "日誌設定" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "Log Terms" 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:590 msgid "Log WAN-Forward" msgstr "記錄廣域網路轉發" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log WAN-Input" msgstr "記錄廣域網路輸入" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:580 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:589 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:593 msgid "Log suspicious forwarded LAN packets." 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:590 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 msgid "Logfile Location" msgstr "" @@ -600,7 +602,7 @@ msgstr "開啟檔案的最大數目" msgid "NFT Information" msgstr "NFT 資訊" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "NFT Log Level" msgstr "" @@ -627,7 +629,7 @@ msgid "" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "進行攔截前允許同一 IP 的失敗登錄嘗試在日誌中出現幾次。" @@ -642,7 +644,7 @@ msgstr "對所選的下載工具繞過預先設定的下載選項。" msgid "Overview" msgstr "概覽" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:596 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:600 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -656,25 +658,25 @@ msgstr "" msgid "Processing Log" msgstr "處理日誌" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:664 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "「msmtp」所用的 banIP 電子郵件通知設定。" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:745 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:711 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:645 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:649 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -684,7 +686,7 @@ msgstr "banIP 通知電子郵件的接收位址,要開啟電子郵件功能必 msgid "Refresh" msgstr "重新整理" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:710 msgid "Regional Internet Registry" msgstr "" @@ -696,7 +698,7 @@ msgstr "重新載入" msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Remote Token" msgstr "" @@ -712,7 +714,7 @@ msgstr "報告元素" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:792 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "限制來自/對少量安全 IP 的網際網路存取。" @@ -737,12 +739,14 @@ msgstr "執行旗標" msgid "Run Information" msgstr "執行資訊" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 msgid "SYN-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 -msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:454 +msgid "" +"SYN-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 @@ -773,7 +777,7 @@ msgstr "選擇邏輯廣域網路 IPv4 網路介面。" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "選擇邏輯廣域網路 IPv6 網路介面。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 msgid "Sender address for banIP notification E-Mails." msgstr "banIP 通知郵件的傳送位址。" @@ -782,7 +786,7 @@ msgstr "banIP 通知郵件的傳送位址。" msgid "Set" msgstr "設定" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set Policy" msgstr "設定原則" @@ -812,11 +816,11 @@ msgid "" "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "Set the syslog level for NFT logging." msgstr "設定 NFT 日誌記錄的 syslog 級別。" @@ -836,7 +840,7 @@ msgstr "狀態" msgid "Stop" msgstr "停止" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:761 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:765 msgid "Subnet" msgstr "" @@ -868,7 +872,7 @@ msgstr "白名單過大,無法儲存變更。" msgid "The blocklist is too big, unable to save modifications." msgstr "黑名單過大,無法儲存變更。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." @@ -904,17 +908,17 @@ msgstr "此標籤頁顯示最後產生的集合報告,按下「更新」按鈕 msgid "Timestamp" msgstr "時間戳" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:656 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 msgid "Topic for banIP notification E-Mails." msgstr "banIP 通知郵件的主題。" @@ -922,12 +926,14 @@ msgstr "banIP 通知郵件的主題。" msgid "Trigger Delay" msgstr "觸發延遲" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 msgid "UDP-Threshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 -msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +msgid "" +"UDP-Threshold in packets per second to prevent WAN-DDoS attacks. To disable " +"this safeguard set it to '0'." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 @@ -938,15 +944,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:697 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 msgid "Unable to parse the countries file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Unable to parse the custom feed file!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 msgid "Unable to parse the default feed file!" msgstr "" @@ -985,8 +991,8 @@ msgstr "版本" msgid "WAN-Forward (packets)" msgstr "廣域網路轉發 (資料封包)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "WAN-Forward Chain" msgstr "廣域網路轉發鏈" @@ -994,8 +1000,8 @@ msgstr "廣域網路轉發鏈" msgid "WAN-Input (packets)" msgstr "廣域網路輸入 (資料封包)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 msgid "WAN-Input Chain" msgstr "廣域網路輸入鏈" @@ -1009,7 +1015,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "alert" msgstr "報警" @@ -1045,59 +1051,59 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "crit" msgstr "關鍵項目" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "debug" msgstr "偵錯" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 msgid "drop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "emerg" msgstr "緊急項目" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 msgid "err" msgstr "錯誤項目" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "info" msgstr "資訊項目" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 msgid "memory" msgstr "記憶體" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 msgid "notice" msgstr "通知" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 msgid "performance" msgstr "效能" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "warn" msgstr "警告" diff --git a/applications/luci-app-bmx7/po/es/bmx7.po b/applications/luci-app-bmx7/po/es/bmx7.po index d6931521a9..2d58a96d40 100644 --- a/applications/luci-app-bmx7/po/es/bmx7.po +++ b/applications/luci-app-bmx7/po/es/bmx7.po @@ -1,16 +1,17 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: \n" "POT-Creation-Date: 2019-07-22 16:14-0300\n" -"PO-Revision-Date: 2019-08-01 21:38-0300\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.3\n" +"PO-Revision-Date: 2024-05-09 11:33+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsbmx7/es/>\n" "Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:33 msgid "Announcements" @@ -22,7 +23,7 @@ msgstr "Revisión de BMX7" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 msgid "Bandwidth" -msgstr "Ancho de banda" +msgstr "Banda ancha" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 msgid "Bmx7 mesh nodes" diff --git a/applications/luci-app-bmx7/po/lt/bmx7.po b/applications/luci-app-bmx7/po/lt/bmx7.po index 37f5236cbe..1f3bc6e579 100644 --- a/applications/luci-app-bmx7/po/lt/bmx7.po +++ b/applications/luci-app-bmx7/po/lt/bmx7.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-29 01:18+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbmx7/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:33 msgid "Announcements" @@ -41,7 +41,7 @@ msgstr "Įrenginys" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:57 msgid "Interface" -msgstr "Sąsaja ir Sietuvas" +msgstr "Sąsaja ir/arba Sietuvas" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:81 msgid "Last Desc" diff --git a/applications/luci-app-cloudflared/po/de/cloudflared.po b/applications/luci-app-cloudflared/po/de/cloudflared.po index ae0f61d2cc..19a7fc5baa 100644 --- a/applications/luci-app-cloudflared/po/de/cloudflared.po +++ b/applications/luci-app-cloudflared/po/de/cloudflared.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" "Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscloudflared/de/>\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/log.js:89 msgid "All" @@ -163,13 +163,12 @@ msgid "Status" msgstr "Status" #: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js:78 -#, fuzzy msgid "" "The account certificate for your zones authorizing the client to serve as an " "Origin for that zone" msgstr "" -"Das Konto-Zertifikat für Ihre Zonen, das den Client als Origin für diese " -"Zone autorisiert" +"Das Konto-Zertifikat für Ihre Zonen, das den Client berechtigt, als Origin " +"für diese Zone zu dienen" #: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js:87 msgid "The region to which connections are established." diff --git a/applications/luci-app-cloudflared/po/sv/cloudflared.po b/applications/luci-app-cloudflared/po/sv/cloudflared.po index 0aaa08bb2a..cade70c382 100644 --- a/applications/luci-app-cloudflared/po/sv/cloudflared.po +++ b/applications/luci-app-cloudflared/po/sv/cloudflared.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-02-15 22:09+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 16:49+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscloudflared/sv/>\n" "Language: sv\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/log.js:89 msgid "All" @@ -37,7 +37,7 @@ msgstr "" #: applications/luci-app-cloudflared/root/usr/share/luci/menu.d/luci-app-cloudflared.json:14 msgid "Configuration" -msgstr "" +msgstr "Konfiguration" #: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/tunnels.js:76 msgid "Connection ID" diff --git a/applications/luci-app-cshark/po/lt/cshark.po b/applications/luci-app-cshark/po/lt/cshark.po index 000c24dbda..3dd78cd812 100644 --- a/applications/luci-app-cshark/po/lt/cshark.po +++ b/applications/luci-app-cshark/po/lt/cshark.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscshark/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -59,7 +59,7 @@ msgstr "Suteikti „UCI“ prieigą – „luci-app-cshark“" #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "Sąsaja ir Sietuvas" +msgstr "Sąsaja ir/arba Sietuvas" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" diff --git a/applications/luci-app-ddns/po/de/ddns.po b/applications/luci-app-ddns/po/de/ddns.po index 6b1a823ca5..155e653e6f 100644 --- a/applications/luci-app-ddns/po/de/ddns.po +++ b/applications/luci-app-ddns/po/de/ddns.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-ddns 2.4.2-1\n" "POT-Creation-Date: 2016-09-25 10:43+0200\n" -"PO-Revision-Date: 2024-04-19 17:04+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsddns/de/>\n" "Language: de\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-Basepath: .\n" @@ -598,7 +598,7 @@ msgstr "Proxy-Server" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:749 msgid "Password" -msgstr "Passwort" +msgstr "Kennwort" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:775 msgid "Path to CA-Certificate" diff --git a/applications/luci-app-ddns/po/lt/ddns.po b/applications/luci-app-ddns/po/lt/ddns.po index 962b4d99cb..577ddecfc1 100644 --- a/applications/luci-app-ddns/po/lt/ddns.po +++ b/applications/luci-app-ddns/po/lt/ddns.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsddns/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:432 msgid "\"../\" not allowed in path for Security Reason." @@ -193,7 +193,7 @@ msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:17 msgid "Disabled" -msgstr "Išjungta/-as/-i" +msgstr "Išjungta/Neįgalinta (-as/-i)" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:737 msgid "Domain" @@ -220,7 +220,7 @@ msgstr "Įjungti/Įgalinti saugią komunikaciją su „DDNS“ tiekėju" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:613 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1132 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:949 msgid "Error" @@ -387,7 +387,7 @@ msgstr "Įdiegti tarnybą" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:795 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:845 msgid "Interface" -msgstr "Sąsaja ir Sietuvas" +msgstr "Sąsaja ir/arba Sietuvas" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:989 msgid "Interval to force updates send to DDNS Provider" @@ -588,11 +588,11 @@ msgstr "Registruotas IP" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:575 msgid "Reload" -msgstr "" +msgstr "Perleidimas/-sti" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:558 msgid "Reload this service" -msgstr "" +msgstr "Perleisti šią tarnybą" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:738 msgid "Replaces [DOMAIN] in Update-URL (URL-encoded)" diff --git a/applications/luci-app-dockerman/po/de/dockerman.po b/applications/luci-app-dockerman/po/de/dockerman.po index f9a425542d..6277009eb2 100644 --- a/applications/luci-app-dockerman/po/de/dockerman.po +++ b/applications/luci-app-dockerman/po/de/dockerman.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-03-02 21:56+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsdockerman/de/>\n" "Language: de\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-dockerman/luasrc/model/cbi/dockerman/newcontainer.lua:604 msgid "A list of kernel capabilities to add to the container" @@ -542,7 +542,7 @@ msgstr "Last" #: applications/luci-app-dockerman/luasrc/model/cbi/dockerman/configuration.lua:54 msgid "Log Level" -msgstr "Protokollebene" +msgstr "Protokollierungslevel" #: applications/luci-app-dockerman/luasrc/model/cbi/dockerman/newcontainer.lua:646 msgid "Log driver options" @@ -929,7 +929,7 @@ msgstr "UID" #: applications/luci-app-dockerman/luasrc/model/cbi/dockerman/container.lua:289 #: applications/luci-app-dockerman/luasrc/model/cbi/dockerman/container.lua:328 msgid "Update" -msgstr "Aktualisieren" +msgstr "Aktualisierung" #: applications/luci-app-dockerman/luasrc/model/cbi/dockerman/container.lua:254 msgid "Upgrade" diff --git a/applications/luci-app-dockerman/po/zh_Hans/dockerman.po b/applications/luci-app-dockerman/po/zh_Hans/dockerman.po index f2a0af8c56..f2815e1cc6 100644 --- a/applications/luci-app-dockerman/po/zh_Hans/dockerman.po +++ b/applications/luci-app-dockerman/po/zh_Hans/dockerman.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-10 09:38+0000\n" -"Last-Translator: MkQtS <MkQtS@users.noreply.hosted.weblate.org>\n" +"PO-Revision-Date: 2024-05-09 11:33+0000\n" +"Last-Translator: try496 <pinghejk@gmail.com>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsdockerman/zh_Hans/>\n" "Language: zh_Hans\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-dockerman/luasrc/model/cbi/dockerman/newcontainer.lua:604 msgid "A list of kernel capabilities to add to the container" @@ -54,7 +54,7 @@ msgstr "可用" #: applications/luci-app-dockerman/luasrc/model/cbi/dockerman/newnetwork.lua:39 msgid "Base device" -msgstr "基设备" +msgstr "基础设备" #: applications/luci-app-dockerman/luasrc/model/cbi/dockerman/newcontainer.lua:538 msgid "Bind Mount(-v)" diff --git a/applications/luci-app-dump1090/po/de/dump1090.po b/applications/luci-app-dump1090/po/de/dump1090.po index 29454a4a95..c177e5617b 100644 --- a/applications/luci-app-dump1090/po/de/dump1090.po +++ b/applications/luci-app-dump1090/po/de/dump1090.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-05-01 22:49+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsdump1090/de/>\n" @@ -8,7 +8,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.3-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:123 msgid "Absolute maximum range for position decoding" @@ -24,7 +24,7 @@ msgstr "Erlaube das Weiterleiten empfangener mlat-Daten an Output-Ports" #: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:193 msgid "Apply a 1Hz DC filter to input data" -msgstr "" +msgstr "Aplicar um filtro DC de 1 Hz aos dados de entrada" #: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:172 msgid "Base directory for the internal HTTP server" diff --git a/applications/luci-app-dump1090/po/lt/dump1090.po b/applications/luci-app-dump1090/po/lt/dump1090.po index e53ac68406..cb35d97dce 100644 --- a/applications/luci-app-dump1090/po/lt/dump1090.po +++ b/applications/luci-app-dump1090/po/lt/dump1090.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-12 17:56+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsdump1090/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:123 msgid "Absolute maximum range for position decoding" @@ -93,7 +93,7 @@ msgstr "Įjungti/Įgalinti vienetinio bito klaidos pataisymą naudojant „CRC #: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:10 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:89 msgid "FlightAware TSV output port" diff --git a/applications/luci-app-dynapoint/po/lt/dynapoint.po b/applications/luci-app-dynapoint/po/lt/dynapoint.po index c5a0d8d135..9f26bd0845 100644 --- a/applications/luci-app-dynapoint/po/lt/dynapoint.po +++ b/applications/luci-app-dynapoint/po/lt/dynapoint.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-27 01:01+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsdynapoint/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:90 msgid "Activate this wVIF if status is:" @@ -45,7 +45,7 @@ msgstr "Įrenginys" #: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:66 #: applications/luci-app-dynapoint/luasrc/view/dynapoint/cbi_color.htm:5 msgid "Disabled" -msgstr "Išjungta/-as/-i" +msgstr "Išjungta/Neįgalinta (-as/-i)" #: applications/luci-app-dynapoint/root/usr/share/luci/menu.d/luci-app-dynapoint.json:3 msgid "DynaPoint" @@ -57,7 +57,7 @@ msgstr "Dinamiškas prieigos taško tvarkytuvas/-ė" #: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:67 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:27 msgid "" diff --git a/applications/luci-app-email/po/lt/email.po b/applications/luci-app-email/po/lt/email.po index b8326d4976..550742029e 100644 --- a/applications/luci-app-email/po/lt/email.po +++ b/applications/luci-app-email/po/lt/email.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsemail/lt/>\n" @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:248 msgid "" @@ -135,7 +135,7 @@ msgstr "Įgalinti prievadus užkardoje." #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:27 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:281 msgid "Extra command line options" diff --git a/applications/luci-app-email/po/sv/email.po b/applications/luci-app-email/po/sv/email.po index 8029aea0ab..8835fc953c 100644 --- a/applications/luci-app-email/po/sv/email.po +++ b/applications/luci-app-email/po/sv/email.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-03-21 13:58+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 08:00+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsemail/sv/>\n" "Language: sv\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:248 msgid "" @@ -32,7 +32,7 @@ msgstr "<b>Du kan eventuellt få ta emot skräppost så var försiktig</b>" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:226 msgid "A file containing POP accounts and their credentials." -msgstr "" +msgstr "En fil som innehåller POP-konton och dess uppgifter." #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:158 msgid "A file that contains credentials for SMTP smarthost client." @@ -75,7 +75,7 @@ msgstr "" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:124 #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:201 msgid "CA certificate" -msgstr "" +msgstr "CA-certifikat" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:157 msgid "Client authorization file" @@ -91,7 +91,7 @@ msgstr "" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:67 msgid "Domain" -msgstr "" +msgstr "Domän" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:11 msgid "E-MailRelay Server Configuration." @@ -113,7 +113,7 @@ msgstr "" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:214 msgid "Enable POP3" -msgstr "" +msgstr "Aktivera POP3" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:170 msgid "Enable SMTP client TLS" @@ -129,7 +129,7 @@ msgstr "" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:27 msgid "Enabled" -msgstr "" +msgstr "Aktiverad" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:281 msgid "Extra command line options" @@ -137,11 +137,11 @@ msgstr "" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:272 msgid "Filter" -msgstr "" +msgstr "Filter" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:12 msgid "For further information <a %s>check the documentation</a>" -msgstr "" +msgstr "För mer information, <a %s>se dokumentationen</a>" #: applications/luci-app-email/htdocs/luci-static/resources/view/email/emailrelay.js:252 msgid "" diff --git a/applications/luci-app-example/po/lt/example.po b/applications/luci-app-example/po/lt/example.po index 8558b524fd..84b5c52e95 100644 --- a/applications/luci-app-example/po/lt/example.po +++ b/applications/luci-app-example/po/lt/example.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-28 06:39+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsexample/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-example/htdocs/luci-static/resources/view/example/form.js:38 msgid "A boolean option" @@ -108,7 +108,7 @@ msgstr "Ne" #: applications/luci-app-example/htdocs/luci-static/resources/view/example/rpc.js:87 msgid "Not found" -msgstr "Nerastas" +msgstr "Nerasta/-s" #: applications/luci-app-example/htdocs/luci-static/resources/view/example/rpc-jsonmap-tablesection.js:74 #: applications/luci-app-example/htdocs/luci-static/resources/view/example/rpc-jsonmap-typedsection.js:74 diff --git a/applications/luci-app-firewall/po/es/firewall.po b/applications/luci-app-firewall/po/es/firewall.po index 08b76ba379..a15059218d 100644 --- a/applications/luci-app-firewall/po/es/firewall.po +++ b/applications/luci-app-firewall/po/es/firewall.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2024-03-06 09:48+0000\n" +"PO-Revision-Date: 2024-05-04 21:21+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfirewall/es/>\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:48 msgid "" @@ -664,7 +664,7 @@ msgstr "Zona interna" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:147 msgid "Intra zone forward" -msgstr "Avance dentro de la zona" +msgstr "Reenvío dentro de la zona" #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 msgid "Invalid DSCP mark" diff --git a/applications/luci-app-firewall/po/lt/firewall.po b/applications/luci-app-firewall/po/lt/firewall.po index 48eca12160..60f18b8ffb 100644 --- a/applications/luci-app-firewall/po/lt/firewall.po +++ b/applications/luci-app-firewall/po/lt/firewall.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-12 04:01+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfirewall/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:48 msgid "" @@ -377,7 +377,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:210 msgid "Enabled" -msgstr "Įjungta/Įgalinta (-as)" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:204 msgid "Enables packet and byte count tracking for the set." diff --git a/applications/luci-app-firewall/po/sv/firewall.po b/applications/luci-app-firewall/po/sv/firewall.po index 20c69c4cd9..bf0b202eb7 100644 --- a/applications/luci-app-firewall/po/sv/firewall.po +++ b/applications/luci-app-firewall/po/sv/firewall.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2023-12-26 04:30+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 08:00+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfirewall/sv/>\n" "Language: sv\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:48 msgid "" @@ -331,7 +331,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:210 msgid "Enabled" -msgstr "" +msgstr "Aktiverad" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:204 msgid "Enables packet and byte count tracking for the set." diff --git a/applications/luci-app-frpc/po/de/frpc.po b/applications/luci-app-frpc/po/de/frpc.po index eb8e4bbfc4..d1e8f2be67 100644 --- a/applications/luci-app-frpc/po/de/frpc.po +++ b/applications/luci-app-frpc/po/de/frpc.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-30 03:54+0000\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" "Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/de/>\n" @@ -8,7 +8,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:214 msgid "Add new proxy..." diff --git a/applications/luci-app-frps/po/de/frps.po b/applications/luci-app-frps/po/de/frps.po index d1cecb48da..7fd4abf367 100644 --- a/applications/luci-app-frps/po/de/frps.po +++ b/applications/luci-app-frps/po/de/frps.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-30 03:54+0000\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" "Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrps/de/>\n" @@ -8,7 +8,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15 msgid "Additional configs" diff --git a/applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po index fe31a2cdd1..a7cc72b22b 100644 --- a/applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-01-06 13:23+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationshttps-dns-proxy/de/>\n" "Language: de\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:258 msgid "%s%s%s proxy at %s on port %s.%s" @@ -432,7 +432,7 @@ msgstr "Anbieter" #: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:400 msgid "Proxy Server" -msgstr "Proxyserver" +msgstr "Proxy-Server" #: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/tw.twnic.dns.json:2 msgid "Quad 101 (TW)" diff --git a/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po index 46c37d6a06..abee058602 100644 --- a/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-11 03:16+0000\n" +"PO-Revision-Date: 2024-05-04 18:23+0000\n" "Last-Translator: Matthaiks <kitynska@gmail.com>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationshttps-dns-proxy/pl/>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:258 msgid "%s%s%s proxy at %s on port %s.%s" @@ -444,7 +444,7 @@ msgstr "Quad 9" #: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:319 msgid "Restart" -msgstr "Restartuj" +msgstr "Uruchom ponownie" #: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:313 msgid "Restarting %s service" diff --git a/applications/luci-app-irqbalance/po/de/irqbalance.po b/applications/luci-app-irqbalance/po/de/irqbalance.po index 2390cb9f3e..a64883da9f 100644 --- a/applications/luci-app-irqbalance/po/de/irqbalance.po +++ b/applications/luci-app-irqbalance/po/de/irqbalance.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-02-09 17:28+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsirqbalance/de/>\n" "Language: de\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js:82 msgid "Cache level at which irqbalance partitions cache domains." @@ -38,7 +38,7 @@ msgstr "Allgemeine Einstellungen" #: applications/luci-app-irqbalance/root/usr/share/rpcd/acl.d/luci-app-irqbalance.json:3 msgid "Grant UCI access for luci-app-irqbalance" -msgstr "" +msgstr "UCI-Zugang für luci-app-irqbalance gewähren" #: applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js:87 msgid "Interval" @@ -75,15 +75,15 @@ msgstr "LÄUFT" #: applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js:114 msgid "Show debug output" -msgstr "" +msgstr "Debug-Ausgabe anzeigen" #: applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js:114 msgid "Show debug output in system log." -msgstr "" +msgstr "Debug-Ausgabe im Systemprotokoll anzeigen." #: applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js:60 msgid "Snapshot of current IRQs" -msgstr "" +msgstr "Schnappschuss der aktuellen IRQs" #: applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js:43 msgid "" diff --git a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/vrrp_instance.js b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/vrrp_instance.js index f9293d6c20..f9f92f57f5 100644 --- a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/vrrp_instance.js +++ b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/vrrp_instance.js @@ -64,8 +64,8 @@ return view.extend({ _('Allows the lower priority machine to maintain the master role,') + _('even when a higher priority machine comes back online.') + ' ' + _('For this to work, the initial state of this entry must be BACKUP.')); + o.optional = true; o.default = false; - o.rmempty = false; ipaddress = uci.sections('keepalived', 'ipaddress'); o = s.taboption('general', form.DynamicList, 'virtual_ipaddress', _('Virtual IP Address'), @@ -218,7 +218,7 @@ return view.extend({ o.placeholder = '300'; o.modalonly = true; - o = s.taboption('advanced', form.ListValue, 'preempt_delay', _('Debug'), + o = s.taboption('advanced', form.ListValue, 'debug', _('Debug'), _('Debug Level')); o.default = '0'; o.value('0'); diff --git a/applications/luci-app-ksmbd/po/lt/ksmbd.po b/applications/luci-app-ksmbd/po/lt/ksmbd.po index a50f987b5c..745c2ae060 100644 --- a/applications/luci-app-ksmbd/po/lt/ksmbd.po +++ b/applications/luci-app-ksmbd/po/lt/ksmbd.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsksmbd/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:100 msgid "Allow guests" @@ -81,7 +81,7 @@ msgstr "Įsisavinti/Paveldėti savininką" #: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:36 msgid "Interface" -msgstr "Sąsaja ir Sietuvas" +msgstr "Sąsaja ir/arba Sietuvas" #: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:37 msgid "Listen only on the given interface or, if unspecified, on lan" diff --git a/applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js b/applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js index 13a2c63ed9..a0f3bd1265 100644 --- a/applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js +++ b/applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js @@ -125,22 +125,275 @@ return L.view.extend({ o.placeholder = 'System hostname'; + /* This function returns the value for a specified key. Used to fill + various location fields derived from an lldpd location config string */ + function getLocationValueFromConfString(_key) { + var inStr = this ? this.section.formvalue('config', 'lldp_location'): + uci.get('lldpd', 'config', 'lldp_location'); + inStr = inStr ? inStr: ''; + + const words = inStr.trim().split(/\s+/); + /* This function does not assume an order to the key:value parameters. + Only that the value comes after its key, so optional keys can be in any order. */ + const ix = words.indexOf(_key); + + if (ix !== -1) { + let value = words.slice(ix + 1).join(' '); + + if (value.startsWith('"')) { + const quoteStart = value.indexOf('"'); + const quoteEnd = value.indexOf('"', quoteStart + 1); + return value.substring(quoteStart + 1, quoteEnd); + } + return _key == 'altitude' ? words[ix + 1] + ' ' + words[ix + 2] : words[ix + 1]; + } else { + return ''; // Element not found + } + }; + + function write_lldp_location() { + var _input = this ? this.section.formvalue('config', '_lldp_location_type'): + '1'; + + if(_input){ + if (_input == '1') { + /* location coordinate latitude + 48.85667N longitude 2.2014E altitude 117.47 m datum WGS84 */ + var lat = this.section.formvalue('config', '_coordinate_lat'), + lon = this.section.formvalue('config', '_coordinate_lon'), + alt = this.section.formvalue('config', '_coordinate_alt'), + dat = this.section.formvalue('config', '_coordinate_dat'); + if(lat && lon && dat) { + uci.set('lldpd', 'config', 'lldp_location', + 'coordinate latitude ' + lat + + ' longitude ' + lon + + ' altitude ' + (alt ? alt:'0 m') + + ' datum ' + dat ); + } + } + else if (_input == '2') { + /* location address country US + street "Commercial Road" city "Roseville" */ + var cc = this.section.formvalue('config', '_civic_cc'), + city = this.section.formvalue('config', '_civic_city'), + str = this.section.formvalue('config', '_civic_str'), + bldg = this.section.formvalue('config', '_civic_bldg'), + nmbr = this.section.formvalue('config', '_civic_nmbr'), + zip = this.section.formvalue('config', '_civic_zip'); + + uci.set('lldpd', 'config', 'lldp_location', + 'address country ' + cc.toUpperCase() + + (city ? ' city "' + city + '"': '') + + (str ? ' street "' + str + '"': '') + + (bldg ? ' building "' + bldg + '"': '') + + (nmbr ? ' number "' + nmbr + '"': '') + + (zip ? ' zip "' + zip + '"': '')); + } + else if (_input == '3') { + /* location elin 12345 */ + var elin = this.section.formvalue('config', '_elin'); + if(elin) + uci.set('lldpd', 'config', 'lldp_location', 'elin ' + elin); + } + } + }; + // Host location + o = s.taboption(tab, form.ListValue, '_lldp_location_type', + _('Host location type'), + _('Override the announced location of the host.')); + o.value('1', _('Coordinate based')); + o.value('2', _('Civic address')); + o.value('3', _('ELIN')); + o.rmempty = true; + o.write = write_lldp_location; + o.load = function(section_id, value) { + const loc = uci.get(this.config, section_id, 'lldp_location'); + if (!loc) return '1'; + if (loc.toLowerCase().includes('coordinate')) { + return '1'; + } + else if (loc.toLowerCase().includes('address country')) { + return '2'; + } + else if (loc.toLowerCase().includes('elin')) { + return '3'; + } + }; + o = s.taboption(tab, form.Value, 'lldp_location', - _('Host location'), - _('Override the announced location of the host.') + '<br />' + - usage); - // multiple syntaxes alert for location parameter + _('Raw location config'), + _('Raw config string sent to lldpd, starting: [coordinate|address|elin]')); o.placeholder = 'address country EU'; o.rmempty = true; + o.write = function(section_id, value) { + if (value) { + const words = value.trim().split(/\s+/), + regex = /^coordinate|^address|^elin/; + var start; + words.forEach(w=>{ + if (w.match(regex)) start = w; + }); + // Retain string tail from one of the regex keywords + return this.super('write', [ section_id, + value.substring(value.indexOf(start)) ]); + } + }; o.validate = function(section_id, value) { if (value) { - if (!value.match(/^coordinate |^address |^elin /)) - return _("Must start: 'coordinate ...', 'address ...' or 'elin ...'"); + const words = value.trim().split(/\s+/), + regex = /^coordinate|^address|^elin/; + var _eval = _("Must contain: 'coordinate ...', 'address ...' or 'elin ...'"); + words.forEach(w=>{ + if (w.match(regex)) _eval = true; + }); + return _eval; } return true; }; + // Coordinate based + o = s.taboption(tab, form.Value, '_coordinate_lat', + _('Latitude'), '0 .. 90.000[N|S]'); + o.depends({ '_lldp_location_type' : '1'}); + o.datatype = "maxlength(20)"; + o.validate = function(section_id, value) { + if (!value) return true; + var valid = _('valid syntax: 0 .. 90.000[N|S]'); + valid = (parseFloat(value) >= 0 && parseFloat(value) <= 90) ? + /^-?\d+(?:\.\d+)?[NnSs]$/.test(value) ? true : valid : valid; + return valid; + } + o.load = function(section_id, value) { + return getLocationValueFromConfString('latitude'); + } + o.write = write_lldp_location; + + o = s.taboption(tab, form.Value, '_coordinate_lon', + _('Longitude'), '0 .. 180.000[E|W]'); + o.depends({ '_lldp_location_type' : '1'}); + o.datatype = "maxlength(20)"; + o.validate = function(section_id, value) { + if (!value) return true; + var valid = _('valid syntax: 0 .. 180.000[E|W]'); + valid = (parseFloat(value) >= 0 && parseFloat(value) <= 180) ? + /^-?\d+(?:\.\d+)?[WwEe]$/.test(value) ? true : valid : valid; + return valid; + } + o.load = function(section_id, value) { + return getLocationValueFromConfString('longitude'); + } + o.write = write_lldp_location; + + const min_alt = -100000.00, + max_alt = 42849672.95; + o = s.taboption(tab, form.Value, '_coordinate_alt', + _('Altitude'), '%f .. %f [m|f]'.format(min_alt, max_alt)); + o.depends({ '_lldp_location_type' : '1'}); + o.datatype = 'maxlength(20)'; + o.validate = function(section_id, value) { + if (!value) return true; + var valid = _('valid syntax: %f .. %f [mf]').format(min_alt, max_alt); + valid = (parseFloat(value) >= min_alt && parseFloat(value) <= max_alt) ? + /^-?\d+(?:\.\d+)?\ [mf]$/.test(value) ? true : valid : valid; + return valid; + } + o.load = function(section_id, value) { + return getLocationValueFromConfString('altitude'); + } + o.write = write_lldp_location; + + o = s.taboption(tab, form.ListValue, '_coordinate_dat', + _('Datum')); + o.depends({ '_lldp_location_type' : '1'}); + o.value('WGS84'); + o.value('NAD83'); + o.value('NAD83/MLLW'); + o.load = function(section_id, value) { + return getLocationValueFromConfString('datum'); + } + o.write = write_lldp_location; + + // Civic address based + /* ISO 3166-2 CC list officially assigned + exceptional: + https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements */ + o = s.taboption(tab, form.Value, '_civic_cc', + _('Country'), '%s'.format('<a href=%s>ISO 3166-2 CC</a>').format('https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements')); + o.depends({ '_lldp_location_type' : '2'}); + o.default = 'EU'; + o.placeholder = 'EU'; + o.validate = function(section_id, value) { + if(!value) return true; + var valid = _('Two character CC required'); + valid = (value.length == 2) ? + /^[A-Z]{2}$/i.test(value) ? true : valid : valid; + return valid; + } + o.load = function(section_id, value) { + return getLocationValueFromConfString('country').toUpperCase(); + } + o.write = write_lldp_location; + + o = s.taboption(tab, form.Value, '_civic_city', + _('City')); + o.depends({ '_lldp_location_type' : '2'}); + o.datatype = "maxlength(100)"; + o.load = function(section_id, value) { + return getLocationValueFromConfString('city'); + } + o.placeholder = _('Gotham'); + o.write = write_lldp_location; + + o = s.taboption(tab, form.Value, '_civic_str', + _('Street')); + o.depends({ '_lldp_location_type' : '2'}); + o.datatype = "maxlength(100)"; + o.load = function(section_id, value) { + return getLocationValueFromConfString('street'); + } + o.placeholder = _('Main Street'); + o.write = write_lldp_location; + + o = s.taboption(tab, form.Value, '_civic_bldg', + _('Building')); + o.depends({ '_lldp_location_type' : '2'}); + o.datatype = "maxlength(250)"; + o.load = function(section_id, value) { + return getLocationValueFromConfString('building'); + } + o.placeholder = _('Empire State Bldg'); + o.write = write_lldp_location; + + o = s.taboption(tab, form.Value, '_civic_nmbr', + _('Number')); + o.depends({ '_lldp_location_type' : '2'}); + o.datatype = "maxlength(25)"; + o.load = function(section_id, value) { + return getLocationValueFromConfString('number'); + } + o.placeholder = _('1A'); + o.write = write_lldp_location; + + o = s.taboption(tab, form.Value, '_civic_zip', + _('Post-code')); + o.depends({ '_lldp_location_type' : '2'}); + o.datatype = "maxlength(25)"; + o.load = function(section_id, value) { + return getLocationValueFromConfString('zip'); + } + o.placeholder = '12345'; + o.write = write_lldp_location; + + // ELIN based + o = s.taboption(tab, form.Value, '_elin', + _('ELIN Address')); + o.depends({ '_lldp_location_type' : '3'}); + o.datatype = 'and(uinteger,maxlength(25))'; + o.load = function(section_id, value) { + return getLocationValueFromConfString('elin'); + } + o.placeholder = '1911'; + o.write = write_lldp_location; // Platform o = s.taboption(tab, form.Value, 'lldp_platform', @@ -315,16 +568,16 @@ return L.view.extend({ var o; // SNMP agentX socket - // **Note**: lldpd is compiled in OpenWrt without SNMP support by default. Setting this action will then cause the lldpd daemon to stop starting and thus lldpd will stop working. To fix this, the value must then be deleted and lldpd restarted. - // o = s.taboption(tab, form.Value, 'agentxsocket', - // _('SNMP agentX socket path'), - // _('If the path to the socket is set, then LLDPd will enable an ' + - // 'SNMP subagent using AgentX protocol. This allows you to get ' + - // 'information about local system and remote systems through SNMP.')); - - // o.rmempty = true; - // o.placeholder = '/var/run/agentx.sock'; - // o.default = ''; + /* **Note**: The init file tests for SNMP support, so agentxsocket is at worst inert. */ + o = s.taboption(tab, form.Value, 'agentxsocket', + _('SNMP agentX socket path'), + _('When set, LLDPd enables an ' + + 'SNMP subagent using AgentX protocol. This enables ' + + 'information about other systems through SNMP.')); + + o.rmempty = true; + o.placeholder = '/var/run/agentx.sock'; + o.default = ''; // LLDP-MED class o = s.taboption(tab, form.ListValue, 'lldp_class', diff --git a/applications/luci-app-lldpd/po/lt/lldpd.po b/applications/luci-app-lldpd/po/lt/lldpd.po index f131ab75ec..c1736880ba 100644 --- a/applications/luci-app-lldpd/po/lt/lldpd.po +++ b/applications/luci-app-lldpd/po/lt/lldpd.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationslldpd/lt/>\n" @@ -10,13 +10,17 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.3\n" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:374 +msgid "1A" +msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:54 msgid "Administrative Status" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:588 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:841 msgid "Advanced Settings" msgstr "" @@ -29,32 +33,40 @@ msgstr "Amžius" msgid "Ageout count" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:422 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:675 msgid "" "Allows an agent to control the propagation of LLDPDUs. By default, the MAC " "address %s is used and limits the propagation of the LLDPDU to the nearest " "bridge." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:582 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:291 +msgid "Altitude" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:835 msgid "Basic Settings" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:464 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:358 +msgid "Building" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:717 msgid "" "By default, LLDP packets are sent when there is a peer speaking LLDP " "detected or when there is no peer at all." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:475 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:728 msgid "CDP" msgstr "„CDP“" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:485 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:738 msgid "CDP version" msgstr "„CDP“ versija" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:487 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:740 msgid "CDPv1 and CDPv2" msgstr "„CDPv1“ ir „CDPv2“" @@ -66,17 +78,37 @@ msgstr "" msgid "Capabilities" msgstr "Galimybės" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:338 +msgid "City" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:206 +msgid "Civic address" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:46 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:65 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:681 msgid "Collecting data..." msgstr "Renkama/-i informacija (duomenys)..." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:335 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:588 msgid "Communication Device Endpoints (Class III)" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:186 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:205 +msgid "Coordinate based" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:321 +msgid "Country" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:307 +msgid "Datum" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:439 msgid "" "Defaults to the first IPv4 and IPv6. If an exact IP address is provided, it " "is used as a management address without any check. To blacklist IPv6 " @@ -91,23 +123,23 @@ msgstr "" msgid "Description" msgstr "Aprašas/-ymas" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:230 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:483 msgid "" "Determines the transmitted packet TTL (== this value * transmit delay). The " "default value is 4 ∴ the default TTL is 120 seconds." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:385 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:638 msgid "Disable LLDP-MED inventory TLV transmission" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:394 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:647 msgid "Disable advertising of kernel release, version and machine" msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:152 msgid "Disabled" -msgstr "" +msgstr "Išjungta/Neįgalinta (-as/-i)" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:687 msgid "Discovered Neighbors" @@ -121,27 +153,39 @@ msgstr "" msgid "Discovered port" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:535 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:788 msgid "EDP" msgstr "„EDP“" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:477 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:207 +msgid "ELIN" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:389 +msgid "ELIN Address" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:364 +msgid "Empire State Bldg" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:730 msgid "Enable CDP" msgstr "Įjungti/Įgalinti „CDP“" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:537 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:790 msgid "Enable EDP" msgstr "Įjungti/Įgalinti „EDP“" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:517 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:770 msgid "Enable FDP" msgstr "Įjungti/Įgalinti „FDP“" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:455 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:708 msgid "Enable LLDP" msgstr "Įjungti/Įgalinti „LLDP“" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:563 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:816 msgid "Enable SONMP" msgstr "Įjungti/Įgalinti „SONMP“" @@ -149,37 +193,37 @@ msgstr "Įjungti/Įgalinti „SONMP“" msgid "Enable service" msgstr "Įjungti/Įgalinti tarnybą" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:478 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:731 msgid "" "Enable the support of CDP protocol to deal with Cisco routers that do not " "speak LLDP" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:538 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:791 msgid "" "Enable the support of EDP protocol to deal with Extreme routers and switches " "that do not speak LLDP." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:518 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:771 msgid "" "Enable the support of FDP protocol to deal with Foundry routers that do not " "speak LLDP" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:564 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:817 msgid "" "Enable the support of SONMP protocol to deal with Nortel routers and " "switches that do not speak LLDP." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:462 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:715 msgid "" "Even when there is no LLDP peer detected but there is a peer speaking " "another protocol detected." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:515 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:768 msgid "FDP" msgstr "„FDP“" @@ -187,22 +231,26 @@ msgstr "„FDP“" msgid "Filter" msgstr "Filtras/Filtruoti" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:410 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:663 msgid "Force port ID subtype" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:501 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:754 msgid "Force sending CDPv2 packets" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:461 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:714 msgid "Force sending LLDP packets" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:333 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:586 msgid "Generic Endpoint (Class I)" msgstr "" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:344 +msgid "Gotham" +msgstr "" + #: applications/luci-app-lldpd/root/usr/share/rpcd/acl.d/luci-app-lldpd.json:18 msgid "Grant access for LLDP configuration" msgstr "" @@ -211,8 +259,8 @@ msgstr "" msgid "Grant access for LLDP status information" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:130 -msgid "Host location" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:203 +msgid "Host location type" msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:276 @@ -235,26 +283,26 @@ msgstr "" msgid "Insert count" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:414 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:667 msgid "Interface MAC address" -msgstr "" +msgstr "Sąsajos ir/arba Sietuvo „MAC“ adresas" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:688 msgid "Interface Statistics" -msgstr "" +msgstr "Sąsajos ir/arba Sietuvo statistika" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:415 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:668 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:112 msgid "Interface name" msgstr "Sąsajos ir/arba Sietuvo pavadinimas" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:395 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:648 msgid "" "Kernel name (ie: Linux) will still be shared, and Inventory software version " "will be set to %s." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:453 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:706 #: applications/luci-app-lldpd/root/usr/share/luci/menu.d/luci-app-lldpd.json:3 msgid "LLDP" msgstr "„LLDP“" @@ -263,45 +311,49 @@ msgstr "„LLDP“" msgid "LLDP Status" msgstr "„LLDP“ būsena/būklė" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:331 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:584 msgid "LLDP-MED device class" -msgstr "" +msgstr "„LLDP-MED“ įrenginio klasė" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:373 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:626 msgid "LLDP-MED fast-start" -msgstr "" +msgstr "„LLDP-MED“ greitasis paleidimas" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:377 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:630 msgid "LLDP-MED fast-start tx-interval" -msgstr "" +msgstr "„LLDP-MED“ greitojo paleidimo; nusiųsta reaktyviai intervalas" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:342 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:595 msgid "LLDP-MED policy" -msgstr "" +msgstr "„LLDP-MED“ politika" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:421 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:674 msgid "LLDPDU destination MAC" -msgstr "" +msgstr "„LLDPDU“ paskirties/kelionės tikslo „MAC“" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:598 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:851 msgid "LLDPd Settings" msgstr "„LLDPd“ nustatymai" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:599 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:852 msgid "LLDPd is an implementation of IEEE 802.1ab" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:386 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:639 msgid "" "LLDPd will still receive (and publish using SNMP if enabled) those LLDP-MED " "TLV but will not send them. Use this option if you do not want to transmit " "sensitive information like serial numbers." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:251 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:504 msgid "LLDPd won't send any frames; only listen to neighbors." msgstr "" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:257 +msgid "Latitude" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:676 msgid "Local Chassis" msgstr "" @@ -313,6 +365,10 @@ msgstr "Vietinis ID" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:39 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:52 msgid "Local interface" +msgstr "Vietinė/-is sąsają ir/arba sietuvas" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:273 +msgid "Longitude" msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:110 @@ -323,27 +379,31 @@ msgstr "„MAC“ adresas" msgid "MFS" msgstr "„MFS“" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:354 +msgid "Main Street" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:295 msgid "Management IP(s)" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:334 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:587 msgid "Media Endpoint (Class II)" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:223 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:476 msgid "Must be a greater than zero number optionally suffixed with \"ms\"" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:242 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:495 msgid "Must be a number" -msgstr "" +msgstr "Turi būti skaičius" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:139 -msgid "Must start: 'coordinate ...', 'address ...' or 'elin ...'" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:246 +msgid "Must contain: 'coordinate ...', 'address ...' or 'elin ...'" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:367 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:620 msgid "Must start: application ..." msgstr "" @@ -353,19 +413,19 @@ msgstr "" msgid "Name" msgstr "Vardas/Pavadinimas" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:336 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:589 msgid "Network Connectivity Device (Class IV)" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:273 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:526 msgid "Network IO" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:289 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:542 msgid "Network IO for chassis ID" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:585 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:838 msgid "Network Interfaces" msgstr "" @@ -375,11 +435,15 @@ msgstr "" msgid "No data to display" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:601 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:368 +msgid "Number" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:854 msgid "On this page you may configure LLDPd parameters." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:488 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:741 msgid "Only CDPv2" msgstr "Tik „CDPv2“" @@ -389,12 +453,12 @@ msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:117 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:124 -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:148 -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:160 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:401 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:413 msgid "Override %s." -msgstr "" +msgstr "Perkeisti/Perrašyti „%s“." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:131 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:204 msgid "Override the announced location of the host." msgstr "" @@ -408,18 +472,30 @@ msgstr "Prievado ID tipas" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:224 msgid "Port description" +msgstr "Prievado aprašymas" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:378 +msgid "Post-code" msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:40 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:53 msgid "Protocol" -msgstr "" +msgstr "Protokolas" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:591 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:844 msgid "Protocols Support" +msgstr "Protokolų palaikymas" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:226 +msgid "Raw config string sent to lldpd, starting: [coordinate|address|elin]" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:250 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:225 +msgid "Raw location config" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:503 msgid "Receive-only mode" msgstr "" @@ -439,27 +515,31 @@ msgstr "Tik atsiųsta/gauta reaktyviai" msgid "Rx unrecognized" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:561 -msgid "SONMP (NTDP, NDP, BNMP, BDP)" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:573 +msgid "SNMP agentX socket path" msgstr "" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:814 +msgid "SONMP (NTDP, NDP, BNMP, BDP)" +msgstr "„SONMP“ („NTDP“, „NDP“, „BNMP“, „BDP“)" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:35 msgid "See syntax <a %s>here</a>." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:494 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:747 msgid "Send CDP packets even if no CDP peer detected" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:545 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:798 msgid "Send EDP packets even if no EDP peer detected" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:525 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:778 msgid "Send FDP packets even if no FDP peer detected" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:571 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:824 msgid "Send SONMP packets even if no SONMP peer detected" msgstr "" @@ -467,17 +547,17 @@ msgstr "" msgid "Settings" msgstr "Nustatymai" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:402 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:655 msgid "Specify the behaviour when detecting multiple neighbors" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:274 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:527 msgid "" "Specify which interface (not) to listen upon and send LLDPDU from. Absent " "any value, LLDPd uses all available physical interfaces." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:290 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:543 msgid "" "Specify which interfaces (not) to use for computing chassis ID. Absent any " "value, all interfaces are considered. LLDPd takes the first MAC address from " @@ -488,15 +568,19 @@ msgstr "" msgid "Status" msgstr "Būklė/Būsena" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:215 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:348 +msgid "Street" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:468 msgid "Suffix %s for millisecond values." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:159 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:412 msgid "System capabilities" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:153 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:406 msgid "System capability advertisements" msgstr "" @@ -508,15 +592,15 @@ msgstr "" msgid "System hostname" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:185 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:438 msgid "System management IO" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:178 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:431 msgid "System management IO advertisements" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:147 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:400 msgid "System platform description" msgstr "" @@ -525,19 +609,19 @@ msgstr "" msgid "TTL" msgstr "„TTL“" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:149 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:402 msgid "The default description is the kernel name (Linux)." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:403 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:656 msgid "The default filter is 15. Refer to "FILTERING NEIGHBORS"." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:161 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:414 msgid "The default is derived from kernel information." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:212 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:465 msgid "" "The delay between transmissions of LLDP PDU. The default value is 30 seconds." msgstr "" @@ -548,18 +632,22 @@ msgid "" "statistics and local chassis information." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:211 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:464 msgid "Transmit delay" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:229 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:482 msgid "Transmit hold value" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:244 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:497 msgid "Transmit hold value must be greater than 0" msgstr "" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:327 +msgid "Two character CC required" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:55 msgid "Tx" msgstr "Nusiųsta reaktyviai" @@ -577,7 +665,13 @@ msgstr "Tik nusiųsta reaktyviai" msgid "Unknown" msgstr "Nežinoma/-s/-i" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:411 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:574 +msgid "" +"When set, LLDPd enables an SNMP subagent using AgentX protocol. This enables " +"information about other systems through SNMP." +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:664 msgid "" "With this option, you can force the port identifier to be the interface name " "or the MAC address." @@ -586,7 +680,7 @@ msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:307 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:316 msgid "disabled" -msgstr "" +msgstr "išjungta/neįgalinta (-as/-i)" #: applications/luci-app-lldpd/htdocs/luci-static/resources/lldpd.js:46 msgid "enable filter" @@ -595,7 +689,7 @@ msgstr "įjungti/įgalinti filtrą" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:307 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:316 msgid "enabled" -msgstr "" +msgstr "įjungta/įgalinta (-as/-i)" #: applications/luci-app-lldpd/htdocs/luci-static/resources/lldpd.js:48 msgid "keep only one neighbor" @@ -604,3 +698,18 @@ msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/lldpd.js:47 msgid "keep only one protocol" msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:296 +msgid "valid syntax: %f .. %f [mf]" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:278 +msgid "valid syntax: 0 .. 180.000[E|W]" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:262 +msgid "valid syntax: 0 .. 90.000[N|S]" +msgstr "" + +#~ msgid "Host location" +#~ msgstr "Skleidėjo/P.k – vedėjo vietovė" diff --git a/applications/luci-app-lldpd/po/pl/lldpd.po b/applications/luci-app-lldpd/po/pl/lldpd.po index 4290651222..da010ebe3c 100644 --- a/applications/luci-app-lldpd/po/pl/lldpd.po +++ b/applications/luci-app-lldpd/po/pl/lldpd.po @@ -11,11 +11,15 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.5-dev\n" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:374 +msgid "1A" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:54 msgid "Administrative Status" msgstr "Status administracyjny" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:588 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:841 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" @@ -28,7 +32,7 @@ msgstr "Wiek" msgid "Ageout count" msgstr "Liczba przedawnień" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:422 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:675 msgid "" "Allows an agent to control the propagation of LLDPDUs. By default, the MAC " "address %s is used and limits the propagation of the LLDPDU to the nearest " @@ -38,11 +42,19 @@ msgstr "" "używany jest adres MAC %s, który ogranicza propagację LLDPDU do najbliższego " "mostu." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:582 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:291 +msgid "Altitude" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:835 msgid "Basic Settings" msgstr "Ustawienia podstawowe" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:464 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:358 +msgid "Building" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:717 msgid "" "By default, LLDP packets are sent when there is a peer speaking LLDP " "detected or when there is no peer at all." @@ -50,15 +62,15 @@ msgstr "" "Domyślnie pakiety LLDP są wysyłane, gdy zostanie wykryty LLDP mówiący " "równorzędnie lub gdy w ogóle nie ma żadnego równorzędnego partnera." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:475 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:728 msgid "CDP" msgstr "CDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:485 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:738 msgid "CDP version" msgstr "Wersja CDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:487 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:740 msgid "CDPv1 and CDPv2" msgstr "CDPv1 i CDPv2" @@ -70,17 +82,37 @@ msgstr "Nie może mieć zarówno interfejsu %s, jak i jego wykluczenia %s" msgid "Capabilities" msgstr "Możliwości" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:338 +msgid "City" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:206 +msgid "Civic address" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:46 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:65 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:681 msgid "Collecting data..." msgstr "Trwa zbieranie danych..." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:335 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:588 msgid "Communication Device Endpoints (Class III)" msgstr "Punkty końcowe urządzeń komunikacyjnych (klasa III)" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:186 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:205 +msgid "Coordinate based" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:321 +msgid "Country" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:307 +msgid "Datum" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:439 msgid "" "Defaults to the first IPv4 and IPv6. If an exact IP address is provided, it " "is used as a management address without any check. To blacklist IPv6 " @@ -98,7 +130,7 @@ msgstr "Usuń licznik" msgid "Description" msgstr "Opis" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:230 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:483 msgid "" "Determines the transmitted packet TTL (== this value * transmit delay). The " "default value is 4 ∴ the default TTL is 120 seconds." @@ -107,11 +139,11 @@ msgstr "" "iloczynem tej wartości i opóźnienia transmisji. Wartość domyślna to 4. " "Odpowiednio domyślna wartość TTL wynosi 120 sekund." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:385 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:638 msgid "Disable LLDP-MED inventory TLV transmission" msgstr "Wyłącz transmisję TLV inwentarza LLDP-MED" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:394 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:647 msgid "Disable advertising of kernel release, version and machine" msgstr "Wyłącz ogłaszanie wydania jądra, wersji i maszyny" @@ -131,27 +163,39 @@ msgstr "Wykryta podstawa" msgid "Discovered port" msgstr "Odkryty port" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:535 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:788 msgid "EDP" msgstr "EDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:477 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:207 +msgid "ELIN" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:389 +msgid "ELIN Address" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:364 +msgid "Empire State Bldg" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:730 msgid "Enable CDP" msgstr "Włącz CDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:537 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:790 msgid "Enable EDP" msgstr "Włącz EDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:517 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:770 msgid "Enable FDP" msgstr "Włącz FDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:455 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:708 msgid "Enable LLDP" msgstr "Włącz LLDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:563 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:816 msgid "Enable SONMP" msgstr "Włącz SONMP" @@ -159,7 +203,7 @@ msgstr "Włącz SONMP" msgid "Enable service" msgstr "Włącz usługę" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:478 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:731 msgid "" "Enable the support of CDP protocol to deal with Cisco routers that do not " "speak LLDP" @@ -167,7 +211,7 @@ msgstr "" "Włącz obsługę protokołu CDP, aby współpracować z routerami Cisco, które nie " "obsługują protokołu LLDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:538 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:791 msgid "" "Enable the support of EDP protocol to deal with Extreme routers and switches " "that do not speak LLDP." @@ -175,7 +219,7 @@ msgstr "" "Włącz obsługę protokołu EDP, aby obsługiwać routery i przełączniki Extreme, " "które nie obsługują protokołu LLDP." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:518 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:771 msgid "" "Enable the support of FDP protocol to deal with Foundry routers that do not " "speak LLDP" @@ -183,7 +227,7 @@ msgstr "" "Włącz obsługę protokołu FDP, aby obsługiwać routery Foundry, które nie " "obsługują protokołu LLDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:564 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:817 msgid "" "Enable the support of SONMP protocol to deal with Nortel routers and " "switches that do not speak LLDP." @@ -191,7 +235,7 @@ msgstr "" "Włącz obsługę protokołu SONMP, aby obsługiwać routery i przełączniki Nortel, " "które nie obsługują protokołu LLDP." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:462 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:715 msgid "" "Even when there is no LLDP peer detected but there is a peer speaking " "another protocol detected." @@ -199,7 +243,7 @@ msgstr "" "Nawet jeśli nie wykryto żadnego partnera LLDP, ale wykryto partnera " "mówiącego innym protokołem." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:515 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:768 msgid "FDP" msgstr "FDP" @@ -207,22 +251,26 @@ msgstr "FDP" msgid "Filter" msgstr "Filtr" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:410 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:663 msgid "Force port ID subtype" msgstr "Wymuś podtyp identyfikatora portu" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:501 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:754 msgid "Force sending CDPv2 packets" msgstr "Wymuś wysyłanie pakietów CDPv2" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:461 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:714 msgid "Force sending LLDP packets" msgstr "Wymuś wysyłanie pakietów LLDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:333 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:586 msgid "Generic Endpoint (Class I)" msgstr "Ogólny punkt końcowy (klasa I)" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:344 +msgid "Gotham" +msgstr "" + #: applications/luci-app-lldpd/root/usr/share/rpcd/acl.d/luci-app-lldpd.json:18 msgid "Grant access for LLDP configuration" msgstr "Udziel dostępu do konfiguracji LLDP" @@ -231,9 +279,9 @@ msgstr "Udziel dostępu do konfiguracji LLDP" msgid "Grant access for LLDP status information" msgstr "Udziel dostępu do informacji o statusie LLDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:130 -msgid "Host location" -msgstr "Lokalizacja hosta" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:203 +msgid "Host location type" +msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:276 msgid "ID" @@ -255,7 +303,7 @@ msgstr "Przychodzące" msgid "Insert count" msgstr "Wstaw liczbę" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:414 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:667 msgid "Interface MAC address" msgstr "Adres MAC interfejsu" @@ -263,12 +311,12 @@ msgstr "Adres MAC interfejsu" msgid "Interface Statistics" msgstr "Statystyki interfejsu" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:415 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:668 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:112 msgid "Interface name" msgstr "Nazwa interfejsu" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:395 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:648 msgid "" "Kernel name (ie: Linux) will still be shared, and Inventory software version " "will be set to %s." @@ -276,7 +324,7 @@ msgstr "" "Nazwa jądra (np. Linux) będzie nadal udostępniana, a wersja oprogramowania " "Inventory zostanie ustawiona na %s." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:453 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:706 #: applications/luci-app-lldpd/root/usr/share/luci/menu.d/luci-app-lldpd.json:3 msgid "LLDP" msgstr "LLDP" @@ -285,35 +333,35 @@ msgstr "LLDP" msgid "LLDP Status" msgstr "Status LLDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:331 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:584 msgid "LLDP-MED device class" msgstr "Klasa urządzenia LLDP-MED" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:373 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:626 msgid "LLDP-MED fast-start" msgstr "Szybki start LLDP-MED" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:377 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:630 msgid "LLDP-MED fast-start tx-interval" msgstr "Interwał TX szybkiego startu LLDP-MED" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:342 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:595 msgid "LLDP-MED policy" msgstr "Zasady LLDP-MED" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:421 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:674 msgid "LLDPDU destination MAC" msgstr "Docelowy adres MAC LLDPDU" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:598 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:851 msgid "LLDPd Settings" msgstr "Ustawienia LLDPd" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:599 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:852 msgid "LLDPd is an implementation of IEEE 802.1ab" msgstr "LLDPd jest implementacją standardu IEEE 802.1ab" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:386 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:639 msgid "" "LLDPd will still receive (and publish using SNMP if enabled) those LLDP-MED " "TLV but will not send them. Use this option if you do not want to transmit " @@ -324,10 +372,14 @@ msgstr "" "tej opcji, jeśli nie chcesz przesyłać poufnych informacji, takich jak numery " "seryjne." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:251 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:504 msgid "LLDPd won't send any frames; only listen to neighbors." msgstr "LLDPd nie wyśle żadnych ramek; nasłuchuj tylko sąsiadów." +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:257 +msgid "Latitude" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:676 msgid "Local Chassis" msgstr "Podstawa lokalna" @@ -341,6 +393,10 @@ msgstr "Identyfikator lokalny" msgid "Local interface" msgstr "Interfejs lokalny" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:273 +msgid "Longitude" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:110 msgid "MAC address" msgstr "Adres MAC" @@ -349,27 +405,31 @@ msgstr "Adres MAC" msgid "MFS" msgstr "MFS" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:354 +msgid "Main Street" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:295 msgid "Management IP(s)" msgstr "Adres(y) IP zarządzania" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:334 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:587 msgid "Media Endpoint (Class II)" msgstr "Medialny punkt końcowy (klasa II)" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:223 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:476 msgid "Must be a greater than zero number optionally suffixed with \"ms\"" msgstr "Musi być liczbą większą od zera, opcjonalnie z przyrostkiem „ms”" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:242 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:495 msgid "Must be a number" msgstr "Musi być liczbą" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:139 -msgid "Must start: 'coordinate ...', 'address ...' or 'elin ...'" -msgstr "Trzeba rozpocząć: 'coordinate ...', 'address ...' lub 'elin ...'" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:246 +msgid "Must contain: 'coordinate ...', 'address ...' or 'elin ...'" +msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:367 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:620 msgid "Must start: application ..." msgstr "Trzeba rozpocząć: application ..." @@ -379,19 +439,19 @@ msgstr "Trzeba rozpocząć: application ..." msgid "Name" msgstr "Nazwa" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:336 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:589 msgid "Network Connectivity Device (Class IV)" msgstr "Urządzenie do łączności sieciowej (klasa IV)" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:273 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:526 msgid "Network IO" msgstr "Sieciowe wejście-wyjście" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:289 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:542 msgid "Network IO for chassis ID" msgstr "Sieciowe wejście-wyjście dla identyfikatora podstawy" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:585 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:838 msgid "Network Interfaces" msgstr "Interfejsy sieciowe" @@ -401,11 +461,15 @@ msgstr "Interfejsy sieciowe" msgid "No data to display" msgstr "Brak danych do wyświetlenia" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:601 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:368 +msgid "Number" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:854 msgid "On this page you may configure LLDPd parameters." msgstr "Na tej stronie możesz skonfigurować parametry LLDPd." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:488 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:741 msgid "Only CDPv2" msgstr "Tylko CDPv2" @@ -415,12 +479,12 @@ msgstr "Wychodzące" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:117 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:124 -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:148 -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:160 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:401 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:413 msgid "Override %s." msgstr "Zastąp %s." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:131 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:204 msgid "Override the announced location of the host." msgstr "Zastąp ogłoszoną lokalizację hosta." @@ -436,16 +500,28 @@ msgstr "Typ identyfikatora portu" msgid "Port description" msgstr "Opis portu" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:378 +msgid "Post-code" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:40 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:53 msgid "Protocol" msgstr "Protokół" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:591 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:844 msgid "Protocols Support" msgstr "Obsługa protokołów" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:250 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:226 +msgid "Raw config string sent to lldpd, starting: [coordinate|address|elin]" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:225 +msgid "Raw location config" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:503 msgid "Receive-only mode" msgstr "Tryb tylko do odbioru" @@ -465,7 +541,11 @@ msgstr "Tylko Rx" msgid "Rx unrecognized" msgstr "Nierozpoznany Rx" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:561 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:573 +msgid "SNMP agentX socket path" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:814 msgid "SONMP (NTDP, NDP, BNMP, BDP)" msgstr "SONMP (NTDP, NDP, BNMP, BDP)" @@ -473,19 +553,19 @@ msgstr "SONMP (NTDP, NDP, BNMP, BDP)" msgid "See syntax <a %s>here</a>." msgstr "Zobacz składnię <a %s>tutaj</a>." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:494 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:747 msgid "Send CDP packets even if no CDP peer detected" msgstr "Wysyłaj pakiety CDP, nawet jeśli nie wykryto żadnego partnera CDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:545 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:798 msgid "Send EDP packets even if no EDP peer detected" msgstr "Wysyłaj pakiety EDP, nawet jeśli nie wykryto żadnego partnera EDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:525 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:778 msgid "Send FDP packets even if no FDP peer detected" msgstr "Wysyłaj pakiety FDP, nawet jeśli nie wykryto żadnego partnera FDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:571 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:824 msgid "Send SONMP packets even if no SONMP peer detected" msgstr "Wysyłaj pakiety SONMP, nawet jeśli nie wykryto żadnego partnera SONMP" @@ -493,11 +573,11 @@ msgstr "Wysyłaj pakiety SONMP, nawet jeśli nie wykryto żadnego partnera SONMP msgid "Settings" msgstr "Ustawienia" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:402 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:655 msgid "Specify the behaviour when detecting multiple neighbors" msgstr "Określ zachowanie w przypadku wykrycia wielu sąsiadów" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:274 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:527 msgid "" "Specify which interface (not) to listen upon and send LLDPDU from. Absent " "any value, LLDPd uses all available physical interfaces." @@ -506,7 +586,7 @@ msgstr "" "W przypadku braku jakiejkolwiek wartości LLDPd wykorzystuje wszystkie " "dostępne interfejsy fizyczne." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:290 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:543 msgid "" "Specify which interfaces (not) to use for computing chassis ID. Absent any " "value, all interfaces are considered. LLDPd takes the first MAC address from " @@ -521,15 +601,19 @@ msgstr "" msgid "Status" msgstr "Status" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:215 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:348 +msgid "Street" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:468 msgid "Suffix %s for millisecond values." msgstr "Przyrostek %s dla wartości milisekundowych." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:159 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:412 msgid "System capabilities" msgstr "Możliwości systemu" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:153 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:406 msgid "System capability advertisements" msgstr "Ogłaszanie możliwości systemu" @@ -541,15 +625,15 @@ msgstr "Opis systemu" msgid "System hostname" msgstr "Nazwa hosta systemu" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:185 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:438 msgid "System management IO" msgstr "Wejście-wyjście zarządzania systemem" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:178 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:431 msgid "System management IO advertisements" msgstr "Ogłaszanie wejścia-wyjścia zarządzania systemem" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:147 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:400 msgid "System platform description" msgstr "Opis platformy systemowej" @@ -558,19 +642,19 @@ msgstr "Opis platformy systemowej" msgid "TTL" msgstr "TTL" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:149 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:402 msgid "The default description is the kernel name (Linux)." msgstr "Domyślnym opisem jest nazwa jądra (Linux)." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:403 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:656 msgid "The default filter is 15. Refer to "FILTERING NEIGHBORS"." msgstr "Domyślny filtr to 15. Patrz "FILTROWANIE SĄSIADÓW"." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:161 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:414 msgid "The default is derived from kernel information." msgstr "Wartość domyślna pochodzi z informacji o jądrze." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:212 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:465 msgid "" "The delay between transmissions of LLDP PDU. The default value is 30 seconds." msgstr "" @@ -584,18 +668,22 @@ msgstr "" "Na tej stronie możesz zobaczyć wykrytych sąsiadów LLDP, statystyki " "interfejsów lokalnych i informacje o lokalnych podstawach." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:211 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:464 msgid "Transmit delay" msgstr "Opóźnienie transmisji" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:229 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:482 msgid "Transmit hold value" msgstr "Wartość wstrzymania transmisji" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:244 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:497 msgid "Transmit hold value must be greater than 0" msgstr "Wartość wstrzymania transmisji musi być większa niż 0" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:327 +msgid "Two character CC required" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:55 msgid "Tx" msgstr "Tx" @@ -613,7 +701,13 @@ msgstr "Tylko Tx" msgid "Unknown" msgstr "Nieznany" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:411 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:574 +msgid "" +"When set, LLDPd enables an SNMP subagent using AgentX protocol. This enables " +"information about other systems through SNMP." +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:664 msgid "" "With this option, you can force the port identifier to be the interface name " "or the MAC address." @@ -642,3 +736,21 @@ msgstr "zachowaj tylko jednego sąsiada" #: applications/luci-app-lldpd/htdocs/luci-static/resources/lldpd.js:47 msgid "keep only one protocol" msgstr "zachowaj tylko jeden protokół" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:296 +msgid "valid syntax: %f .. %f [mf]" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:278 +msgid "valid syntax: 0 .. 180.000[E|W]" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:262 +msgid "valid syntax: 0 .. 90.000[N|S]" +msgstr "" + +#~ msgid "Host location" +#~ msgstr "Lokalizacja hosta" + +#~ msgid "Must start: 'coordinate ...', 'address ...' or 'elin ...'" +#~ msgstr "Trzeba rozpocząć: 'coordinate ...', 'address ...' lub 'elin ...'" diff --git a/applications/luci-app-lldpd/po/ru/lldpd.po b/applications/luci-app-lldpd/po/ru/lldpd.po index 8fe4eb39e0..d1bf262cdf 100644 --- a/applications/luci-app-lldpd/po/ru/lldpd.po +++ b/applications/luci-app-lldpd/po/ru/lldpd.po @@ -14,11 +14,15 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.5-dev\n" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:374 +msgid "1A" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:54 msgid "Administrative Status" msgstr "Административное состояние" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:588 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:841 msgid "Advanced Settings" msgstr "Дополнительные настройки" @@ -31,7 +35,7 @@ msgstr "Возраст" msgid "Ageout count" msgstr "Устарело" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:422 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:675 msgid "" "Allows an agent to control the propagation of LLDPDUs. By default, the MAC " "address %s is used and limits the propagation of the LLDPDU to the nearest " @@ -41,11 +45,19 @@ msgstr "" "умолчанию используется MAC-адрес %s и ограничивает распространение LLDPDU до " "ближайшего моста." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:582 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:291 +msgid "Altitude" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:835 msgid "Basic Settings" msgstr "Основные настройки" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:464 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:358 +msgid "Building" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:717 msgid "" "By default, LLDP packets are sent when there is a peer speaking LLDP " "detected or when there is no peer at all." @@ -53,15 +65,15 @@ msgstr "" "По умолчанию пакеты LLDP отправляются, когда обнаружен сосед с поддержкой " "LLDP или когда вообще нет обнаруженных соседей." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:475 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:728 msgid "CDP" msgstr "CDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:485 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:738 msgid "CDP version" msgstr "Версия протокола CDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:487 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:740 msgid "CDPv1 and CDPv2" msgstr "CDPv1 и CDPv2" @@ -73,17 +85,37 @@ msgstr "Оба и интерфейс %s и его исключение %s нел msgid "Capabilities" msgstr "Возможности" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:338 +msgid "City" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:206 +msgid "Civic address" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:46 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:65 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:681 msgid "Collecting data..." msgstr "Сбор данных..." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:335 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:588 msgid "Communication Device Endpoints (Class III)" msgstr "Communication Device Endpoints (класс III)" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:186 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:205 +msgid "Coordinate based" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:321 +msgid "Country" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:307 +msgid "Datum" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:439 msgid "" "Defaults to the first IPv4 and IPv6. If an exact IP address is provided, it " "is used as a management address without any check. To blacklist IPv6 " @@ -102,7 +134,7 @@ msgstr "Удалено" msgid "Description" msgstr "Описание" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:230 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:483 msgid "" "Determines the transmitted packet TTL (== this value * transmit delay). The " "default value is 4 ∴ the default TTL is 120 seconds." @@ -112,11 +144,11 @@ msgstr "" "умолчанию равно 4. Соответственно, значение TTL по умолчанию составляет 120 " "секунд." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:385 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:638 msgid "Disable LLDP-MED inventory TLV transmission" msgstr "Отключить отправку инвентарной информации LLDP-MED TLV" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:394 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:647 msgid "Disable advertising of kernel release, version and machine" msgstr "Отключите рекламу выпуска, версии ядра и машины" @@ -136,27 +168,39 @@ msgstr "Обнаруженное шасси" msgid "Discovered port" msgstr "Обнаруженный порт" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:535 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:788 msgid "EDP" msgstr "EDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:477 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:207 +msgid "ELIN" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:389 +msgid "ELIN Address" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:364 +msgid "Empire State Bldg" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:730 msgid "Enable CDP" msgstr "Включить CDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:537 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:790 msgid "Enable EDP" msgstr "Включить EDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:517 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:770 msgid "Enable FDP" msgstr "Включить FDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:455 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:708 msgid "Enable LLDP" msgstr "Включить LLDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:563 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:816 msgid "Enable SONMP" msgstr "Включить SONMP" @@ -164,7 +208,7 @@ msgstr "Включить SONMP" msgid "Enable service" msgstr "Включить службу" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:478 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:731 msgid "" "Enable the support of CDP protocol to deal with Cisco routers that do not " "speak LLDP" @@ -172,7 +216,7 @@ msgstr "" "Включить поддержку протокола CDP для работы с маршрутизаторами Cisco, " "которые не имеют поддержки LLDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:538 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:791 msgid "" "Enable the support of EDP protocol to deal with Extreme routers and switches " "that do not speak LLDP." @@ -180,7 +224,7 @@ msgstr "" "Включить поддержку протокола EDP для работы с маршрутизаторами и " "коммутаторам Extreme, которые не имеют поддержки LLDP." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:518 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:771 msgid "" "Enable the support of FDP protocol to deal with Foundry routers that do not " "speak LLDP" @@ -188,7 +232,7 @@ msgstr "" "Включить поддержку протокола FDP для работы с маршрутизаторами Foundry, " "которые не имеют поддержки LLDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:564 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:817 msgid "" "Enable the support of SONMP protocol to deal with Nortel routers and " "switches that do not speak LLDP." @@ -196,7 +240,7 @@ msgstr "" "Включить поддержку протокола SONMP для работы с маршрутизаторами и " "коммутаторами Nortel, которые не имеют поддержки LLDP." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:462 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:715 msgid "" "Even when there is no LLDP peer detected but there is a peer speaking " "another protocol detected." @@ -204,7 +248,7 @@ msgstr "" "Даже если соседей с поддержкой LLDP не обнаружено, но есть соседи, с " "поддержкой другого протокола." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:515 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:768 msgid "FDP" msgstr "FDP" @@ -212,22 +256,26 @@ msgstr "FDP" msgid "Filter" msgstr "Фильтр" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:410 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:663 msgid "Force port ID subtype" msgstr "Использовать в качестве ID порта" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:501 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:754 msgid "Force sending CDPv2 packets" msgstr "Форсировать отправку CDPv2 пакетов" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:461 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:714 msgid "Force sending LLDP packets" msgstr "Форсировать отправку LLDP пакетов" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:333 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:586 msgid "Generic Endpoint (Class I)" msgstr "Generic Endpoint (класс I)" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:344 +msgid "Gotham" +msgstr "" + #: applications/luci-app-lldpd/root/usr/share/rpcd/acl.d/luci-app-lldpd.json:18 msgid "Grant access for LLDP configuration" msgstr "Предоставить доступ к конфигурации LLDP" @@ -236,9 +284,9 @@ msgstr "Предоставить доступ к конфигурации LLDP" msgid "Grant access for LLDP status information" msgstr "Предоставить доступ к информации о состоянии LLDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:130 -msgid "Host location" -msgstr "Местоположение хоста" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:203 +msgid "Host location type" +msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:276 msgid "ID" @@ -260,7 +308,7 @@ msgstr "Входящие" msgid "Insert count" msgstr "Обнаружено" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:414 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:667 msgid "Interface MAC address" msgstr "MAC-адрес интерфейса" @@ -268,12 +316,12 @@ msgstr "MAC-адрес интерфейса" msgid "Interface Statistics" msgstr "Статистика интерфейсов" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:415 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:668 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:112 msgid "Interface name" msgstr "Имя интерфейса" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:395 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:648 msgid "" "Kernel name (ie: Linux) will still be shared, and Inventory software version " "will be set to %s." @@ -281,7 +329,7 @@ msgstr "" "имя ядра (например, Linux) будет по-прежнему общим, а версия программного " "обеспечения Inventory будет установлена на %s." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:453 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:706 #: applications/luci-app-lldpd/root/usr/share/luci/menu.d/luci-app-lldpd.json:3 msgid "LLDP" msgstr "LLDP" @@ -290,35 +338,35 @@ msgstr "LLDP" msgid "LLDP Status" msgstr "Состояние LLDP" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:331 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:584 msgid "LLDP-MED device class" msgstr "Класс устройства LLDP-MED" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:373 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:626 msgid "LLDP-MED fast-start" msgstr "Быстрый запуск LLDP-MED" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:377 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:630 msgid "LLDP-MED fast-start tx-interval" msgstr "Быстрый старт LLDP-MED tx-interval" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:342 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:595 msgid "LLDP-MED policy" msgstr "Политика LLDP-MED" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:421 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:674 msgid "LLDPDU destination MAC" msgstr "MAC-адрес назначения, используемый для отправки LLDPDU." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:598 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:851 msgid "LLDPd Settings" msgstr "Настройки LLDPd" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:599 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:852 msgid "LLDPd is an implementation of IEEE 802.1ab" msgstr "LLDPd это программная реализация стандарта IEEE 802.1ab" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:386 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:639 msgid "" "LLDPd will still receive (and publish using SNMP if enabled) those LLDP-MED " "TLV but will not send them. Use this option if you do not want to transmit " @@ -329,12 +377,16 @@ msgstr "" "опцию, если вы не хотите передавать важную информацию, такую как серийные " "номера." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:251 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:504 msgid "LLDPd won't send any frames; only listen to neighbors." msgstr "" "С этой опцией LLDPd не будет отправлять какие-либо пакеты. LLDPd будет " "только прослушивать сеть для обнаружения соседей." +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:257 +msgid "Latitude" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:676 msgid "Local Chassis" msgstr "Локальное шасси" @@ -348,6 +400,10 @@ msgstr "Локально заданный ID" msgid "Local interface" msgstr "Локальный интерфейс" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:273 +msgid "Longitude" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:110 msgid "MAC address" msgstr "MAC-адрес" @@ -356,27 +412,31 @@ msgstr "MAC-адрес" msgid "MFS" msgstr "MFS" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:354 +msgid "Main Street" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:295 msgid "Management IP(s)" msgstr "IP-адреса" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:334 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:587 msgid "Media Endpoint (Class II)" msgstr "Media Endpoint (класс II)" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:223 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:476 msgid "Must be a greater than zero number optionally suffixed with \"ms\"" msgstr "Должно быть числом, большим нуля, с дополнительным суффиксом \"ms\"" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:242 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:495 msgid "Must be a number" msgstr "Должно быть числом" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:139 -msgid "Must start: 'coordinate ...', 'address ...' or 'elin ...'" -msgstr "Должен начинаться: 'coordinate ...', 'address ...' или 'elin ...'" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:246 +msgid "Must contain: 'coordinate ...', 'address ...' or 'elin ...'" +msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:367 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:620 msgid "Must start: application ..." msgstr "Должно начинаться с: application ..." @@ -386,19 +446,19 @@ msgstr "Должно начинаться с: application ..." msgid "Name" msgstr "Имя" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:336 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:589 msgid "Network Connectivity Device (Class IV)" msgstr "Network Connectivity Device (класс IV)" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:273 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:526 msgid "Network IO" msgstr "Сетевые интерфейсы" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:289 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:542 msgid "Network IO for chassis ID" msgstr "Сетевые интерфейсы, используемые для вычисления ID шасси (chassis ID)" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:585 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:838 msgid "Network Interfaces" msgstr "Сетевые интерфейсы" @@ -408,11 +468,15 @@ msgstr "Сетевые интерфейсы" msgid "No data to display" msgstr "Нет данных для отображения" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:601 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:368 +msgid "Number" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:854 msgid "On this page you may configure LLDPd parameters." msgstr "На данной странице можно настроить параметры LLDPd." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:488 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:741 msgid "Only CDPv2" msgstr "Только CDPv2" @@ -422,12 +486,12 @@ msgstr "Исходящие" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:117 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:124 -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:148 -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:160 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:401 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:413 msgid "Override %s." msgstr "Переопределить %s." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:131 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:204 msgid "Override the announced location of the host." msgstr "Переопределите объявленное местоположение хоста." @@ -443,16 +507,28 @@ msgstr "Тип ID порта" msgid "Port description" msgstr "Описание порта" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:378 +msgid "Post-code" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:40 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:53 msgid "Protocol" msgstr "Протокол" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:591 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:844 msgid "Protocols Support" msgstr "Поддержка протоколов" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:250 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:226 +msgid "Raw config string sent to lldpd, starting: [coordinate|address|elin]" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:225 +msgid "Raw location config" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:503 msgid "Receive-only mode" msgstr "Режим «только приём»" @@ -472,7 +548,11 @@ msgstr "Только Rx" msgid "Rx unrecognized" msgstr "Rx (не распознано)" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:561 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:573 +msgid "SNMP agentX socket path" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:814 msgid "SONMP (NTDP, NDP, BNMP, BDP)" msgstr "SONMP (NTDP, NDP, BNMP, BDP)" @@ -480,19 +560,19 @@ msgstr "SONMP (NTDP, NDP, BNMP, BDP)" msgid "See syntax <a %s>here</a>." msgstr "Смотрите синтаксис <a %s>здесь</a>." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:494 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:747 msgid "Send CDP packets even if no CDP peer detected" msgstr "Отправлять CDP пакеты даже если не обнаружено соседей с CDP протоколом" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:545 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:798 msgid "Send EDP packets even if no EDP peer detected" msgstr "Отправлять EDP пакеты даже если не обнаружено соседей с EDP протоколом" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:525 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:778 msgid "Send FDP packets even if no FDP peer detected" msgstr "Отправлять FDP пакеты даже если не обнаружено соседей с FDP протоколом" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:571 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:824 msgid "Send SONMP packets even if no SONMP peer detected" msgstr "" "Отправлять SONMP пакеты даже если не обнаружено соседей с SONMP протоколом" @@ -501,11 +581,11 @@ msgstr "" msgid "Settings" msgstr "Настройки" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:402 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:655 msgid "Specify the behaviour when detecting multiple neighbors" msgstr "Поведение при обнаружении нескольких соседей" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:274 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:527 msgid "" "Specify which interface (not) to listen upon and send LLDPDU from. Absent " "any value, LLDPd uses all available physical interfaces." @@ -514,7 +594,7 @@ msgstr "" "интерфейсы не указаны, LLDPd будет использовать все доступные физические " "интерфейсы." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:290 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:543 msgid "" "Specify which interfaces (not) to use for computing chassis ID. Absent any " "value, all interfaces are considered. LLDPd takes the first MAC address from " @@ -529,15 +609,19 @@ msgstr "" msgid "Status" msgstr "Состояние" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:215 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:348 +msgid "Street" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:468 msgid "Suffix %s for millisecond values." msgstr "Прибавляй суффикс %s для значений миллисекунд." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:159 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:412 msgid "System capabilities" msgstr "Системные возможности" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:153 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:406 msgid "System capability advertisements" msgstr "Объявления системных возможност" @@ -549,15 +633,15 @@ msgstr "Описание системы" msgid "System hostname" msgstr "Имя системы" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:185 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:438 msgid "System management IO" msgstr "Адреса управления данной системы" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:178 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:431 msgid "System management IO advertisements" msgstr "Объявления адресов управления данной системы" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:147 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:400 msgid "System platform description" msgstr "Описание платформы" @@ -566,21 +650,21 @@ msgstr "Описание платформы" msgid "TTL" msgstr "TTL" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:149 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:402 msgid "The default description is the kernel name (Linux)." msgstr "По умолчанию используется имя используемого ядра (Linux)." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:403 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:656 msgid "The default filter is 15. Refer to "FILTERING NEIGHBORS"." msgstr "" "По умолчанию используется фильтр 15. Более подробную информацию о данной " "опции можно посмотреть в разделе «FILTERING NEIGHBORS»." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:161 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:414 msgid "The default is derived from kernel information." msgstr "Значение по умолчанию получено из информации о ядре." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:212 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:465 msgid "" "The delay between transmissions of LLDP PDU. The default value is 30 seconds." msgstr "" @@ -595,18 +679,22 @@ msgstr "" "На данной странице вы можете посмотреть таблицу обнаруженных соседей LLDP, " "статистику локальных интерфейсов и информацию о локальном шасси." -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:211 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:464 msgid "Transmit delay" msgstr "Задержка отправки" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:229 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:482 msgid "Transmit hold value" msgstr "Значение «transmit hold»" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:244 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:497 msgid "Transmit hold value must be greater than 0" msgstr "Значение «transmit hold» должно быть больше 0" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:327 +msgid "Two character CC required" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:55 msgid "Tx" msgstr "Tx" @@ -624,7 +712,13 @@ msgstr "Только Tx" msgid "Unknown" msgstr "Неизвестно" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:411 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:574 +msgid "" +"When set, LLDPd enables an SNMP subagent using AgentX protocol. This enables " +"information about other systems through SNMP." +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:664 msgid "" "With this option, you can force the port identifier to be the interface name " "or the MAC address." @@ -653,3 +747,21 @@ msgstr "хранить только одного соседа" #: applications/luci-app-lldpd/htdocs/luci-static/resources/lldpd.js:47 msgid "keep only one protocol" msgstr "хранить только один протокол" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:296 +msgid "valid syntax: %f .. %f [mf]" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:278 +msgid "valid syntax: 0 .. 180.000[E|W]" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:262 +msgid "valid syntax: 0 .. 90.000[N|S]" +msgstr "" + +#~ msgid "Host location" +#~ msgstr "Местоположение хоста" + +#~ msgid "Must start: 'coordinate ...', 'address ...' or 'elin ...'" +#~ msgstr "Должен начинаться: 'coordinate ...', 'address ...' или 'elin ...'" diff --git a/applications/luci-app-lldpd/po/templates/lldpd.pot b/applications/luci-app-lldpd/po/templates/lldpd.pot index 023b076312..8773ea28d2 100644 --- a/applications/luci-app-lldpd/po/templates/lldpd.pot +++ b/applications/luci-app-lldpd/po/templates/lldpd.pot @@ -1,11 +1,15 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:374 +msgid "1A" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:54 msgid "Administrative Status" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:588 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:841 msgid "Advanced Settings" msgstr "" @@ -18,32 +22,40 @@ msgstr "" msgid "Ageout count" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:422 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:675 msgid "" "Allows an agent to control the propagation of LLDPDUs. By default, the MAC " "address %s is used and limits the propagation of the LLDPDU to the nearest " "bridge." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:582 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:291 +msgid "Altitude" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:835 msgid "Basic Settings" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:464 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:358 +msgid "Building" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:717 msgid "" "By default, LLDP packets are sent when there is a peer speaking LLDP " "detected or when there is no peer at all." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:475 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:728 msgid "CDP" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:485 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:738 msgid "CDP version" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:487 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:740 msgid "CDPv1 and CDPv2" msgstr "" @@ -55,17 +67,37 @@ msgstr "" msgid "Capabilities" msgstr "" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:338 +msgid "City" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:206 +msgid "Civic address" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:46 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:65 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:681 msgid "Collecting data..." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:335 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:588 msgid "Communication Device Endpoints (Class III)" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:186 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:205 +msgid "Coordinate based" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:321 +msgid "Country" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:307 +msgid "Datum" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:439 msgid "" "Defaults to the first IPv4 and IPv6. If an exact IP address is provided, it " "is used as a management address without any check. To blacklist IPv6 " @@ -80,17 +112,17 @@ msgstr "" msgid "Description" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:230 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:483 msgid "" "Determines the transmitted packet TTL (== this value * transmit delay). The " "default value is 4 ∴ the default TTL is 120 seconds." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:385 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:638 msgid "Disable LLDP-MED inventory TLV transmission" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:394 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:647 msgid "Disable advertising of kernel release, version and machine" msgstr "" @@ -110,27 +142,39 @@ msgstr "" msgid "Discovered port" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:535 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:788 msgid "EDP" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:477 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:207 +msgid "ELIN" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:389 +msgid "ELIN Address" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:364 +msgid "Empire State Bldg" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:730 msgid "Enable CDP" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:537 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:790 msgid "Enable EDP" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:517 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:770 msgid "Enable FDP" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:455 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:708 msgid "Enable LLDP" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:563 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:816 msgid "Enable SONMP" msgstr "" @@ -138,37 +182,37 @@ msgstr "" msgid "Enable service" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:478 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:731 msgid "" "Enable the support of CDP protocol to deal with Cisco routers that do not " "speak LLDP" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:538 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:791 msgid "" "Enable the support of EDP protocol to deal with Extreme routers and switches " "that do not speak LLDP." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:518 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:771 msgid "" "Enable the support of FDP protocol to deal with Foundry routers that do not " "speak LLDP" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:564 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:817 msgid "" "Enable the support of SONMP protocol to deal with Nortel routers and " "switches that do not speak LLDP." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:462 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:715 msgid "" "Even when there is no LLDP peer detected but there is a peer speaking " "another protocol detected." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:515 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:768 msgid "FDP" msgstr "" @@ -176,22 +220,26 @@ msgstr "" msgid "Filter" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:410 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:663 msgid "Force port ID subtype" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:501 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:754 msgid "Force sending CDPv2 packets" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:461 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:714 msgid "Force sending LLDP packets" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:333 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:586 msgid "Generic Endpoint (Class I)" msgstr "" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:344 +msgid "Gotham" +msgstr "" + #: applications/luci-app-lldpd/root/usr/share/rpcd/acl.d/luci-app-lldpd.json:18 msgid "Grant access for LLDP configuration" msgstr "" @@ -200,8 +248,8 @@ msgstr "" msgid "Grant access for LLDP status information" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:130 -msgid "Host location" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:203 +msgid "Host location type" msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:276 @@ -224,7 +272,7 @@ msgstr "" msgid "Insert count" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:414 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:667 msgid "Interface MAC address" msgstr "" @@ -232,18 +280,18 @@ msgstr "" msgid "Interface Statistics" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:415 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:668 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:112 msgid "Interface name" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:395 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:648 msgid "" "Kernel name (ie: Linux) will still be shared, and Inventory software version " "will be set to %s." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:453 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:706 #: applications/luci-app-lldpd/root/usr/share/luci/menu.d/luci-app-lldpd.json:3 msgid "LLDP" msgstr "" @@ -252,45 +300,49 @@ msgstr "" msgid "LLDP Status" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:331 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:584 msgid "LLDP-MED device class" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:373 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:626 msgid "LLDP-MED fast-start" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:377 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:630 msgid "LLDP-MED fast-start tx-interval" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:342 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:595 msgid "LLDP-MED policy" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:421 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:674 msgid "LLDPDU destination MAC" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:598 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:851 msgid "LLDPd Settings" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:599 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:852 msgid "LLDPd is an implementation of IEEE 802.1ab" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:386 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:639 msgid "" "LLDPd will still receive (and publish using SNMP if enabled) those LLDP-MED " "TLV but will not send them. Use this option if you do not want to transmit " "sensitive information like serial numbers." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:251 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:504 msgid "LLDPd won't send any frames; only listen to neighbors." msgstr "" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:257 +msgid "Latitude" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:676 msgid "Local Chassis" msgstr "" @@ -304,6 +356,10 @@ msgstr "" msgid "Local interface" msgstr "" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:273 +msgid "Longitude" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:110 msgid "MAC address" msgstr "" @@ -312,27 +368,31 @@ msgstr "" msgid "MFS" msgstr "" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:354 +msgid "Main Street" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:295 msgid "Management IP(s)" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:334 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:587 msgid "Media Endpoint (Class II)" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:223 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:476 msgid "Must be a greater than zero number optionally suffixed with \"ms\"" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:242 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:495 msgid "Must be a number" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:139 -msgid "Must start: 'coordinate ...', 'address ...' or 'elin ...'" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:246 +msgid "Must contain: 'coordinate ...', 'address ...' or 'elin ...'" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:367 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:620 msgid "Must start: application ..." msgstr "" @@ -342,19 +402,19 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:336 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:589 msgid "Network Connectivity Device (Class IV)" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:273 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:526 msgid "Network IO" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:289 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:542 msgid "Network IO for chassis ID" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:585 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:838 msgid "Network Interfaces" msgstr "" @@ -364,11 +424,15 @@ msgstr "" msgid "No data to display" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:601 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:368 +msgid "Number" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:854 msgid "On this page you may configure LLDPd parameters." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:488 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:741 msgid "Only CDPv2" msgstr "" @@ -378,12 +442,12 @@ msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:117 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:124 -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:148 -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:160 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:401 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:413 msgid "Override %s." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:131 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:204 msgid "Override the announced location of the host." msgstr "" @@ -399,16 +463,28 @@ msgstr "" msgid "Port description" msgstr "" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:378 +msgid "Post-code" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:40 #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:53 msgid "Protocol" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:591 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:844 msgid "Protocols Support" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:250 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:226 +msgid "Raw config string sent to lldpd, starting: [coordinate|address|elin]" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:225 +msgid "Raw location config" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:503 msgid "Receive-only mode" msgstr "" @@ -428,7 +504,11 @@ msgstr "" msgid "Rx unrecognized" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:561 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:573 +msgid "SNMP agentX socket path" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:814 msgid "SONMP (NTDP, NDP, BNMP, BDP)" msgstr "" @@ -436,19 +516,19 @@ msgstr "" msgid "See syntax <a %s>here</a>." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:494 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:747 msgid "Send CDP packets even if no CDP peer detected" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:545 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:798 msgid "Send EDP packets even if no EDP peer detected" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:525 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:778 msgid "Send FDP packets even if no FDP peer detected" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:571 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:824 msgid "Send SONMP packets even if no SONMP peer detected" msgstr "" @@ -456,17 +536,17 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:402 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:655 msgid "Specify the behaviour when detecting multiple neighbors" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:274 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:527 msgid "" "Specify which interface (not) to listen upon and send LLDPDU from. Absent " "any value, LLDPd uses all available physical interfaces." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:290 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:543 msgid "" "Specify which interfaces (not) to use for computing chassis ID. Absent any " "value, all interfaces are considered. LLDPd takes the first MAC address from " @@ -477,15 +557,19 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:215 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:348 +msgid "Street" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:468 msgid "Suffix %s for millisecond values." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:159 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:412 msgid "System capabilities" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:153 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:406 msgid "System capability advertisements" msgstr "" @@ -497,15 +581,15 @@ msgstr "" msgid "System hostname" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:185 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:438 msgid "System management IO" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:178 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:431 msgid "System management IO advertisements" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:147 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:400 msgid "System platform description" msgstr "" @@ -514,19 +598,19 @@ msgstr "" msgid "TTL" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:149 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:402 msgid "The default description is the kernel name (Linux)." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:403 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:656 msgid "The default filter is 15. Refer to "FILTERING NEIGHBORS"." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:161 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:414 msgid "The default is derived from kernel information." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:212 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:465 msgid "" "The delay between transmissions of LLDP PDU. The default value is 30 seconds." msgstr "" @@ -537,18 +621,22 @@ msgid "" "statistics and local chassis information." msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:211 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:464 msgid "Transmit delay" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:229 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:482 msgid "Transmit hold value" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:244 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:497 msgid "Transmit hold value must be greater than 0" msgstr "" +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:327 +msgid "Two character CC required" +msgstr "" + #: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/status.js:55 msgid "Tx" msgstr "" @@ -566,7 +654,13 @@ msgstr "" msgid "Unknown" msgstr "" -#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:411 +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:574 +msgid "" +"When set, LLDPd enables an SNMP subagent using AgentX protocol. This enables " +"information about other systems through SNMP." +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:664 msgid "" "With this option, you can force the port identifier to be the interface name " "or the MAC address." @@ -593,3 +687,15 @@ msgstr "" #: applications/luci-app-lldpd/htdocs/luci-static/resources/lldpd.js:47 msgid "keep only one protocol" msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:296 +msgid "valid syntax: %f .. %f [mf]" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:278 +msgid "valid syntax: 0 .. 180.000[E|W]" +msgstr "" + +#: applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js:262 +msgid "valid syntax: 0 .. 90.000[N|S]" +msgstr "" diff --git a/applications/luci-app-ltqtapi/po/de/ltqtapi.po b/applications/luci-app-ltqtapi/po/de/ltqtapi.po index 80e765360e..d8fe915010 100644 --- a/applications/luci-app-ltqtapi/po/de/ltqtapi.po +++ b/applications/luci-app-ltqtapi/po/de/ltqtapi.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-01-06 13:23+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsltqtapi/de/>\n" "Language: de\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua:17 #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:7 @@ -57,7 +57,7 @@ msgstr "Name" #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:13 msgid "Password" -msgstr "Passwort" +msgstr "Kennwort" #: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:24 msgid "Port1" diff --git a/applications/luci-app-ltqtapi/po/lt/ltqtapi.po b/applications/luci-app-ltqtapi/po/lt/ltqtapi.po index 559a183364..de7f4f056c 100644 --- a/applications/luci-app-ltqtapi/po/lt/ltqtapi.po +++ b/applications/luci-app-ltqtapi/po/lt/ltqtapi.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsltqtapi/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua:17 #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:7 @@ -41,7 +41,7 @@ msgstr "Surinkti (numerį)" #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:14 msgid "Disabled" -msgstr "Išjungta/-as/-i" +msgstr "Išjungta/Neįgalinta (-as/-i)" #: applications/luci-app-ltqtapi/root/usr/share/rpcd/acl.d/luci-app-ltqtapi.json:3 msgid "Grant UCI access for luci-app-ltqtapi" diff --git a/applications/luci-app-mjpg-streamer/po/de/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/de/mjpg-streamer.po index 4dbe99ded6..6ecb39f59c 100644 --- a/applications/luci-app-mjpg-streamer/po/de/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/de/mjpg-streamer.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-19 17:04+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsmjpg-streamer/de/>\n" "Language: de\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-mjpg-streamer/htdocs/luci-static/resources/view/mjpg-streamer/mjpg-streamer.js:249 msgid "Allow ringbuffer to exceed limit by this amount" @@ -152,7 +152,7 @@ msgstr "Ausgabe-Plugin" #: applications/luci-app-mjpg-streamer/htdocs/luci-static/resources/view/mjpg-streamer/mjpg-streamer.js:138 msgid "Password" -msgstr "Passwort" +msgstr "Kennwort" #: applications/luci-app-mjpg-streamer/htdocs/luci-static/resources/view/mjpg-streamer/mjpg-streamer.js:55 msgid "Plugin settings" diff --git a/applications/luci-app-mjpg-streamer/po/lt/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/lt/mjpg-streamer.po index 62e22d01b9..d18c98a31d 100644 --- a/applications/luci-app-mjpg-streamer/po/lt/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/lt/mjpg-streamer.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-12 17:56+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsmjpg-streamer/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-mjpg-streamer/htdocs/luci-static/resources/view/mjpg-streamer/mjpg-streamer.js:249 msgid "Allow ringbuffer to exceed limit by this amount" @@ -68,7 +68,7 @@ msgstr "Įjungti „YUYV“ formatą" #: applications/luci-app-mjpg-streamer/htdocs/luci-static/resources/view/mjpg-streamer/mjpg-streamer.js:39 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-mjpg-streamer/htdocs/luci-static/resources/view/mjpg-streamer/mjpg-streamer.js:249 msgid "Exceed" @@ -100,7 +100,7 @@ msgstr "Kadrai per sekundę" #: applications/luci-app-mjpg-streamer/htdocs/luci-static/resources/view/mjpg-streamer/mjpg-streamer.js:35 msgid "General" -msgstr "Bendrai" +msgstr "Bendra/-i/-ai/-s" #: applications/luci-app-mjpg-streamer/root/usr/share/rpcd/acl.d/luci-app-mjpg-streamer.json:3 msgid "Grant UCI access for luci-app-mjpg-streamer" @@ -146,11 +146,11 @@ msgstr "Maksimalus nuotraukų/vaizdų skaičius, kuriuos reikėtų laikyti" #: applications/luci-app-mjpg-streamer/htdocs/luci-static/resources/view/mjpg-streamer/mjpg-streamer.js:118 msgid "Off" -msgstr "Išjungta" +msgstr "Išjungta/-s" #: applications/luci-app-mjpg-streamer/htdocs/luci-static/resources/view/mjpg-streamer/mjpg-streamer.js:117 msgid "On" -msgstr "Įjungta" +msgstr "Įjungta/-s" #: applications/luci-app-mjpg-streamer/htdocs/luci-static/resources/view/mjpg-streamer/mjpg-streamer.js:47 msgid "Output plugin" diff --git a/applications/luci-app-mosquitto/po/de/mosquitto.po b/applications/luci-app-mosquitto/po/de/mosquitto.po index 5d9871b27b..e4c9dd2f8e 100644 --- a/applications/luci-app-mosquitto/po/de/mosquitto.po +++ b/applications/luci-app-mosquitto/po/de/mosquitto.po @@ -1,51 +1,58 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2024-05-10 07:38+0000\n" +"Last-Translator: ssantos <ssantos@web.de>\n" +"Language-Team: German <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsmosquitto/de/>\n" "Language: de\n" "MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:61 msgid "Allow anonymous connections" -msgstr "" +msgstr "Anonyme Verbindungen zulassen" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:61 msgid "Allow to connect without providing a username and password" -msgstr "" +msgstr "Verbinden ohne Angabe eines Benutzernamens und Passworts erlauben" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:163 msgid "" "Attempt to notify the local and remote broker of connection status, defaults " "to $SYS/broker/connections/<clientid>/state" msgstr "" +"Versuchen, den lokalen und Remote-Broker über den Verbindungsstatus zu " +"benachrichtigen, die Voreinstellung ist $SYS/broker/connections/" +"<clientidgt;/state" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:177 msgid "Automatic, but no restarts" -msgstr "" +msgstr "Automatisch, aber keine Neustarts" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:176 msgid "Automatic, but stopped when not used" -msgstr "" +msgstr "Automatisch, aber gestoppt, wenn nicht verwendet" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:175 msgid "Automatic, includes restarts" -msgstr "" +msgstr "Automatisch, enthält Neustarts" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:82 msgid "Autosave interval" -msgstr "" +msgstr "Intervall für automatisches Speichern" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:80 msgid "Autosave interval applies to change counts instead of time" msgstr "" +"Intervall für automatisches Speichern gilt für Änderungsmenge statt Zeit" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:80 msgid "Autosave on changes" -msgstr "" +msgstr "Intervall für automatisches Speichern bei Änderungen" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:205 msgid "Bridge PSK" @@ -54,26 +61,29 @@ msgstr "" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:165 msgid "Bridge connection states should only be published locally" msgstr "" +"Die Zustände der Brückenverbindungen sollten nur lokal veröffentlicht werden" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:132 msgid "Bridges" -msgstr "" +msgstr "Bridges" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:104 msgid "CA file path" -msgstr "" +msgstr "CA-Dateipfad" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:107 msgid "CA path to search" -msgstr "" +msgstr "CA Pfad zum Suchen" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:127 msgid "CRL to use if require_certificate is enabled" -msgstr "" +msgstr "Zu verwendende CRL, wenn need_certificate aktiviert ist" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:128 msgid "Ciphers control. Should match 'openssl ciphers' format" msgstr "" +"Schlüsselkontrolle. Sollte mit dem Format von 'openssl ciphers' " +"übereinstimmen" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:161 msgid "Clean session" @@ -81,19 +91,19 @@ msgstr "" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:77 msgid "Client expiration" -msgstr "" +msgstr "Client-Ablauf" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:168 msgid "Client id to use locally. Important when bridging to yourself" -msgstr "" +msgstr "Client ID zur lokalen Verwendung. Wichtig beim Bridging zu sich selbst" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:167 msgid "Client id to use on remote end of this bridge connection" -msgstr "" +msgstr "Client ID zur Verwendung am entfernten Ende dieser Bridge-Verbindung" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:137 msgid "Connection name" -msgstr "" +msgstr "Verbindungsname" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:118 msgid "Depends on your openssl version, empty to support all" @@ -101,11 +111,11 @@ msgstr "" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:222 msgid "Directory to search for CA files" -msgstr "" +msgstr "Verzeichnis zur Suche nach CA-Dateien" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:52 msgid "Disallow remote access to this broker" -msgstr "" +msgstr "Fernzugriff auf diesen Broker deaktivieren" #: applications/luci-app-mosquitto/root/usr/share/rpcd/acl.d/luci-app-mosquitto.json:3 msgid "Grant UCI access for luci-app-mosquitto" @@ -113,23 +123,24 @@ msgstr "" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:181 msgid "How long to wait before disconnecting" -msgstr "" +msgstr "Wie lange warten, bevor getrennt wird" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:178 msgid "How long to wait before reconnecting" -msgstr "" +msgstr "Wie lange warten, bevor neu verbunden wird" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:184 msgid "How many messages to queue before restarting lazy bridge" msgstr "" +"Wie viele Nachrichten gelöscht werden, bevor lazy bridge neu gestartet wird" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:172 msgid "How should this bridge be started" -msgstr "" +msgstr "Wie diese Bridge gestartet werden sollte" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:195 msgid "Identity for TLS-PSK" -msgstr "" +msgstr "Identität für TLS-PSK" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:36 msgid "" @@ -137,14 +148,18 @@ msgid "" "UCI directly) If unchecked, mosquitto runs with the config in /etc/mosquitto/" "mosquitto.conf (and this page is ignored)" msgstr "" +"Falls aktiviert, läuft mosquitto mit einer Config, die von dieser Seite " +"erstell wurde. (Alternativ direkt von UCI) Wenn nicht aktiviert, mosquitto " +"läuft mit der config in /etc/mosquitto/mosquitto.conf (und diese Seite wird " +"ignoriert)" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:169 msgid "Keepalive interval for this bridge" -msgstr "" +msgstr "Keepalive-Intervall für diese Bridge" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:205 msgid "Key for TLS-PSK" -msgstr "" +msgstr "Schlüssel für TLS-PSK" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:62 msgid "Limit for message allowed inflight" diff --git a/applications/luci-app-mosquitto/po/lt/mosquitto.po b/applications/luci-app-mosquitto/po/lt/mosquitto.po index 01aff78393..f025a33e2b 100644 --- a/applications/luci-app-mosquitto/po/lt/mosquitto.po +++ b/applications/luci-app-mosquitto/po/lt/mosquitto.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-25 15:06+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsmosquitto/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:61 msgid "Allow anonymous connections" @@ -149,7 +149,7 @@ msgstr "" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:169 msgid "Keepalive interval for this bridge" -msgstr "" +msgstr "„Laikyti gyvą“ intervalas šiam „tinklo tiltui“ – jungiamajam" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:205 msgid "Key for TLS-PSK" @@ -215,7 +215,7 @@ msgstr "" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:195 msgid "PSK Bridge Identity" -msgstr "" +msgstr "„PSK“ „Tinklo tilto“ – jungiamojo tapatybė" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:129 msgid "PSK Hint to provide to connecting clients" @@ -316,7 +316,7 @@ msgstr "" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:57 msgid "Time in seconds between updates of the $SYS tree" -msgstr "" +msgstr "Laikas sekundėmis tarp atnaujinimų „$SYS medžio“" #: applications/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua:164 msgid "Topic to use for local+remote remote for notifications." diff --git a/applications/luci-app-mwan3/po/lt/mwan3.po b/applications/luci-app-mwan3/po/lt/mwan3.po index 3dc1aaf410..93e114a1bd 100644 --- a/applications/luci-app-mwan3/po/lt/mwan3.po +++ b/applications/luci-app-mwan3/po/lt/mwan3.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-15 15:01+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsmwan3/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:187 #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:203 @@ -113,6 +113,8 @@ msgid "" "Acceptable values: 1-100. This many Tracking IP addresses must respond for " "the link to be deemed up" msgstr "" +"Tinkamos reikšmės: 1-100. Toks kiekis sekiamų IP adresų turi atsakyti, kad " +"sujungimas būtų skaičiuojamas kaip aktyvus" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/member.js:38 msgid "Acceptable values: 1-1000. Defaults to 1 if not set" @@ -128,7 +130,7 @@ msgstr "Įspėti" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/globals.js:37 msgid "Also scan this Routing table for connected networks" -msgstr "" +msgstr "Tai pat, skenuoti šią kelvados lentelę dėl sujungtų tinklų" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/diagnostics.js:65 msgid "Check IP rules" @@ -173,7 +175,7 @@ msgstr "Diagnostika" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/overview.js:56 #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/status/include/90_mwan3.js:65 msgid "Disabled" -msgstr "Išjungta/-as/-i" +msgstr "Išjungta/Neįgalinta (-as/-i)" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:243 msgid "" @@ -195,20 +197,22 @@ msgstr "Įjungti „SSL“ sekimą" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:31 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js:94 msgid "" "Enables firewall rule logging (global mwan3 logging must also be enabled)" msgstr "" +"Įjungia/Įgalina užkardos žurnalinimo taisyklę (visuotinis „mwan3“ " +"žurnalinimas tai pat, turi būti įjungtas/įgalintas)" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/globals.js:20 msgid "Enables global firewall logging" -msgstr "" +msgstr "Įjungia/Įgalina visuotinį užkardos žurnalinimą" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:69 msgid "Enables https tracking on ssl port 443" -msgstr "" +msgstr "Įjungia/Įgalina „HTTPS“ sekimą ant „SSL“ prievado 443" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/globals.js:15 msgid "Enter value in hex, starting with <code>0x</code>" @@ -236,7 +240,7 @@ msgstr "Trikties/Gedimo intervalas [ms]" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:134 msgid "Failure packet loss [%]" -msgstr "" +msgstr "Trikties/Gedimo paketo praradimas [%]" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/globals.js:23 msgid "Firewall loglevel" @@ -256,7 +260,7 @@ msgstr "" #: applications/luci-app-mwan3/root/usr/share/luci/menu.d/luci-app-mwan3.json:56 msgid "Globals" -msgstr "" +msgstr "Visuotiniai" #: applications/luci-app-mwan3/root/usr/share/rpcd/acl.d/luci-app-mwan3.json:3 msgid "Grant UCI access for luci-app-mwan3" @@ -309,25 +313,29 @@ msgstr "Pradinė būsena" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/status/include/90_mwan3.js:100 #: applications/luci-app-mwan3/root/usr/share/luci/menu.d/luci-app-mwan3.json:64 msgid "Interface" -msgstr "Sąsaja ir Sietuvas" +msgstr "Sąsaja ir/arba Sietuvas" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:228 msgid "Interface down" -msgstr "" +msgstr "Sąsają ir/arba Sietuvas neveikia" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:242 msgid "Interface up" -msgstr "" +msgstr "Sąsają ir/arba Sietuvas veikia" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:229 msgid "Interface will be deemed down after this many failed ping tests" msgstr "" +"Sąsają ir/arba Sietuvas bus skaitomas neveikiančiu, po šių nepavykusių ryšio " +"atsako testų kiekio" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:24 msgid "" "Interfaces may not share the same name as configured members, policies or " "rules." msgstr "" +"Sąsają ir/arba Sietuvas galimai nebendrina tokį pat pavadinimą kaip " +"konfigūruoti nariai, politikos ar taisyklės." #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:41 #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js:35 @@ -420,7 +428,7 @@ msgstr "„MultiWAN“ tvarkytuvas/tvarkytuvė – Diagnostika" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/globals.js:10 msgid "MultiWAN Manager - Globals" -msgstr "" +msgstr "„MultiWAN“ tvarkytuvas/tvarkytuvė – Visuotiniai" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:20 msgid "MultiWAN Manager - Interfaces" @@ -452,7 +460,7 @@ msgstr "„MultiWAN“ tvarkytuvas/tvarkytuvė – Būklė/Būsena" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/troubleshooting.js:12 msgid "MultiWAN Manager - Troubleshooting" -msgstr "" +msgstr "„MultiWAN“ tvarkytuvas/tvarkytuvė – Trikdžių/Gedimų derinimas" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:21 msgid "" @@ -483,6 +491,8 @@ msgstr "" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:22 msgid "Names must match the interface name found in /etc/config/network." msgstr "" +"Pavadinimai turi sutapti su sąsajos ir/arba sietuvo pavadinimu, kuris " +"randasi – „/etc/config/network“." #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js:74 msgid "No" @@ -490,7 +500,7 @@ msgstr "Ne" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/overview.js:20 msgid "No MWAN interfaces found" -msgstr "" +msgstr "Nėra „MWAN“ sąsajų ir/arba sietuvų rasta" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/overview.js:43 #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/status/include/90_mwan3.js:51 @@ -531,11 +541,11 @@ msgstr "Apžiūra" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:79 msgid "Ping count" -msgstr "" +msgstr "Ryšio atsako skaičiavimas/-ius" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/diagnostics.js:63 msgid "Ping default gateway" -msgstr "" +msgstr "Ryšio atsako numatyta tinklo tarpuvartė" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:174 msgid "Ping interval" @@ -543,11 +553,11 @@ msgstr "Ryšio atsako intervalas" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:190 msgid "Ping interval during failure detection" -msgstr "" +msgstr "Ryšio atsako intervalas per trikties gedimo aptikimą" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:212 msgid "Ping interval during failure recovering" -msgstr "" +msgstr "Ryšio atsako intervalas per trikties gedimo atsigavimą" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:88 msgid "Ping size" @@ -555,11 +565,11 @@ msgstr "Ryšio atsako dydis" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:167 msgid "Ping timeout" -msgstr "" +msgstr "Ryšio atsakas užklausos laikas" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/diagnostics.js:64 msgid "Ping tracking IP" -msgstr "" +msgstr "Ryšio atsako sekimo IP" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/policy.js:17 msgid "" @@ -640,6 +650,7 @@ msgstr "" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js:78 msgid "Seconds. Acceptable values: 1-1000000. Defaults to 600 if not set" msgstr "" +"Sekundės. Tinkamos reikšmės: 1-1000000. Numatoma į 600-ai, jeigu nenustatyta" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js:52 msgid "Source address" @@ -716,7 +727,7 @@ msgstr "Sekimo metodas/būdas" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:74 msgid "Tracking reliability" -msgstr "" +msgstr "Sekimo patikimumas" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js:24 msgid "" @@ -757,7 +768,7 @@ msgstr "Aktyvumo laikas" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js:43 msgid "View the content of /etc/protocols for protocol description" -msgstr "" +msgstr "Peržiūrėti „/etc/protocols“ aprašymo turiniu" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/globals.js:29 msgid "Warning" @@ -775,7 +786,7 @@ msgstr "Taip" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/policy.js:41 #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js:104 msgid "blackhole (drop)" -msgstr "" +msgstr "juodoji skylė (mesti)" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:260 msgid "connected (mwan3)" @@ -784,7 +795,7 @@ msgstr "prisijungta („mwan3“)" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/policy.js:42 #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js:105 msgid "default (use main routing table)" -msgstr "" +msgstr "Numatytas/-a (naudoti pagrindinį kelvados lentelę)" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:261 msgid "disconnected (mwan3)" diff --git a/applications/luci-app-mwan3/po/sv/mwan3.po b/applications/luci-app-mwan3/po/sv/mwan3.po index 593a59bdea..8ced9bb781 100644 --- a/applications/luci-app-mwan3/po/sv/mwan3.po +++ b/applications/luci-app-mwan3/po/sv/mwan3.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2023-12-26 04:30+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 16:49+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsmwan3/sv/>\n" "Language: sv\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:187 #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:203 @@ -524,7 +524,7 @@ msgstr "Uppkopplad" #: applications/luci-app-mwan3/root/usr/share/luci/menu.d/luci-app-mwan3.json:13 msgid "Overview" -msgstr "" +msgstr "Överblick" #: applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/interface.js:79 msgid "Ping count" diff --git a/applications/luci-app-natmap/po/lt/natmap.po b/applications/luci-app-natmap/po/lt/natmap.po index bf09c67bcb..fa376df090 100644 --- a/applications/luci-app-natmap/po/lt/natmap.po +++ b/applications/luci-app-natmap/po/lt/natmap.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-01-27 19:36+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnatmap/lt/>\n" @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:93 msgid "Bind port" @@ -66,7 +66,7 @@ msgstr "Tik IPv6" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:75 msgid "Interface" -msgstr "Sąsaja ir Sietuvas" +msgstr "Sąsaja ir/arba Sietuvas" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:78 msgid "Keep-alive interval" diff --git a/applications/luci-app-nextdns/po/lt/nextdns.po b/applications/luci-app-nextdns/po/lt/nextdns.po index e97c64233e..5c24fd6933 100644 --- a/applications/luci-app-nextdns/po/lt/nextdns.po +++ b/applications/luci-app-nextdns/po/lt/nextdns.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-27 01:01+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnextdns/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:23 msgid "Configuration ID" @@ -23,7 +23,7 @@ msgstr "Įjungti „NextDNS“." #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:18 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:29 msgid "Expose LAN clients information in NextDNS analytics." @@ -39,7 +39,7 @@ msgstr "" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:15 msgid "General" -msgstr "Bendrai" +msgstr "Bendra/-i/-ai/-s" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:26 msgid "Go to nextdns.io to create a configuration." diff --git a/applications/luci-app-nut/po/de/nut.po b/applications/luci-app-nut/po/de/nut.po index 35343cb923..ce6f8a2dfc 100644 --- a/applications/luci-app-nut/po/de/nut.po +++ b/applications/luci-app-nut/po/de/nut.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-06 10:09+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnut/de/>\n" "Language: de\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:216 msgid "Additional Shutdown Time(s)" @@ -389,7 +389,7 @@ msgstr "Online Nachricht" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:245 #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:19 msgid "Password" -msgstr "Passwort" +msgstr "Kennwort" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:182 msgid "Path containing ca certificates to match against host certificate" diff --git a/applications/luci-app-ocserv/po/de/ocserv.po b/applications/luci-app-ocserv/po/de/ocserv.po index 950cee2dc7..66dfc3d8f0 100644 --- a/applications/luci-app-ocserv/po/de/ocserv.po +++ b/applications/luci-app-ocserv/po/de/ocserv.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-01-06 13:23+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsocserv/de/>\n" "Language: de\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 @@ -171,7 +171,7 @@ msgstr "OpenConnect VPN" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:24 msgid "Password" -msgstr "Passwort" +msgstr "Kennwort" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 diff --git a/applications/luci-app-olsr/po/de/olsr.po b/applications/luci-app-olsr/po/de/olsr.po index 0372b8b5be..342f9bf180 100644 --- a/applications/luci-app-olsr/po/de/olsr.po +++ b/applications/luci-app-olsr/po/de/olsr.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2024-04-19 17:04+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/de/>\n" "Language: de\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/mid.js:152 msgid "Active MID announcements" @@ -826,7 +826,7 @@ msgstr "Port" #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrdhna6.js:23 #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/smartgw.js:140 msgid "Prefix" -msgstr "Prefix" +msgstr "Präfix" #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/neighbors.js:544 #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/neighbors.js:553 diff --git a/applications/luci-app-olsr/po/lt/olsr.po b/applications/luci-app-olsr/po/lt/olsr.po index c3454356e1..9bbb41281b 100644 --- a/applications/luci-app-olsr/po/lt/olsr.po +++ b/applications/luci-app-olsr/po/lt/olsr.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-27 01:01+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/mid.js:152 msgid "Active MID announcements" @@ -121,7 +121,7 @@ msgstr "Įjungti/Įgalinti šią sąsają ir/arba sietuvą." #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrdplugins.js:278 #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrdplugins6.js:276 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/neighbors.js:538 #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/routes.js:292 @@ -391,7 +391,7 @@ msgstr "" #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/routes.js:181 #: applications/luci-app-olsr/root/usr/share/luci/menu.d/luci-app-olsr-frontend.json:50 msgid "Interface" -msgstr "Sąsaja ir Sietuvas" +msgstr "Sąsaja ir/arba Sietuvas" #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrd.js:288 #: applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrd6.js:282 diff --git a/applications/luci-app-openvpn/po/lt/openvpn.po b/applications/luci-app-openvpn/po/lt/openvpn.po index a607ae2f0f..b9c9c216a1 100644 --- a/applications/luci-app-openvpn/po/lt/openvpn.po +++ b/applications/luci-app-openvpn/po/lt/openvpn.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-20 03:44+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsopenvpn/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:372 msgid "'net30', 'p2p', or 'subnet'" @@ -265,7 +265,7 @@ msgstr "Įjungti/Įgalinti valdymo sąsają <em>IP</em> <em>prievade</em>" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:104 msgid "Enabled" -msgstr "Įjungta/Įgalinta (-as)" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:759 msgid "Encrypt and authenticate all control channel packets with the key" diff --git a/applications/luci-app-openwisp/po/lt/openwisp.po b/applications/luci-app-openwisp/po/lt/openwisp.po index 6d1bcd4e49..788de40d56 100644 --- a/applications/luci-app-openwisp/po/lt/openwisp.po +++ b/applications/luci-app-openwisp/po/lt/openwisp.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-27 01:01+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsopenwisp/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-openwisp/htdocs/luci-static/resources/view/openwisp.js:17 msgid "Advanced Settings" @@ -52,7 +52,7 @@ msgstr "Pastovus raktas" #: applications/luci-app-openwisp/htdocs/luci-static/resources/view/openwisp.js:29 msgid "Disabled" -msgstr "Išjungta/-as/-i" +msgstr "Išjungta/Neįgalinta (-as/-i)" #: applications/luci-app-openwisp/htdocs/luci-static/resources/view/openwisp.js:27 msgid "Enable" @@ -64,7 +64,7 @@ msgstr "Įjungti arba išjungti „OpenWISP“ tarnybą." #: applications/luci-app-openwisp/htdocs/luci-static/resources/view/openwisp.js:30 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-openwisp/htdocs/luci-static/resources/view/openwisp.js:16 msgid "General Settings" diff --git a/applications/luci-app-openwisp/po/sv/openwisp.po b/applications/luci-app-openwisp/po/sv/openwisp.po index ced1721355..92f8550b42 100644 --- a/applications/luci-app-openwisp/po/sv/openwisp.po +++ b/applications/luci-app-openwisp/po/sv/openwisp.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-02-15 22:09+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 08:00+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsopenwisp/sv/>\n" "Language: sv\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-openwisp/htdocs/luci-static/resources/view/openwisp.js:17 msgid "Advanced Settings" @@ -58,7 +58,7 @@ msgstr "" #: applications/luci-app-openwisp/htdocs/luci-static/resources/view/openwisp.js:30 msgid "Enabled" -msgstr "" +msgstr "Aktiverad" #: applications/luci-app-openwisp/htdocs/luci-static/resources/view/openwisp.js:16 msgid "General Settings" diff --git a/applications/luci-app-opkg/po/lt/opkg.po b/applications/luci-app-opkg/po/lt/opkg.po index a088ce07c7..a89051324c 100644 --- a/applications/luci-app-opkg/po/lt/opkg.po +++ b/applications/luci-app-opkg/po/lt/opkg.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsopkg/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1095 msgid "%s used (%1024mB used of %1024mB, %1024mB free)" @@ -403,7 +403,7 @@ msgstr "filtruotas" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1211 msgctxt "Display translation packages" msgid "none" -msgstr "Jokie" +msgstr "joks (-ia/-ie)" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:934 diff --git a/applications/luci-app-opkg/po/sv/opkg.po b/applications/luci-app-opkg/po/sv/opkg.po index cc8290013c..a6b0a8db92 100644 --- a/applications/luci-app-opkg/po/sv/opkg.po +++ b/applications/luci-app-opkg/po/sv/opkg.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2023-12-25 22:53+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 08:00+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsopkg/sv/>\n" "Language: sv\n" @@ -10,16 +10,18 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1095 msgid "%s used (%1024mB used of %1024mB, %1024mB free)" -msgstr "" +msgstr "%s använt (%1024mB använt av %1024mB, %1024mB ledigt)" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1135 msgid "" "<strong>Warning!</strong> Package operations can <a %s>break your system</a>." msgstr "" +"<strong>Varning!</strong> Ändringar av paket kan <a %s>förstöra ditt " +"system</a>." #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1163 msgid "Actions" @@ -27,7 +29,7 @@ msgstr "Åtgärder" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:792 msgid "Allow overwriting conflicting package files" -msgstr "" +msgstr "Tillåt överskrivning av paketfiler med konflikter" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:953 msgid "Automatically remove unused dependencies" @@ -81,7 +83,7 @@ msgstr "Detaljer för paketet <em>%h</em>" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1142 msgid "Disk space" -msgstr "" +msgstr "Diskutrymme" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1030 msgid "Dismiss" @@ -89,17 +91,19 @@ msgstr "Avfärda" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1172 msgid "Display LuCI translation packages" -msgstr "" +msgstr "Visa LuCI översättningspaket" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1189 msgid "Display all available translation packages" -msgstr "" +msgstr "Visa alla tillgängliga översättningspaket" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1175 msgid "" "Display base translation packages and translation packages for already " "installed languages only" msgstr "" +"Visa endast grundöversättningspaket och översättningspaket för installerade " +"språk" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:354 msgid "Displaying %d-%d of %d" @@ -127,7 +131,7 @@ msgstr "Tillåt åtkomst till hantering av opkg" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1202 msgid "Hide all translation packages" -msgstr "" +msgstr "Göm alla översättningspaket" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:808 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:824 @@ -137,11 +141,11 @@ msgstr "Installera" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1133 msgid "Install additional software and upgrade existing packages with opkg." -msgstr "" +msgstr "Installera extra mjukvara och uppgradera existerande paket med opkg." #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:780 msgid "Install suggested translation packages as well" -msgstr "" +msgstr "Installera också föreslagna översättningspaket" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:299 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:522 @@ -298,11 +302,11 @@ msgstr "Mjukvara" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:761 msgid "Suggested translations" -msgstr "" +msgstr "Föreslagna översättningar" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 msgid "Suggested translations require approx. %1024mB additional space." -msgstr "" +msgstr "Föreslagna översättningar kommer kräva ungefär %1024mB extra utrymme." #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1013 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." @@ -380,17 +384,17 @@ msgstr "Väntar på att <em>opkg %h</em>-kommandot ska slutföras…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1198 msgctxt "Display translation packages" msgid "all" -msgstr "" +msgstr "alla" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1185 msgctxt "Display translation packages" msgid "filtered" -msgstr "" +msgstr "filtrerade" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1211 msgctxt "Display translation packages" msgid "none" -msgstr "" +msgstr "inga" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:934 diff --git a/applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js b/applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js index df06232558..9f934b15d0 100644 --- a/applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js +++ b/applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js @@ -105,7 +105,7 @@ return view.extend({ s.modaltitle = _('Settings'); o = s.option(form.Flag, 'enabled', _('Enabled')); - o.default = true; + o.rmempty = false; o = s.option(form.Value, 'device', _('Device'), _('Note: character device assignment can change upon reboot/reconnect with multiple USB devices.') + '<br />' + diff --git a/applications/luci-app-p910nd/po/es/p910nd.po b/applications/luci-app-p910nd/po/es/p910nd.po index d794b880e4..587573f109 100644 --- a/applications/luci-app-p910nd/po/es/p910nd.po +++ b/applications/luci-app-p910nd/po/es/p910nd.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2024-01-11 23:35+0000\n" -"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n" +"PO-Revision-Date: 2024-05-09 11:33+0000\n" +"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsp910nd/es/>\n" "Language: es\n" @@ -12,15 +12,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 msgid "Add printer config" -msgstr "" +msgstr "Agregar configuración de impresora" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Be aware: %s also listens on port 9100." -msgstr "" +msgstr "Tenga en cuenta: %s también escucha en el puerto 9100." #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 msgid "Bidirectional mode" @@ -28,11 +28,11 @@ msgstr "Modo bidireccional" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:167 msgid "By the router" -msgstr "" +msgstr "Por el enrutador" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:112 msgid "Connected %s devices show in this list." -msgstr "" +msgstr "%s dispositivos conectados se muestran en esta lista." #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:110 msgid "Device" @@ -40,11 +40,12 @@ msgstr "Dispositivo" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 msgid "Enabled" -msgstr "" +msgstr "Activado" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 +#, fuzzy msgid "Error calling \"opkg list-installed\":" -msgstr "" +msgstr "Error al llamar a \"opkg list-installed\":" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:38 msgid "Error executing \"find\" command:" diff --git a/applications/luci-app-p910nd/po/lt/p910nd.po b/applications/luci-app-p910nd/po/lt/p910nd.po index 627162c23a..23af5a629c 100644 --- a/applications/luci-app-p910nd/po/lt/p910nd.po +++ b/applications/luci-app-p910nd/po/lt/p910nd.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-20 03:44+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsp910nd/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 msgid "Add printer config" @@ -39,7 +39,7 @@ msgstr "Įrenginys" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 msgid "Enabled" -msgstr "Įjungta/Įgalinta (-as)" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 msgid "Error calling \"opkg list-installed\":" diff --git a/applications/luci-app-p910nd/po/sv/p910nd.po b/applications/luci-app-p910nd/po/sv/p910nd.po index 8fe89bb0c3..86b19ef7e6 100644 --- a/applications/luci-app-p910nd/po/sv/p910nd.po +++ b/applications/luci-app-p910nd/po/sv/p910nd.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2021-11-07 15:53+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 08:00+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsp910nd/sv/>\n" "Language: sv\n" @@ -10,15 +10,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.9-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:104 msgid "Add printer config" -msgstr "" +msgstr "Lägg till konfiguration för skrivare" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:123 msgid "Be aware: %s also listens on port 9100." -msgstr "" +msgstr "Var uppmärksam: %s lyssnar också på port 9100." #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:140 msgid "Bidirectional mode" @@ -38,7 +38,7 @@ msgstr "Enhet" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:107 msgid "Enabled" -msgstr "" +msgstr "Aktiverad" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:49 msgid "Error calling \"opkg list-installed\":" @@ -74,7 +74,7 @@ msgstr "" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:211 msgid "Manufacturer" -msgstr "" +msgstr "Tillverkare" #: applications/luci-app-p910nd/htdocs/luci-static/resources/view/p910nd.js:151 msgctxt "mDNS" diff --git a/applications/luci-app-pbr/po/lt/pbr.po b/applications/luci-app-pbr/po/lt/pbr.po index c9d8864537..28847e6396 100644 --- a/applications/luci-app-pbr/po/lt/pbr.po +++ b/applications/luci-app-pbr/po/lt/pbr.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationspbr/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:215 #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:316 @@ -34,7 +34,7 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/status/include/72_pbr.js:52 msgid "Active" -msgstr "" +msgstr "Aktyvus/-i" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:144 msgid "AdGuardHome ipset" @@ -46,13 +46,15 @@ msgstr "Pridėti" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:253 msgid "Add Ignore Target" -msgstr "" +msgstr "Pridėti ignoruojamąjį taikomąjį" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:255 msgid "" "Adds 'ignore' to the list of interfaces for policies. See the %sREADME%s for " "details." msgstr "" +"Prideda – „ignoruoti“ prie sąsajų ir/arba sietuvų politikos sąrašo. " +"Peržiūrėkite %sREADME%s, dėl išsamesnės informacijos." #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:54 msgid "Advanced Configuration" @@ -64,6 +66,9 @@ msgid "" "explicitly supported by the service. Can be useful if your OpenVPN tunnels " "have dev option other than tun* or tap*." msgstr "" +"Leidžia nurodyti sąsajų ir/arba sietuvų pavadinimų sąrašą (mažosiom raidėm), " +"kad būtų nurodomai palaikomi tarnybos. Šis gali būti naudingas Jūsų „OpenVPN“" +" tuneliams, jeigu jie turi „dev“ parinktį, vietoj „tun*“ ar „tap*“." #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:183 msgid "" @@ -71,6 +76,9 @@ msgid "" "by the service. Can be useful if running both VPN server and VPN client on " "the router." msgstr "" +"Leidžia nurodyti sąsajų ir/arba sietuvų pavadinimų sąrašą (mažosiom raidėm), " +"kad būtų nurodomai ignoruojami tarnybos. Šis gali būti naudingas, jei Jūs " +"veikiate „VPN“ serverį ir klientą ant to pačio maršrutizatoriaus." #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:51 msgid "Basic Configuration" @@ -82,7 +90,7 @@ msgstr "Grandinė" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:363 msgid "Command failed: %s" -msgstr "" +msgstr "Komanda nepavyko: %s" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:79 msgid "Condensed output" @@ -94,7 +102,7 @@ msgstr "Konfigūracijos (%s) patikros gedimas" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:76 msgid "Controls both system log and console output verbosity." -msgstr "" +msgstr "Valdo sistemos ir konsolės žurnalo išsamumo/daugiažodiškumo išvestį." #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:379 msgid "Custom User File Includes" @@ -161,7 +169,7 @@ msgstr "Įjungti/Įgalinti" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:290 #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:392 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:469 msgid "Enabling %s service" @@ -169,11 +177,11 @@ msgstr "Įjungiama „%s“ tarnyba" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:321 msgid "Error running custom user file '%s'" -msgstr "" +msgstr "Klaida veikiant pasirinktinį vartotojo/naudotojo failą – „%s“" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:383 msgid "Errors encountered, please check the %sREADME%s!" -msgstr "" +msgstr "Įvyko klaidos, prašome patikrint „%sREADME%s“!" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:238 msgid "" @@ -183,19 +191,19 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:359 msgid "Failed to download '%s'!" -msgstr "" +msgstr "Nepavyko atsisiųsti – „%s“!" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:357 msgid "Failed to download '%s', HTTPS is not supported!" -msgstr "" +msgstr "Nepavyko atsisiųsti – „%s“; „HTTPS“ yra nepalaikomas!" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:352 msgid "Failed to install fw4 nft file '%s'" -msgstr "" +msgstr "Nepavyko įdiegti „fw4 nft“ failo – „%s“" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:318 msgid "Failed to reload '%s'" -msgstr "" +msgstr "Nepavyko perleisti – „%s“" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:348 msgid "Failed to resolve '%s'" @@ -207,11 +215,11 @@ msgstr "Nepavyko nustatyti „%s“" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:325 msgid "Failed to set up any gateway" -msgstr "" +msgstr "Nepavyko nustatyti bet kokios tinklo tarpuvartės" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:205 msgid "Force the ICMP protocol interface." -msgstr "" +msgstr "Priversti „ICMP“ protokolo sąsają ir/arba sietuvą." #: applications/luci-app-pbr/root/usr/share/rpcd/acl.d/luci-app-pbr.json:3 msgid "Grant UCI and file access for luci-app-pbr" @@ -223,15 +231,15 @@ msgstr "IPv6 palaikymas" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:181 msgid "Ignored Interfaces" -msgstr "" +msgstr "Ignoruojamos/-i sąsajos ir/arba sietuvai" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/status/include/72_pbr.js:64 msgid "Inactive" -msgstr "" +msgstr "Neaktyvus" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/status/include/72_pbr.js:66 msgid "Inactive (Disabled)" -msgstr "" +msgstr "Neaktyvus (išjungta/neįgalinta (-as/-i))" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:235 msgid "" @@ -265,7 +273,7 @@ msgstr "Negalima „OpenVPN“ konfigūracija „%s“ sąsajai/sietuvui" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:350 msgid "Invalid OpenVPN config for '%s' interface" -msgstr "" +msgstr "Negalima „OpenVPN“ konfigūracija „%s“ sąsajai/sietuvui" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:296 msgid "Local addresses / devices" @@ -281,7 +289,7 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/status/include/72_pbr.js:77 msgid "Mode" -msgstr "" +msgstr "Režimas" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:294 msgid "Name" @@ -384,33 +392,37 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:308 msgid "Remote addresses / domains" -msgstr "" +msgstr "Nuotoliniai adresai / domenai-sritys" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:314 msgid "Remote ports" -msgstr "" +msgstr "Nuotoliniai prievadai" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:326 msgid "Resolver '%s'" -msgstr "" +msgstr "Sprendiklis* – „%s“" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:286 msgid "Resolver set (%s) is not supported on this system" -msgstr "" +msgstr "Sprendiklio* rinkinys („%s“) yra nepalaikomas šioje sistemoje" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:210 msgid "Resolver set (%s) is not supported on this system." -msgstr "" +msgstr "Sprendiklio* rinkinys („%s“) yra nepalaikomas šioje sistemoje." #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:280 msgid "" "Resolver set support (%s) requires ipset, but ipset binary cannot be found" msgstr "" +"Sprendiklio* rinkinio palaikymas („%s“) reikalauja „ipset“, bet „ipset“ " +"dvejetainės nepavyko rasti" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:283 msgid "" "Resolver set support (%s) requires nftables, but nft binary cannot be found" msgstr "" +"Sprendiklio* rinkinio palaikymas („%s“) reikalauja „nftables“, bet „nftables“" +" dvejetainės nepavyko rasti" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:437 msgid "Restart" @@ -432,7 +444,7 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:153 msgid "Running" -msgstr "" +msgstr "Veikia" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:88 msgid "See the %sREADME%s for details." @@ -501,11 +513,11 @@ msgstr "Stop" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:167 msgid "Stopped (Disabled)." -msgstr "" +msgstr "Sustabdyta (išjungta/neįgalinta (-as/-i))." #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:165 msgid "Stopped." -msgstr "" +msgstr "Sustabdyta." #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:450 msgid "Stopping %s service" @@ -521,7 +533,7 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:169 msgid "Supported Interfaces" -msgstr "" +msgstr "Palaikomas sąsajos ir/arba sietuvai" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:270 msgid "Supported Protocols" @@ -533,17 +545,21 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:320 msgid "Syntax error in custom user file '%s'" -msgstr "" +msgstr "Sintaksinė klaida pasirinktiniame vartotojo/naudotojo faile – „%s“" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:188 msgid "The %s indicates default gateway. See the %sREADME%s for details." msgstr "" +"„%s“ nurodo numatytąją tinklo tarpuvartę. Peržiūrėkite „%sREADME%s“, dėl " +"išsamesnės informacijos." #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:295 msgid "" "The %s inteface not found, you need to set the 'pbr.config." "procd_wan_interface' option" msgstr "" +"„%s“ sąsaja ir/arba sietuvas nerastas, Jums reikia nustatyti „pbr.config." +"procd_wan_interface“ parinktį" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:104 #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:114 @@ -572,6 +588,7 @@ msgstr "„WebUI“ programėlė yra pasenusi (versija %s), prašome atnaujinti #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:361 msgid "The file:// schema requires curl, but it's not detected on this system!" msgstr "" +"„file://“ schema reikalauja „curl“, bet jis nėra aptiktas šioje sistemoje!" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:301 msgid "The ipset name '%s' is longer than allowed 31 characters" @@ -581,6 +598,7 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:304 msgid "The nft set name '%s' is longer than allowed 255 characters" msgstr "" +"„nft set“ pavadinimas – „%s“ yra ilgesnis negu leidžiami 255-eri simboliai" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:307 msgid "Unexpected exit or service termination: '%s'" @@ -588,46 +606,48 @@ msgstr "Netikėtas išėjimas arba tarnybos sustabdymas: „%s“" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:380 msgid "Unknown error!" -msgstr "" +msgstr "Nežinoma klaida!" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:331 msgid "Unknown packet mark for interface '%s'" -msgstr "" +msgstr "Nežinoma paketo žymė, skirta sąsajai ir/arba sietuvui – „%s“" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:337 msgid "Unknown protocol in policy '%s'" -msgstr "" +msgstr "Nežinomas protokolas politikoje – „%s“" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:256 msgid "Unknown warning" -msgstr "" +msgstr "Nežinomas įspėjimas" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:323 msgid "" "Use of 'curl' is detected in custom user file '%s', but 'curl' isn't " "installed" msgstr "" +"„curl“ naudojimas yra aptiktas pasirinktiniame vartotojo/naudotojo faile – " +"„%s“, bet „curl“ nėra įdiegtas" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:139 msgid "Use resolver set support for domains" -msgstr "" +msgstr "Naudoti sprendiklio* rinkinio palaikymą domenams-sritims" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:80 msgid "Verbose output" -msgstr "" +msgstr "Išsamumo/Daugiažodiškumo išvestis" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/status/include/72_pbr.js:76 msgid "Version" -msgstr "" +msgstr "Versija" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:151 msgid "Version %s" -msgstr "" +msgstr "Versija %s" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:219 #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:242 msgid "WAN Table FW Mark" -msgstr "" +msgstr "„WAN“ lentelės „FW“ žymė" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:69 msgid "Web UI Configuration" @@ -640,17 +660,17 @@ msgstr "visi" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:157 #: applications/luci-app-pbr/htdocs/luci-static/resources/view/status/include/72_pbr.js:56 msgid "fw4 nft file mode" -msgstr "" +msgstr "„fw4 nft“ failo režimas" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:155 #: applications/luci-app-pbr/htdocs/luci-static/resources/view/status/include/72_pbr.js:54 msgid "iptables mode" -msgstr "" +msgstr "„iptables“ režimas" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:159 #: applications/luci-app-pbr/htdocs/luci-static/resources/view/status/include/72_pbr.js:58 msgid "nft mode" -msgstr "" +msgstr "„nft“ režimas" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/status/include/72_pbr.js:60 msgid "unknown" diff --git a/applications/luci-app-pbr/po/pl/pbr.po b/applications/luci-app-pbr/po/pl/pbr.po index 048746c96a..72d1d51435 100644 --- a/applications/luci-app-pbr/po/pl/pbr.po +++ b/applications/luci-app-pbr/po/pl/pbr.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-24 20:50+0000\n" +"PO-Revision-Date: 2024-05-04 18:23+0000\n" "Last-Translator: Matthaiks <kitynska@gmail.com>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationspbr/pl/>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.1-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:215 #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:316 @@ -439,7 +439,7 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:437 msgid "Restart" -msgstr "Restartuj" +msgstr "Uruchom ponownie" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:431 msgid "Restarting %s service" diff --git a/applications/luci-app-pbr/po/sv/pbr.po b/applications/luci-app-pbr/po/sv/pbr.po index c6a93bdcc2..06b0cfe060 100644 --- a/applications/luci-app-pbr/po/sv/pbr.po +++ b/applications/luci-app-pbr/po/sv/pbr.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2023-12-25 23:28+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 16:49+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationspbr/sv/>\n" "Language: sv\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:215 #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:316 @@ -613,7 +613,7 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/status/include/72_pbr.js:76 msgid "Version" -msgstr "" +msgstr "Version" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:151 msgid "Version %s" diff --git a/applications/luci-app-privoxy/po/lt/privoxy.po b/applications/luci-app-privoxy/po/lt/privoxy.po index cfdb904e29..5b18463a2b 100644 --- a/applications/luci-app-privoxy/po/lt/privoxy.po +++ b/applications/luci-app-privoxy/po/lt/privoxy.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-15 15:01+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsprivoxy/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -126,7 +126,7 @@ msgstr "Įjungti/Išjungti filtravimą, kai pasileidžia „Privoxy“." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 msgid "" diff --git a/applications/luci-app-qos/po/lt/qos.po b/applications/luci-app-qos/po/lt/qos.po index 00af8508eb..539ba303a8 100644 --- a/applications/luci-app-qos/po/lt/qos.po +++ b/applications/luci-app-qos/po/lt/qos.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-24 22:01+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsqos/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:23 msgid "Calculate overhead" @@ -116,7 +116,7 @@ msgstr "žemas" #: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:42 msgid "normal" -msgstr "normalus" +msgstr "normaliai/-us" #: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:40 msgid "priority" diff --git a/applications/luci-app-radicale/po/lt/radicale.po b/applications/luci-app-radicale/po/lt/radicale.po index 5fdc36b272..38c0cd0a68 100644 --- a/applications/luci-app-radicale/po/lt/radicale.po +++ b/applications/luci-app-radicale/po/lt/radicale.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-15 15:01+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:268 msgid "" @@ -264,7 +264,7 @@ msgstr "Neįdiegta" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:356 msgid "None" -msgstr "Joks" +msgstr "Joks (-ia/-ie)" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:654 msgid "Number of backup files of log to create." @@ -332,7 +332,7 @@ msgstr "„RegExp“ failas" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:56 msgid "Reload" -msgstr "" +msgstr "Perleidimas/-sti" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:688 msgid "Response Encoding" diff --git a/applications/luci-app-rp-pppoe-server/po/lt/rp-pppoe-server.po b/applications/luci-app-rp-pppoe-server/po/lt/rp-pppoe-server.po index 4cd33dd3e9..f7a5d8c47f 100644 --- a/applications/luci-app-rp-pppoe-server/po/lt/rp-pppoe-server.po +++ b/applications/luci-app-rp-pppoe-server/po/lt/rp-pppoe-server.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-27 05:13+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsrp-pppoe-server/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:19 msgid "Access Concentrator Name" @@ -37,7 +37,7 @@ msgstr "" #: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:15 msgid "Interface" -msgstr "Sąsaja ir Sietuvas" +msgstr "Sąsaja ir/arba Sietuvas" #: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:15 msgid "Interface on which to listen." diff --git a/applications/luci-app-samba4/po/lt/samba4.po b/applications/luci-app-samba4/po/lt/samba4.po index a579b0feeb..ef9e62f0be 100644 --- a/applications/luci-app-samba4/po/lt/samba4.po +++ b/applications/luci-app-samba4/po/lt/samba4.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssamba4/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:120 msgid "Allow guests" @@ -121,7 +121,7 @@ msgstr "Įsisavinti/Paveldėti savininką" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:34 msgid "Interface" -msgstr "Sąsaja ir Sietuvas" +msgstr "Sąsaja ir/arba Sietuvas" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Listen only on the given interface or, if unspecified, on lan" diff --git a/applications/luci-app-ser2net/po/lt/ser2net.po b/applications/luci-app-ser2net/po/lt/ser2net.po index 55629f2609..e149185924 100644 --- a/applications/luci-app-ser2net/po/lt/ser2net.po +++ b/applications/luci-app-ser2net/po/lt/ser2net.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-27 07:48+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsser2net/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/proxies.js:72 #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/settings.js:71 @@ -63,7 +63,7 @@ msgstr "Laikotarpis" #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/settings.js:15 #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/settings.js:22 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/proxies.js:60 #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/settings.js:59 @@ -98,7 +98,7 @@ msgstr "„LED'ai“ (Lempučių/-tės)" #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/proxies.js:59 #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/settings.js:58 msgid "None" -msgstr "Joks" +msgstr "Joks (-ia/-ie)" #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/proxies.js:61 #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/settings.js:60 @@ -107,7 +107,7 @@ msgstr "Nelygus/Nelyginis" #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/proxies.js:27 msgid "Off" -msgstr "Išjungta" +msgstr "Išjungta/-s" #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/proxies.js:57 #: applications/luci-app-ser2net/htdocs/luci-static/resources/view/ser2net/settings.js:56 diff --git a/applications/luci-app-shadowsocks-libev/po/de/shadowsocks-libev.po b/applications/luci-app-shadowsocks-libev/po/de/shadowsocks-libev.po index 1417962037..8fe7936b9b 100644 --- a/applications/luci-app-shadowsocks-libev/po/de/shadowsocks-libev.po +++ b/applications/luci-app-shadowsocks-libev/po/de/shadowsocks-libev.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-19 17:04+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsshadowsocks-libev/de/>\n" "Language: de\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:45 msgid "-- instance type --" @@ -289,7 +289,7 @@ msgstr "Paket ist nicht installiert" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:165 msgid "Password" -msgstr "Passwort" +msgstr "Kennwort" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:175 msgid "Plugin" diff --git a/applications/luci-app-shadowsocks-libev/po/lt/shadowsocks-libev.po b/applications/luci-app-shadowsocks-libev/po/lt/shadowsocks-libev.po index 17f4ed0e90..9604cf089e 100644 --- a/applications/luci-app-shadowsocks-libev/po/lt/shadowsocks-libev.po +++ b/applications/luci-app-shadowsocks-libev/po/lt/shadowsocks-libev.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-27 01:01+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsshadowsocks-libev/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:45 msgid "-- instance type --" @@ -82,7 +82,7 @@ msgstr "Išjungti" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:145 msgid "Disabled" -msgstr "Išjungta/-as/-i" +msgstr "Išjungta/Neįgalinta (-as/-i)" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:105 msgid "Dst default" @@ -122,7 +122,7 @@ msgstr "Įjungti/Išjungti" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:148 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:69 msgid "" diff --git a/applications/luci-app-smartdns/po/de/smartdns.po b/applications/luci-app-smartdns/po/de/smartdns.po index 049864258f..fd6f32c8ff 100644 --- a/applications/luci-app-smartdns/po/de/smartdns.po +++ b/applications/luci-app-smartdns/po/de/smartdns.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-26 08:17+0000\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" "Last-Translator: FKdeveloper <felix.koeppel.ch@gmail.com>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssmartdns/de/>\n" @@ -8,7 +8,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.1\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:792 msgid "Additional Args for upstream dns servers" @@ -415,14 +415,19 @@ msgid "" "Include other config files from /etc/smartdns/conf.d or custom path, can be " "downloaded from the download page." msgstr "" +"Andere Konfigurationsdateien aus /etc/smartdns/conf.d oder einem " +"benutzerdefinierten Pfad können von der Download-Seite heruntergeladen " +"werden." #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:283 msgid "Ipset name, Add domain result to ipset when speed check fails." msgstr "" +"Ipset-Name, Domänenergebnis zu ipset hinzufügen, wenn " +"Geschwindigkeitsprüfung fehlschlägt." #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:527 msgid "List of files to download." -msgstr "" +msgstr "Liste der Dateien zum Herunterladen." #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:229 msgid "Listen only on the specified interfaces." @@ -435,15 +440,15 @@ msgstr "Lokaler Port" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:624 msgid "Log File" -msgstr "" +msgstr "Protokolldatei" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:608 msgid "Log Level" -msgstr "" +msgstr "Protokollierungslevel" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:620 msgid "Log Number" -msgstr "" +msgstr "Protokollnummer" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:604 msgid "Log Size" @@ -514,7 +519,7 @@ msgstr "Kein Check der Zertifikate" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:1000 #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:1025 msgid "None" -msgstr "" +msgstr "Keine" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:784 msgid "Only socks5 proxy support udp server." @@ -526,7 +531,7 @@ msgstr "" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:567 msgid "Proxy Server" -msgstr "" +msgstr "Proxy-Server" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:136 msgid "Proxy Server Settings" @@ -742,7 +747,7 @@ msgstr "Smartdns-Servername" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:169 #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:1016 msgid "Smartdns speed check mode." -msgstr "" +msgstr "Smartdns-Geschwindigkeitsprüfungsmodus." #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:1119 msgid "" @@ -758,12 +763,12 @@ msgstr "" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:169 #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:1016 msgid "Speed Check Mode" -msgstr "" +msgstr "Geschwindigkeitsüberprüfungsmodus" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:202 #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:1050 msgid "Speed check mode is invalid." -msgstr "" +msgstr "Geschwindigkeitsprüfmodus ist ungültig." #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219 #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384 @@ -805,11 +810,11 @@ msgstr "" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:523 msgid "Update" -msgstr "" +msgstr "Aktualisierung" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:514 msgid "Update Files" -msgstr "" +msgstr "Update-Dateien" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:500 msgid "Upload Config File" @@ -829,6 +834,8 @@ msgid "" "Upload domain list file, or configure auto download from Download File " "Setting page." msgstr "" +"Domainlisten-Datei Hochladen oder Autiomatischen Download von " +"Dateieinstellungsseite Konfigurieren." #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:921 msgid "Upload domain list file." @@ -871,7 +878,7 @@ msgstr "" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:262 msgid "Write cache to disk on exit and load on startup." -msgstr "" +msgstr "Cache beim Beenden auf die Festplatte schreiben und beim Starten laden." #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:1013 msgid "Yes" diff --git a/applications/luci-app-smartdns/po/lt/smartdns.po b/applications/luci-app-smartdns/po/lt/smartdns.po index 5837e6a49a..f8636bc087 100644 --- a/applications/luci-app-smartdns/po/lt/smartdns.po +++ b/applications/luci-app-smartdns/po/lt/smartdns.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssmartdns/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:792 msgid "Additional Args for upstream dns servers" @@ -504,7 +504,7 @@ msgstr "" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:1000 #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:1025 msgid "None" -msgstr "Joks" +msgstr "Joks (-ia/-ie)" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:784 msgid "Only socks5 proxy support udp server." diff --git a/applications/luci-app-smartdns/po/pl/smartdns.po b/applications/luci-app-smartdns/po/pl/smartdns.po index 852e13b65b..a9b96c39af 100644 --- a/applications/luci-app-smartdns/po/pl/smartdns.po +++ b/applications/luci-app-smartdns/po/pl/smartdns.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-24 20:50+0000\n" +"PO-Revision-Date: 2024-05-04 18:23+0000\n" "Last-Translator: Matthaiks <kitynska@gmail.com>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssmartdns/pl/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.1-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:792 msgid "Additional Args for upstream dns servers" @@ -587,7 +587,7 @@ msgstr "Tryb odpowiedzi" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:1174 msgid "Restart" -msgstr "Restartuj" +msgstr "Uruchom ponownie" #: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:1165 msgid "Restart Service" diff --git a/applications/luci-app-snmpd/po/ru/snmpd.po b/applications/luci-app-snmpd/po/ru/snmpd.po index 1e53145360..418ede18e6 100644 --- a/applications/luci-app-snmpd/po/ru/snmpd.po +++ b/applications/luci-app-snmpd/po/ru/snmpd.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-06 13:23+0000\n" -"Last-Translator: gfbdrgng <hnaofegnp@hldrive.com>\n" +"PO-Revision-Date: 2024-05-12 08:00+0000\n" +"Last-Translator: Sergey Ponomarev <stokito@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssnmpd/ru/>\n" "Language: ru\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:22 msgid "Agent settings" @@ -87,4 +87,4 @@ msgstr "com2sec безопасность" #: applications/luci-app-snmpd/htdocs/luci-static/resources/view/snmpd/snmpd.js:20 msgid "net-snmp's SNMPD" -msgstr "net-snmp's SNMPD" +msgstr "SNMPD из net-snmp" diff --git a/applications/luci-app-splash/po/lt/splash.po b/applications/luci-app-splash/po/lt/splash.po index a128d8d8df..46d9383ae9 100644 --- a/applications/luci-app-splash/po/lt/splash.po +++ b/applications/luci-app-splash/po/lt/splash.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssplash/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-splash/luasrc/view/splash/splash.htm:53 msgid "%s with the operator of this access point." @@ -150,7 +150,7 @@ msgstr "Užkardos zona" #: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7 msgid "General" -msgstr "Bendrai" +msgstr "Bendra/-i/-ai/-s" #: applications/luci-app-splash/luasrc/view/splash/splash.htm:54 msgid "Get in contact" diff --git a/applications/luci-app-sqm/po/lt/sqm.po b/applications/luci-app-sqm/po/lt/sqm.po index eb5e782dec..88af17992a 100644 --- a/applications/luci-app-sqm/po/lt/sqm.po +++ b/applications/luci-app-sqm/po/lt/sqm.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-18 05:15+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssqm/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:133 msgid "Advanced Configuration" @@ -27,22 +27,30 @@ msgid "" "Advanced option string to pass to the egress queueing disciplines; no error " "checking, use very carefully." msgstr "" +"Pažangios parinkties įvestis, norint praeiti į išėjimo eilių rikiavimo " +"disciplinos; be klaidų tikrinimo, naudokite atsargiai." #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:180 msgid "" "Advanced option string to pass to the ingress queueing disciplines; no error " "checking, use very carefully." msgstr "" +"Pažangios parinkties įvestis, norint praeiti į įėjimo eilių rikiavimo " +"disciplinos; be klaidų tikrinimo, naudokite atsargiai." #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:199 msgid "" "Advanced options will only be used as long as this box is checked (only " "needed if MTU > 1500)." msgstr "" +"Pažangios parinktys bus naudojamos tik tada, jeigu ši žymėjimo laukas bus " +"pažymėtas (reikalinga tik, jei „MTU“ > 1500)." #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:133 msgid "Advanced options will only be used as long as this box is checked." msgstr "" +"Pažangios parinktys bus naudojamos tik tada, jeigu ši žymėjimo laukas bus " +"pažymėtas." #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:72 msgid "Basic Settings" @@ -53,6 +61,8 @@ msgid "" "Create log file for this SQM instance under /var/run/sqm/${Interface_name}." "[start|stop]-sqm.log." msgstr "" +"Sukurti žurnalo failą šiam „SQM“ egzemplioriui, kuris randasi „/var/run/sqm/" +"${Interface_name}.[start|stop]-sqm.log“." #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:160 msgid "Dangerous Configuration" @@ -72,6 +82,8 @@ msgid "" "Download speed (kbit/s) (ingress) set to 0 to selectively disable ingress " "shaping" msgstr "" +"Atsisiuntimo greitis (kbit/s) (įėjimas) nustatyti į 0-į, norint " +"pasirinktinai išjungti įėjimo formavimą" #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:154 msgid "ECN (egress)" @@ -135,35 +147,41 @@ msgstr "Sąsajos ir/arba Sietuvo pavadinimas" #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:176 msgid "Latency target (egress)" -msgstr "" +msgstr "Atsako tikslas (išėjimas)" #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:172 msgid "Latency target (ingress)" -msgstr "" +msgstr "Atsako tikslas (įėjimas)" #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:176 msgid "" "Latency target for egress, e.g. 5ms [units: s, ms, or us]; leave empty for " "automatic selection, put in the word default for the qdisc's default." msgstr "" +"Atsako tikslas, skirtas išėjimui, (pvz: 5ms) [vienetai: sek., ms, ar us]; " +"palikite tuščią dėl automatinio pasirinkimo, įterpkite žodžio – „default“ " +"skirta „qdisc's“ numatytajam." #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:172 msgid "" "Latency target for ingress, e.g 5ms [units: s, ms, or us]; leave empty for " "automatic selection, put in the word default for the qdisc's default." msgstr "" +"Atsako tikslas, skirtas įėjimui, (pvz: 5ms) [vienetai: sek., ms, ar us]; " +"palikite tuščią dėl automatinio pasirinkimo, įterpkite žodžio – „default“ " +"skirta „qdisc's“ numatytajam." #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:74 msgid "Link Layer Adaptation" -msgstr "" +msgstr "Sujungimo sluoksnio pritaikymas" #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:187 msgid "Link layer" -msgstr "" +msgstr "Sujungimo sluoksnis" #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:218 msgid "Linklayer adaptation mechanism" -msgstr "" +msgstr "Sujungimo sluoksnio pritaikymo mechanizmas" #: applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js:112 msgid "" diff --git a/applications/luci-app-sshtunnel/po/de/sshtunnel.po b/applications/luci-app-sshtunnel/po/de/sshtunnel.po index 4ee55641cb..4f426e5ba9 100644 --- a/applications/luci-app-sshtunnel/po/de/sshtunnel.po +++ b/applications/luci-app-sshtunnel/po/de/sshtunnel.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" "Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssshtunnel/de/>\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:37 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:75 @@ -20,7 +20,7 @@ msgstr "" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:138 msgid "A key with that name already exists." -msgstr "" +msgstr "Ein Schlüssel mit diesem Namen existiert bereits." #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:124 msgid "Accept new and check if not changed" diff --git a/applications/luci-app-sshtunnel/po/lt/sshtunnel.po b/applications/luci-app-sshtunnel/po/lt/sshtunnel.po index d460ec030b..7df2543dde 100644 --- a/applications/luci-app-sshtunnel/po/lt/sshtunnel.po +++ b/applications/luci-app-sshtunnel/po/lt/sshtunnel.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-20 03:44+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssshtunnel/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:37 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:75 @@ -74,7 +74,7 @@ msgstr "Dinamiški tuneliai" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:106 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:132 msgid "Enabled" -msgstr "Įjungta/Įgalinta (-as)" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:52 msgid "For Dropbear %s" diff --git a/applications/luci-app-sshtunnel/po/ru/sshtunnel.po b/applications/luci-app-sshtunnel/po/ru/sshtunnel.po index 46be6627aa..4439ad36d9 100644 --- a/applications/luci-app-sshtunnel/po/ru/sshtunnel.po +++ b/applications/luci-app-sshtunnel/po/ru/sshtunnel.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-01-20 10:36+0000\n" -"Last-Translator: st7105 <st7105@gmail.com>\n" +"PO-Revision-Date: 2024-05-12 08:00+0000\n" +"Last-Translator: Sergey Ponomarev <stokito@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssshtunnel/ru/>\n" "Language: ru\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:37 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:75 @@ -183,7 +183,7 @@ msgstr "Нет" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:19 msgid "No SSH keys found, <a %s>generate a new one</a>" -msgstr "Нет ни одного ключа, пожалуйста <a %s>сгенерируйте новый</a>." +msgstr "Нет ни одного ключа, пожалуйста <a %s>сгенерируйте новый</a>" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:42 msgid "Port" diff --git a/applications/luci-app-sshtunnel/po/sv/sshtunnel.po b/applications/luci-app-sshtunnel/po/sv/sshtunnel.po index 8141cde9eb..f01c80c0ae 100644 --- a/applications/luci-app-sshtunnel/po/sv/sshtunnel.po +++ b/applications/luci-app-sshtunnel/po/sv/sshtunnel.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-02-15 22:09+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 16:49+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssshtunnel/sv/>\n" "Language: sv\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:37 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:75 @@ -73,7 +73,7 @@ msgstr "" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:106 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:132 msgid "Enabled" -msgstr "" +msgstr "Aktiverad" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:52 msgid "For Dropbear %s" @@ -247,7 +247,7 @@ msgstr "" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:157 msgid "Server" -msgstr "" +msgstr "Server" #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:93 msgid "Server keep alive attempts" diff --git a/applications/luci-app-statistics/po/de/statistics.po b/applications/luci-app-statistics/po/de/statistics.po index 542e352de9..ca336c2183 100644 --- a/applications/luci-app-statistics/po/de/statistics.po +++ b/applications/luci-app-statistics/po/de/statistics.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2024-04-30 03:54+0000\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" "Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/de/>\n" @@ -12,19 +12,19 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:47 msgid "0 - At most once" -msgstr "" +msgstr "0 - Maximal einmal" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:48 msgid "1 - At least once" -msgstr "" +msgstr "1 - Mindestens einmal" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:49 msgid "2 - Exactly once" -msgstr "" +msgstr "2 - Genau einmal" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -73,7 +73,7 @@ msgstr "Erwarte E-Mail eingabe in %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:19 msgid "Backup RRD statistics" -msgstr "" +msgstr "RRD-Statistiken sichern" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:20 msgid "" @@ -168,7 +168,7 @@ msgstr "Chrony-Überwachung aktiviert" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:72 msgid "CleanSession" -msgstr "" +msgstr "CleanSession" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:21 msgid "CollectLinks" @@ -448,7 +448,7 @@ msgstr "Zusätzliche Elemente" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:68 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:75 msgid "False" -msgstr "" +msgstr "Falsch" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:14 msgid "Fetch pages" @@ -537,7 +537,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14 msgid "Hide free memory" -msgstr "" +msgstr "Freien Speicher ausblenden" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:15 msgid "" @@ -922,7 +922,7 @@ msgstr[1] "Überwachung von %d Sensoren" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/users.js:14 msgid "Monitoring shell users count" -msgstr "" +msgstr "Überwachung der Anzahl der Shell-Benutzer" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:10 msgid "Monitoring splash leases" @@ -938,15 +938,15 @@ msgstr "Mehr Details über Frequenznutzung und -übergänge" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/mqtt.json:2 msgid "Mqtt" -msgstr "" +msgstr "Mqtt" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:6 msgid "Mqtt Plugin Configuration" -msgstr "" +msgstr "Mqtt-Plugin-Konfiguration" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:86 msgid "Mqtt plugin enabled" -msgstr "" +msgstr "Mqtt-Plugin aktiviert" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:25 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:25 @@ -1043,7 +1043,7 @@ msgstr "Übersicht" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:41 msgid "Password" -msgstr "" +msgstr "Kennwort" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:23 msgid "Percent values" @@ -1083,7 +1083,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:53 msgid "Prefix" -msgstr "" +msgstr "Präfix" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/processes.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2 @@ -1101,7 +1101,7 @@ msgstr "Prozessor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:21 msgid "Publish" -msgstr "" +msgstr "Veröffentlichen" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:26 msgid "Qdisc monitoring" @@ -1109,7 +1109,7 @@ msgstr "Queue Discipline überwachen" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:46 msgid "QoS" -msgstr "" +msgstr "QoS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:62 msgid "RRD XFiles Factor" @@ -1149,7 +1149,7 @@ msgstr "Berichte in Prozent" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:58 msgid "Retain" -msgstr "" +msgstr "Behalten" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:57 msgid "Rows per RRA" @@ -1266,11 +1266,11 @@ msgstr "Zeige Maximal statt Durschnittswerte" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dsl.js:34 msgid "Signal Attenuation Down (SATN)" -msgstr "" +msgstr "Signalabschwächung nach unten (SATN)" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dsl.js:29 msgid "Signal Attenuation Up (SATN)" -msgstr "" +msgstr "Signalabschwächung nach oben (SATN)" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:23 msgid "Simple CPU frequency monitoring enabled" @@ -1346,7 +1346,7 @@ msgstr "Werte nicht absolut sondern als Raten speichern" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:65 msgid "StoreRates" -msgstr "" +msgstr "StoreRates" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:43 msgid "Stored timespans" @@ -1358,7 +1358,7 @@ msgstr "Speichere CSV-Daten in %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:22 msgid "Subscribe" -msgstr "" +msgstr "Abonnieren" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:30 msgid "Summary of all ports" @@ -1724,13 +1724,13 @@ msgstr "Zeitüberschreitung für die Abfrage von chrony" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:79 msgid "Topic" -msgstr "" +msgstr "Thema" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:60 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:67 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:74 msgid "True" -msgstr "" +msgstr "Wahr" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:80 msgid "Try to look up fully qualified hostname" @@ -1746,7 +1746,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:20 msgid "Type" -msgstr "" +msgstr "Typ" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/nut.js:7 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 @@ -1804,11 +1804,11 @@ msgstr "Nutzer" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/users.js:7 msgid "Users" -msgstr "" +msgstr "Nutzer" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/users.js:6 msgid "Users Plugin Configuration" -msgstr "" +msgstr "Nutzer Plugin Konfiguration" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dsl.js:92 msgid "Vectoring Down" diff --git a/applications/luci-app-statistics/po/lt/statistics.po b/applications/luci-app-statistics/po/lt/statistics.po index 1797b95753..d2fc734c95 100644 --- a/applications/luci-app-statistics/po/lt/statistics.po +++ b/applications/luci-app-statistics/po/lt/statistics.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-27 01:01+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/mqtt.js:47 msgid "0 - At most once" @@ -388,7 +388,7 @@ msgstr "Įjungti šį plėtinį" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:113 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/entropy.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2 @@ -1915,7 +1915,7 @@ msgstr "nėra santraukos" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:139 msgid "none" -msgstr "joks" +msgstr "joks (-ia/-ie)" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:107 msgid "one device" diff --git a/applications/luci-app-tor/po/lt/tor.po b/applications/luci-app-tor/po/lt/tor.po index 6b6f111107..0dd208b1b2 100644 --- a/applications/luci-app-tor/po/lt/tor.po +++ b/applications/luci-app-tor/po/lt/tor.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationstor/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-tor/htdocs/luci-static/resources/view/tor/tor-hs.js:93 msgid "A pair <code>PublicPort;LocalPort</code> e.g. <code>80;8080</code>." @@ -49,7 +49,7 @@ msgstr "Paskirties/Kelionės tikslo adresas" #: applications/luci-app-tor/htdocs/luci-static/resources/view/tor/tor-hs.js:50 msgid "Enabled" -msgstr "Įjungta/Įgalinta (-as)" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-tor/htdocs/luci-static/resources/view/tor/tor-hs.js:34 #: applications/luci-app-tor/htdocs/luci-static/resources/view/tor/tor.js:12 diff --git a/applications/luci-app-tor/po/sv/tor.po b/applications/luci-app-tor/po/sv/tor.po index eca4821963..2dc0b1bec2 100644 --- a/applications/luci-app-tor/po/sv/tor.po +++ b/applications/luci-app-tor/po/sv/tor.po @@ -1,13 +1,16 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2024-05-12 08:00+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" +"Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationstor/sv/>\n" "Language: sv\n" "MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-tor/htdocs/luci-static/resources/view/tor/tor-hs.js:93 msgid "A pair <code>PublicPort;LocalPort</code> e.g. <code>80;8080</code>." @@ -39,12 +42,12 @@ msgstr "" #: applications/luci-app-tor/htdocs/luci-static/resources/view/tor/tor-hs.js:50 msgid "Enabled" -msgstr "" +msgstr "Aktiverad" #: applications/luci-app-tor/htdocs/luci-static/resources/view/tor/tor-hs.js:34 #: applications/luci-app-tor/htdocs/luci-static/resources/view/tor/tor.js:12 msgid "For further information <a %s>check the documentation</a>" -msgstr "" +msgstr "För mer information, <a %s>se dokumentationen</a>" #: applications/luci-app-tor/root/usr/share/rpcd/acl.d/luci-app-tor.json:3 msgid "Grant UCI access for luci-app-tor" diff --git a/applications/luci-app-transmission/po/lt/transmission.po b/applications/luci-app-transmission/po/lt/transmission.po index 215394fca2..e4d01ec143 100644 --- a/applications/luci-app-transmission/po/lt/transmission.po +++ b/applications/luci-app-transmission/po/lt/transmission.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-02-02 12:51+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationstransmission/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:65 msgid "Alternative download speed" @@ -108,7 +108,7 @@ msgstr "" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:47 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:136 msgid "Encryption" @@ -180,7 +180,7 @@ msgstr "Pašaliniai" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:148 msgid "None" -msgstr "Joks" +msgstr "Joks (-ia/-ie)" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:283 msgid "" @@ -191,7 +191,7 @@ msgstr "" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:106 msgid "Off" -msgstr "Išjungta" +msgstr "Išjungta/-s" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:38 msgid "Open Web Interface" diff --git a/applications/luci-app-travelmate/po/de/travelmate.po b/applications/luci-app-travelmate/po/de/travelmate.po index d7880f4a7d..755b1f469d 100644 --- a/applications/luci-app-travelmate/po/de/travelmate.po +++ b/applications/luci-app-travelmate/po/de/travelmate.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-19 17:04+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" +"Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationstravelmate/de/>\n" "Language: de\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:76 msgid "-- AP Selection --" @@ -449,7 +449,7 @@ msgstr "PEAP" #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964 msgid "Password" -msgstr "Passwort" +msgstr "Kennwort" #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031 diff --git a/applications/luci-app-travelmate/po/lt/travelmate.po b/applications/luci-app-travelmate/po/lt/travelmate.po index 23fdc889e5..faa3776551 100644 --- a/applications/luci-app-travelmate/po/lt/travelmate.po +++ b/applications/luci-app-travelmate/po/lt/travelmate.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-12 04:01+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationstravelmate/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:76 msgid "-- AP Selection --" @@ -241,7 +241,7 @@ msgstr "Įjungti/Išjungti šį tinklą" #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284 msgid "Enabled" -msgstr "Įjungta/Įgalinta (-as)" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:758 @@ -871,7 +871,7 @@ msgstr "auth=„PAP“" #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955 msgid "none" -msgstr "joks" +msgstr "joks (-ia/-ie)" #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:310 msgid "use both radios, normal sort order (radio0 radio1)" diff --git a/applications/luci-app-ttyd/po/es/ttyd.po b/applications/luci-app-ttyd/po/es/ttyd.po index 6963c00a42..905e4b76cc 100644 --- a/applications/luci-app-ttyd/po/es/ttyd.po +++ b/applications/luci-app-ttyd/po/es/ttyd.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2019-10-17 14:50-0300\n" -"PO-Revision-Date: 2024-02-05 02:27+0000\n" +"PO-Revision-Date: 2024-05-09 11:33+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsttyd/es/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:64 msgid "Accept only one client and exit on disconnection" @@ -35,7 +35,7 @@ msgstr "" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:20 msgid "Bind to UNIX domain socket instead of IP port" -msgstr "" +msgstr "Vincular al socket de dominio UNIX en lugar del puerto IP" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:58 msgid "Check origin" @@ -123,7 +123,7 @@ msgstr "Interfaz" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:93 msgid "Make sure to set up another authorization method." -msgstr "" +msgstr "Asegúrese de configurar otro método de autorización." #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:60 msgid "Max clients" @@ -135,11 +135,13 @@ msgstr "Máximo de clientes a admitir (predeterminado: 0, sin límite)" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:27 msgid "Network interface to bind (eg: eth0)" -msgstr "" +msgstr "Interfaz de red para vincular (por ejemplo: eth0)" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:92 msgid "Note that reverse proxied pages is NOT protected by password like LuCI." msgstr "" +"Tenga en cuenta que las páginas con proxy inverso NO están protegidas por " +"contraseña como LuCI." #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:84 msgid "Notice" @@ -150,8 +152,9 @@ msgid "Once" msgstr "Una vez" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:91 +#, fuzzy msgid "Override URL in Terminal tab. For use with reverse proxy." -msgstr "" +msgstr "Anular URL en la pestaña Terminal. Para usar con proxy inverso." #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:22 msgid "Port" @@ -234,19 +237,19 @@ msgstr "Tipo de terminal para informar (predeterminado: xterm-256color)" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:31 msgid "UNIX domain socket path (eg: /var/run/ttyd.sock)" -msgstr "" +msgstr "Ruta del socket del dominio UNIX (por ejemplo: /var/run/ttyd.sock)" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:20 msgid "UNIX socket" -msgstr "" +msgstr "Socket UNIX" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:31 msgid "UNIX socket path" -msgstr "" +msgstr "Ruta del socket UNIX" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:90 msgid "URL override" -msgstr "" +msgstr "Anulación de URL" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:39 msgid "User ID" diff --git a/applications/luci-app-udpxy/po/lt/udpxy.po b/applications/luci-app-udpxy/po/lt/udpxy.po index 26e0a3e3fd..c9ab71195b 100644 --- a/applications/luci-app-udpxy/po/lt/udpxy.po +++ b/applications/luci-app-udpxy/po/lt/udpxy.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-27 01:01+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsudpxy/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-udpxy/htdocs/luci-static/resources/view/udpxy.js:30 msgid "Bind IP/Interface" @@ -32,7 +32,7 @@ msgstr "" #: applications/luci-app-udpxy/htdocs/luci-static/resources/view/udpxy.js:16 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-udpxy/root/usr/share/rpcd/acl.d/luci-app-udpxy.json:3 msgid "Grant UCI access for luci-app-udpxy" diff --git a/applications/luci-app-uhttpd/po/sv/uhttpd.po b/applications/luci-app-uhttpd/po/sv/uhttpd.po index 90735c3004..7dca3a2e85 100644 --- a/applications/luci-app-uhttpd/po/sv/uhttpd.po +++ b/applications/luci-app-uhttpd/po/sv/uhttpd.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2023-10-02 03:20+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 16:49+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsuhttpd/sv/>\n" "Language: sv\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.1-dev\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:160 msgid "" @@ -43,7 +43,8 @@ msgstr "Basmapp för filer som ska publiceras" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:55 msgid "Bind to specific interface:port (by specifying interface address)" msgstr "" -"Bind till ett specifikt gränssnitt:port (genom att ange gränssnittets address" +"Bind till ett specifikt gränssnitt:port (genom att ange gränssnittets " +"address)" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:151 msgid "CGI filetype handler" @@ -71,7 +72,7 @@ msgstr "Stäng av JSON-RPC-autentisering via ubus-sessionens API" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:154 msgid "Do not follow symlinks outside document root" -msgstr "" +msgstr "Följ inte symboliska länkar om utanför dokumentroten" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:157 msgid "Do not generate directory listings." @@ -79,7 +80,7 @@ msgstr "Generera inte mapp-listningar." #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:173 msgid "Document root" -msgstr "" +msgstr "Dokumentrot" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:147 msgid "E.g specify with index.html and index.php when using PHP" @@ -87,29 +88,30 @@ msgstr "T.ex ange med index.html och index.php när PHP används" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:184 msgid "Embedded Lua interpreter is disabled if not present." -msgstr "" +msgstr "Inbyggd Lua-interpreterare är avstängd om ej närvarande." #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:193 msgid "Enable JSON-RPC Cross-Origin Resource Support" -msgstr "" +msgstr "Aktivera JSON-RPC Cross-Origin Resource Support" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:106 #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:110 msgid "" "Files can only be uploaded and saved to the /etc/luci-uploads directory." -msgstr "" +msgstr "Filer kan bara laddas upp och sparas i /etc/luci-uploads-katalogen." #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:24 msgid "For settings primarily geared to serving more than the web UI" msgstr "" +"För inställningar som primärt är avsedda för mer än bara webbgränssnittet" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:24 msgid "Full Web Server Settings" -msgstr "" +msgstr "Utökade inställningar för webbservern" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:184 msgid "Full real path to handler for Lua scripts" -msgstr "" +msgstr "Hela sökvägen till hanteraren för Lua-skript" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:23 msgid "General Settings" @@ -117,7 +119,7 @@ msgstr "Generella inställningar" #: applications/luci-app-uhttpd/root/usr/share/rpcd/acl.d/luci-app-uhttpd.json:3 msgid "Grant UCI access for luci-app-uhttpd" -msgstr "" +msgstr "Ger UCI-åtkomst till luci-app-uhttpd" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:27 msgid "HTTP listeners (address:port)" @@ -138,6 +140,8 @@ msgstr "HTTPS-lyssnare (adress:port)" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:245 msgid "If empty, a random/unique value is used in cert generation" msgstr "" +"Om tomt så kommer ett slumpmässigt värde användas i genereringen av " +"certifikatet" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:102 msgid "Ignore private IPs on public interface" @@ -152,6 +156,8 @@ msgid "" "Interpreter to associate with file endings ('suffix=handler', e.g. '.php=/" "usr/bin/php-cgi')" msgstr "" +"Interpreterare att associera med filändelser ('suffix=handler', t.ex. '.php=/" +"usr/bin/php-cgi')" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:238 msgid "Length of key in bits" @@ -167,11 +173,11 @@ msgstr "Maximalt antal anslutningar" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:225 msgid "Maximum number of script requests" -msgstr "" +msgstr "Högst antal skriptförfrågningar" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:201 msgid "Maximum wait time for Lua, CGI, or ubus execution" -msgstr "" +msgstr "Högsta väntetid för Lua, CGI eller ubusexekvering" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:206 msgid "Maximum wait time for network activity" @@ -183,21 +189,23 @@ msgstr "Organisation" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:190 msgid "Override path for ubus socket" -msgstr "" +msgstr "Skriv över sökväg för ubus-socket" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:177 msgid "Path prefix for CGI scripts" -msgstr "" +msgstr "Sökvägsprefix för CGI-skript" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:102 msgid "" "Prevent access from private (RFC1918) IPs on an interface if it has an " "public IP address" msgstr "" +"Förhindra åtkomst från privata (RFC1918) IP-adresser på ett gränssnitt ifall " +"det har en publik IP-adress" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:163 msgid "Realm for Basic Auth" -msgstr "" +msgstr "Realm för Basic Auth" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:98 msgid "Redirect all HTTP to HTTPS" @@ -205,7 +213,7 @@ msgstr "Dirigera om HTTP till HTTPS" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:128 msgid "Remove configuration for certificate and key" -msgstr "" +msgstr "Ta bort konfiguration för certifikat och nyckel" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:114 msgid "Remove old certificate and key" @@ -219,6 +227,7 @@ msgstr "Värdnamn för server" msgid "" "Settings which are either rarely needed or which affect serving the WebUI" msgstr "" +"Inställningar som antingen sällan behövs eller påverkar webbgränssnittet" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:250 msgid "State" @@ -226,7 +235,7 @@ msgstr "Status" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:216 msgid "TCP Keepalive" -msgstr "" +msgstr "TCP Keepalive" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:128 msgid "This permanently deletes the cert, key, and configuration to use same." @@ -236,21 +245,23 @@ msgstr "" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:234 msgid "Valid for # of Days" -msgstr "" +msgstr "Giltigt i X antal dagar" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:170 msgid "" "Virtual URL or CGI script to display on status '404 Not Found'. Must begin " "with '/'" msgstr "" +"Virtuell URL eller CGI-skript att visa vid status '404 Not Found'. Måste " +"börja med '/'" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:180 msgid "Virtual path prefix for Lua scripts" -msgstr "" +msgstr "Virtuell sökvägsprefix för Lua-skript" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:187 msgid "Virtual path prefix for ubus via JSON-RPC integration" -msgstr "" +msgstr "Virtuell sökvägsprefix för ubus via JSON-RPC-integrationen" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:167 msgid "Will not use HTTP authentication if not present" @@ -258,7 +269,7 @@ msgstr "Kommer inte att använda HTTP-autentisering om det inte är tillgänglig #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:242 msgid "a.k.a CommonName" -msgstr "" +msgstr "också känt som CommonName" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:17 #: applications/luci-app-uhttpd/root/usr/share/luci/menu.d/luci-app-uhttpd.json:3 @@ -267,14 +278,16 @@ msgstr "uHTTPd" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:229 msgid "uHTTPd Self-signed Certificate Parameters" -msgstr "" +msgstr "Parametrar för självsignerat uHTTPd-certifikat" #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:114 msgid "" "uHTTPd will generate a new self-signed certificate using the configuration " "shown below." msgstr "" +"uHTTPd kommer generera ett nytt självsignerat certifikat baserat på " +"konfigurationen nedan." #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:187 msgid "ubus integration is disabled if not present" -msgstr "" +msgstr "ubus-integrationen är avstängd om ej närvarande" diff --git a/applications/luci-app-unbound/po/lt/unbound.po b/applications/luci-app-unbound/po/lt/unbound.po index 52f11f3e38..19c15b3e79 100644 --- a/applications/luci-app-unbound/po/lt/unbound.po +++ b/applications/luci-app-unbound/po/lt/unbound.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-03-25 15:06+0000\n" +"PO-Revision-Date: 2024-05-10 07:37+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsunbound/lt/>\n" @@ -11,12 +11,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:161 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:53 msgid "(none)" -msgstr "(joks)" +msgstr "(joks (-ia/-ie))" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:96 msgid "(root)" @@ -36,11 +36,13 @@ msgstr "„AXFR“" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:68 msgid "Accept queries only from local subnets" -msgstr "" +msgstr "Priimti užklausas tik iš vietinių potinklių" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:216 msgid "Adblock domain list is too large to display in LuCI." msgstr "" +"Reklaminio/Skelbimų turinio blokatoriaus sąrašas yra pernelyg didelis, kad " +"būtų rodomas per „LuCI“." #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:47 msgid "Advanced" @@ -56,7 +58,7 @@ msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:38 msgid "Authoritative (zone file)" -msgstr "" +msgstr "Autoritarinis (zonos failas)" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:42 msgid "Basic" @@ -225,7 +227,7 @@ msgstr "Įjungti šią nurodytą zoną" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:29 msgid "Enabled" -msgstr "Įjungta/Įgalinta (-as)" +msgstr "Įjungta/Įgalinta (-as/-i)" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:298 msgid "Extended Statistics" @@ -253,7 +255,7 @@ msgstr "Failai" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:100 msgid "Filter Entire Subnet" -msgstr "" +msgstr "Filtruoti visą potinklį" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:91 msgid "Filter Localhost Rebind" @@ -290,11 +292,11 @@ msgstr "Suteikti „UCI“ prieigą – „luci-app-unbound“" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:196 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:208 msgid "Host FQDN, All Addresses" -msgstr "" +msgstr "Skleidėjo/P.k – vedėjo „FQDN“; visi adresai" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:218 msgid "Host Records" -msgstr "" +msgstr "Skleidėjo/P.k – vedėjo įrašai" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:219 msgid "Host/MX/SRV RR" @@ -326,7 +328,7 @@ msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:242 msgid "IP4 All and IP6 Local" -msgstr "" +msgstr "IP4 Visi ir IP6 vietinis" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:241 msgid "IP4 Only" @@ -351,7 +353,7 @@ msgstr "Ignoruoti" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:197 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:209 msgid "Interface FQDN, All Addresses" -msgstr "" +msgstr "Sąsajos ir/arba Sietuvo „FQDN“; visi adresai" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:190 msgid "LAN DNS" @@ -418,7 +420,7 @@ msgstr "Vietinis potinklis, šifruotas" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:235 msgid "Local Subnet, Static Encryption" -msgstr "" +msgstr "Vietinis potinklis, statiškai šifruotas" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:54 msgid "Local Zones" @@ -469,6 +471,8 @@ msgstr "Nėra nuotolinio valdymo" msgid "" "Note: SSL/TLS library is missing an API. Please review syslog. >> logread ..." msgstr "" +"Pastaba: „SSL/TLS“ biblioteka neturi „API“. Prašome peržiūrėti „syslog“. >> " +"„logread“ ..." #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:36 msgid "" diff --git a/applications/luci-app-upnp/po/ru/upnp.po b/applications/luci-app-upnp/po/ru/upnp.po index 982492ac80..dc0da6ba43 100644 --- a/applications/luci-app-upnp/po/ru/upnp.po +++ b/applications/luci-app-upnp/po/ru/upnp.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: upnp\n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2024-02-03 21:48+0000\n" -"Last-Translator: st7105 <st7105@gmail.com>\n" +"PO-Revision-Date: 2024-05-12 08:00+0000\n" +"Last-Translator: Sergey Ponomarev <stokito@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsupnp/ru/>\n" "Language: ru\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4\n" "Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" @@ -22,7 +22,7 @@ msgid "" "and ports, IPv6 always allowed." msgstr "" "Список доступа задает внешние порты для перенаправления на внутренние адреса " -"и порты" +"и порты, при этом для IPv6 всегда разрешено." #: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 msgid "Action" @@ -200,11 +200,11 @@ msgstr "Активные переадресации отсутствуют." #: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 msgid "UPnP IGD & PCP/NAT-PMP" -msgstr "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD и PCP/NAT-PMP" #: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 msgid "UPnP IGD & PCP/NAT-PMP Service" -msgstr "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Сервис UPnP IGD и PCP/NAT-PMP" #: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 msgid "" diff --git a/applications/luci-app-usteer/po/lt/usteer.po b/applications/luci-app-usteer/po/lt/usteer.po index 258a2fc97b..11d08cb3bb 100644 --- a/applications/luci-app-usteer/po/lt/usteer.po +++ b/applications/luci-app-usteer/po/lt/usteer.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-03-14 23:45+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsusteer/lt/>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:79 #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:233 @@ -33,10 +33,12 @@ msgstr "" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:278 msgid "Also be sure to enable rrm reports, 80211kv, etc." msgstr "" +"Tai pat, neužmirškite įjungti/įgalinti „rrm“ reportažus, „80211kv“ ir t.t." #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:372 msgid "An incorrect parameter can cause usteer to fail to start up." msgstr "" +"Neteisingas parametras, gali sutrukdyti „usteer“ veikimą ir jo paleidimą." #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:483 msgid "Assoc steering" @@ -179,39 +181,39 @@ msgstr "" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:258 msgctxt "Channel load in usteer overview" msgid "Load" -msgstr "Krauti" +msgstr "Apkrova" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:463 msgid "Load balancing threshold" -msgstr "" +msgstr "Apkrovos balansavimo slenkstis" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:570 msgid "Load kick delay" -msgstr "" +msgstr "Apkrovos išmetimo atidėjimas" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:562 msgid "Load kick enabled" -msgstr "" +msgstr "Apkrovos išmetimas įjungtas/įgalintas" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:575 msgid "Load kick min clients" -msgstr "" +msgstr "Apkrovos išmetimas minimalus klientų skaičius" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:580 msgid "Load kick reason code" -msgstr "" +msgstr "Apkrovos išmetimo priežasties kodas" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:565 msgid "Load kick threshold" -msgstr "" +msgstr "Apkrovos išmetimo slenkstis" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:411 msgid "Local mode" -msgstr "" +msgstr "Vietinis režimas" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:438 msgid "Local sta timeout" -msgstr "" +msgstr "Vietinis „sta“ užklausos laikas" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:448 msgid "Local sta update" @@ -342,10 +344,14 @@ msgstr "" msgid "" "Minimum signal-to-noise ratio or signal level (dBm) to allow connections" msgstr "" +"Minimalus signalo santykis triukšmui arba signalo lygis (dBm), norint leisti " +"prisijungimus" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:494 msgid "Minimum signal-to-noise ratio or signal level (dBm) to remain connected" msgstr "" +"Minimalus signalo santykis triukšmui arba signalo lygis (dBm), norint leisti " +"likti prisijungusiam" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:532 msgid "Minimum time (ms) between client roaming scan trigger attempts" @@ -530,7 +536,7 @@ msgstr "" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:24 msgid "This AP" -msgstr "" +msgstr "Šis prieigos taškas" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:509 msgid "" @@ -556,7 +562,7 @@ msgstr "" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:373 msgid "To start it running try %s" -msgstr "" +msgstr "Norint šį paleisti, mėginkite – „%s“" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:414 msgid "Use IPv6 for remote exchange" @@ -591,7 +597,7 @@ msgstr "" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:625 msgid "empty means all" -msgstr "" +msgstr "tuščia/-uma reiškia – visus" #~ msgctxt "Combination of IP and interface name in usteer overview" #~ msgid "IP & Interface" diff --git a/applications/luci-app-usteer/po/pl/usteer.po b/applications/luci-app-usteer/po/pl/usteer.po index a46de1b731..ffb0bf0f19 100644 --- a/applications/luci-app-usteer/po/pl/usteer.po +++ b/applications/luci-app-usteer/po/pl/usteer.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-24 20:50+0000\n" +"PO-Revision-Date: 2024-05-06 11:38+0000\n" "Last-Translator: Matthaiks <kitynska@gmail.com>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsusteer/pl/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.1-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:79 #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:233 @@ -38,7 +38,7 @@ msgstr "Pamiętaj także o włączeniu raportów rrm, 80211kv itp." #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:372 msgid "An incorrect parameter can cause usteer to fail to start up." -msgstr "" +msgstr "Nieprawidłowy parametr może spowodować, że usteer się nie uruchomi." #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:483 msgid "Assoc steering" diff --git a/applications/luci-app-usteer/po/ru/usteer.po b/applications/luci-app-usteer/po/ru/usteer.po index 5ff0f6bd73..e7478f20db 100644 --- a/applications/luci-app-usteer/po/ru/usteer.po +++ b/applications/luci-app-usteer/po/ru/usteer.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-26 08:18+0000\n" +"PO-Revision-Date: 2024-05-06 11:38+0000\n" "Last-Translator: st7105 <st7105@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsusteer/ru/>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5.1\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:79 #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:233 @@ -36,7 +36,7 @@ msgstr "Также не забудьте включить отчеты rrm, 8021 #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:372 msgid "An incorrect parameter can cause usteer to fail to start up." -msgstr "" +msgstr "Неправильный параметр может привести к тому, что usteer не запустится." #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:483 msgid "Assoc steering" diff --git a/applications/luci-app-usteer/po/tr/usteer.po b/applications/luci-app-usteer/po/tr/usteer.po index c181b5d962..d4af5a06d6 100644 --- a/applications/luci-app-usteer/po/tr/usteer.po +++ b/applications/luci-app-usteer/po/tr/usteer.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-04-25 11:50+0000\n" -"Last-Translator: Oğuz Han <h4n.3545@gmail.com>\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" +"Last-Translator: Oğuz Ersen <oguz@ersen.moe>\n" "Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsusteer/tr/>\n" "Language: tr\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.1-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:79 #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:233 @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:372 msgid "An incorrect parameter can cause usteer to fail to start up." -msgstr "" +msgstr "Yanlış bir parametre usteer'in başlatılamamasına neden olabilir." #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:483 msgid "Assoc steering" diff --git a/applications/luci-app-usteer/po/zh_Hans/usteer.po b/applications/luci-app-usteer/po/zh_Hans/usteer.po index d18d62bcbb..d18c387e32 100644 --- a/applications/luci-app-usteer/po/zh_Hans/usteer.po +++ b/applications/luci-app-usteer/po/zh_Hans/usteer.po @@ -1,9 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-25 08:35+0000\n" -"Last-Translator: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate." -"org>\n" +"PO-Revision-Date: 2024-05-06 11:38+0000\n" +"Last-Translator: try496 <pinghejk@gmail.com>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsusteer/zh_Hans/>\n" "Language: zh_Hans\n" @@ -11,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.5.1-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:79 #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:233 @@ -38,7 +37,7 @@ msgstr "还需确保启用 rrm 报告、80211kv 等。" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:372 msgid "An incorrect parameter can cause usteer to fail to start up." -msgstr "" +msgstr "错误的参数可能导致usteer无法启动。" #: applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js:483 msgid "Assoc steering" diff --git a/applications/luci-app-v2raya/po/de/v2raya.po b/applications/luci-app-v2raya/po/de/v2raya.po index f1721230b0..38d6a58d14 100644 --- a/applications/luci-app-v2raya/po/de/v2raya.po +++ b/applications/luci-app-v2raya/po/de/v2raya.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-v 2raya\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" "Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsv2raya/de/>\n" @@ -10,17 +10,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:79 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:86 msgid "Auto" -msgstr "" +msgstr "Auto" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:64 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/log.js:30 msgid "Collecting data…" -msgstr "" +msgstr "Sammeln von Daten…" #: applications/luci-app-v2raya/root/usr/share/luci/menu.d/luci-app-v2raya.json:13 msgid "Configuration" @@ -32,11 +32,11 @@ msgstr "Debug" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:104 msgid "Disable log color output" -msgstr "" +msgstr "Deaktivieren der Ausgabe von Protokollfarben" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:106 msgid "Disable log timestamp" -msgstr "" +msgstr "Protokoll-Zeitstempel deaktivieren" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:70 msgid "Enable" @@ -48,11 +48,11 @@ msgstr "Fehler" #: applications/luci-app-v2raya/root/usr/share/rpcd/acl.d/luci-app-v2raya.json:3 msgid "Grant access to v2rayA configuration" -msgstr "" +msgstr "Zugriff auf die v2rayA-Konfiguration gewähren" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:77 msgid "IPv6 support" -msgstr "" +msgstr "IPv6-Unterstützung" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:94 msgid "Info" @@ -60,11 +60,11 @@ msgstr "Info" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:73 msgid "Listening address" -msgstr "" +msgstr "Listening-Adresse" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/log.js:28 msgid "Loading…" -msgstr "" +msgstr "Laden…" #: applications/luci-app-v2raya/root/usr/share/luci/menu.d/luci-app-v2raya.json:21 msgid "Log" @@ -72,11 +72,11 @@ msgstr "Log" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/log.js:48 msgid "Log file does not exist." -msgstr "" +msgstr "Die Protokolldatei existiert nicht." #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/log.js:39 msgid "Log is clean." -msgstr "" +msgstr "Protokoll ist leer." #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:91 msgid "Log level" @@ -84,25 +84,25 @@ msgstr "Protokollierungslevel" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:99 msgid "Max log retention period" -msgstr "" +msgstr "Maximale Aufbewahrungszeit für Protokolle" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:33 msgid "NOT RUNNING" -msgstr "" +msgstr "LÄUFT NICHT" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:84 msgid "Nftables support" -msgstr "" +msgstr "Nftables-Unterstützung" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:81 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:88 msgid "Off" -msgstr "" +msgstr "Aus" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:80 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:87 msgid "On" -msgstr "" +msgstr "An" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:30 msgid "Open Web Interface" @@ -110,19 +110,19 @@ msgstr "Web Oberfläche öffnen" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:31 msgid "RUNNING" -msgstr "" +msgstr "LÄUFT" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/log.js:65 msgid "Refresh every %d seconds." -msgstr "" +msgstr "Aktualisiere alle %d Sekunden." #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:85 msgid "Requires nftables." -msgstr "" +msgstr "Erfordert nftables." #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:78 msgid "Requires working IPv6 connectivity." -msgstr "" +msgstr "Erfordert eine funktionierende IPv6-Konnektivität." #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:92 msgid "Trace" @@ -130,11 +130,11 @@ msgstr "Rückverfolgung" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:100 msgid "Unit: days." -msgstr "" +msgstr "Einheit: Tage." #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/log.js:52 msgid "Unknown error: %s" -msgstr "" +msgstr "Unbekannter Fehler: %s" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:95 msgid "Warn" @@ -145,10 +145,13 @@ msgstr "Warn" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:50 #: applications/luci-app-v2raya/root/usr/share/luci/menu.d/luci-app-v2raya.json:3 msgid "v2rayA" -msgstr "" +msgstr "v2rayA" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:51 msgid "" "v2rayA is a V2Ray Linux client supporting global transparent proxy, " "compatible with SS, SSR, Trojan(trojan-go), PingTunnel protocols." msgstr "" +"v2rayA ist ein V2Ray-Linux-Client, der globalen transparenten Proxy " +"unterstützt und mit den Protokollen SS, SSR, Trojan(trojan-go) und " +"PingTunnel kompatibel ist." diff --git a/applications/luci-app-v2raya/po/lt/v2raya.po b/applications/luci-app-v2raya/po/lt/v2raya.po index 1906fee5a4..6f45a4ebf7 100644 --- a/applications/luci-app-v2raya/po/lt/v2raya.po +++ b/applications/luci-app-v2raya/po/lt/v2raya.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-v 2raya\n" -"PO-Revision-Date: 2024-04-10 03:02+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsv2raya/lt/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" "n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.5.3\n" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:79 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:86 @@ -99,12 +99,12 @@ msgstr "„Nftables“ palaikymas" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:81 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:88 msgid "Off" -msgstr "Išjungtas/-a" +msgstr "Išjungta/-s" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:80 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:87 msgid "On" -msgstr "Įjungtas/-a" +msgstr "Įjungta/-s" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:30 msgid "Open Web Interface" diff --git a/applications/luci-app-v2raya/po/sv/v2raya.po b/applications/luci-app-v2raya/po/sv/v2raya.po index f13e8edaa8..2f6081e0da 100644 --- a/applications/luci-app-v2raya/po/sv/v2raya.po +++ b/applications/luci-app-v2raya/po/sv/v2raya.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-v 2raya\n" -"PO-Revision-Date: 2024-02-15 22:09+0000\n" -"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"PO-Revision-Date: 2024-05-12 16:49+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsv2raya/sv/>\n" "Language: sv\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4\n" +"X-Generator: Weblate 5.5.4\n" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:79 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:86 @@ -24,7 +24,7 @@ msgstr "" #: applications/luci-app-v2raya/root/usr/share/luci/menu.d/luci-app-v2raya.json:13 msgid "Configuration" -msgstr "" +msgstr "Konfiguration" #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:93 msgid "Debug" diff --git a/applications/luci-app-vnstat2/po/lt/vnstat2.po b/applications/luci-app-vnstat2/po/lt/vnstat2.po index 45b8770f2f..601376de9f 100644 --- a/applications/luci-app-vnstat2/po/lt/vnstat2.po +++ b/applications/luci-app-vnstat2/po/lt/vnstat2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-30 16:51+0000\n" +"PO-Revision-Date: 2024-05-07 16:02+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsvnstat2/lt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-vnstat2/htdocs/luci-static/resources/view/vnstat2/graphs.js:113 msgid "5 Minute" @@ -71,7 +71,7 @@ msgstr "Kas valandą" #: applications/luci-app-vnstat2/htdocs/luci-static/resources/view/vnstat2/config.js:78 msgid "Interface" -msgstr "Sąsaja ir Sietuvas" +msgstr "Sąsaja ir/arba Sietuvas" #: applications/luci-app-vnstat2/htdocs/luci-static/resources/view/vnstat2/config.js:45 msgid "Interfaces" diff --git a/applications/luci-app-xfrpc/po/de/xfrpc.po b/applications/luci-app-xfrpc/po/de/xfrpc.po index 02b7d15404..f6ab21d169 100644 --- a/applications/luci-app-xfrpc/po/de/xfrpc.po +++ b/applications/luci-app-xfrpc/po/de/xfrpc.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-04-30 03:55+0000\n" +"PO-Revision-Date: 2024-05-08 06:32+0000\n" "Last-Translator: David <dawin@users.noreply.hosted.weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsxfrpc/de/>\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5.2\n" +"X-Generator: Weblate 5.5.4-rc\n" #: applications/luci-app-xfrpc/htdocs/luci-static/resources/view/xfrpc.js:104 msgid "Alert" diff --git a/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js b/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js index c8caa5292f..d1476ae1e5 100644 --- a/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js +++ b/applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js @@ -4,6 +4,7 @@ 'require form'; 'require view'; 'require fs'; +'require network'; 'require tools.widgets as widgets'; function validateEmpty(section, value) { @@ -16,8 +17,15 @@ function validateEmpty(section, value) { } return view.extend({ - render: function() { + load: function() { + return Promise.all([ + network.getNetworks() + ]); + }, + + render: function(promises) { var m, s, o; + var networks = promises[0]; m = new form.Map('xinetd', _('Xinetd Settings'), _('Here you can configure Xinetd services')); @@ -97,6 +105,24 @@ return view.extend({ o.rmempty = false; o.modalonly = true; + o = s.taboption('basic', form.Value, 'bind', _('Bind address'), _('To which address to bind')); + o.datatype = 'ipaddr'; + [4, 6].forEach(family => { + networks.forEach(network => { + if (network.getName() !== 'loopback') { + const addrs = (family === 6) ? network.getIP6Addrs() : network.getIPAddrs(); + addrs.forEach(addr => { + o.value(addr.split('/')[0], E([], [ + addr.split('/')[0], ' (', + widgets.NetworkSelect.prototype.renderIfaceBadge(network), + ')' + ])); + }); + } + }); + }); + o.rmempty = true; + o = s.taboption('basic', form.Value, 'id', _('Identification'), _('Required if a services can use tcp and udp.')); o.datatype = 'string'; o.value('time-stream'); @@ -174,7 +200,7 @@ return view.extend({ o.rmempty = false; o.modalonly = true; - o = s.taboption('advanced', form.MultiValue, 'log_on_success', _('Log on success'), _('Informations that should be logged for this service in case of successful connection')); + o = s.taboption('advanced', form.MultiValue, 'log_on_success', _('Log on success'), _('What to log for successful connections')); o.value('PID', _('Server PID')); o.value('HOST', _('Remote host address ')); o.value('USERID', _('User ID of the remote user')); @@ -183,7 +209,7 @@ return view.extend({ o.value('TRAFFIC', _('Total bytes in and out for a redirected service')); o.modalonly = true; - o = s.taboption('advanced', form.MultiValue, 'log_on_failure', _('Log on failure'), _('Informations that should be logged for this service in case of a failed connection')); + o = s.taboption('advanced', form.MultiValue, 'log_on_failure', _('Log on failure'), _('What to log for failed connections')); o.value('HOST', _('Remote host address ')); o.value('USERID', _('User ID of the remote user')); o.value('ATTEMPT', _('Failed attempts')); diff --git a/applications/luci-app-xinetd/po/ar/xinetd.po b/applications/luci-app-xinetd/po/ar/xinetd.po index b9ffe34622..461c4efb0e 100644 --- a/applications/luci-app-xinetd/po/ar/xinetd.po +++ b/applications/luci-app-xinetd/po/ar/xinetd.po @@ -13,74 +13,78 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -88,246 +92,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "نعم" diff --git a/applications/luci-app-xinetd/po/bg/xinetd.po b/applications/luci-app-xinetd/po/bg/xinetd.po index 0fd4199bb1..fe6e9cd982 100644 --- a/applications/luci-app-xinetd/po/bg/xinetd.po +++ b/applications/luci-app-xinetd/po/bg/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Разширени настройки" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "Порт" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/bn_BD/xinetd.po b/applications/luci-app-xinetd/po/bn_BD/xinetd.po index be200689ba..f91f040b5c 100644 --- a/applications/luci-app-xinetd/po/bn_BD/xinetd.po +++ b/applications/luci-app-xinetd/po/bn_BD/xinetd.po @@ -8,74 +8,78 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -83,246 +87,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/ca/xinetd.po b/applications/luci-app-xinetd/po/ca/xinetd.po index e36f027540..4847346b71 100644 --- a/applications/luci-app-xinetd/po/ca/xinetd.po +++ b/applications/luci-app-xinetd/po/ca/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "Protocol" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "no" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "sí" diff --git a/applications/luci-app-xinetd/po/cs/xinetd.po b/applications/luci-app-xinetd/po/cs/xinetd.po index 138e5f7351..e989d905d5 100644 --- a/applications/luci-app-xinetd/po/cs/xinetd.po +++ b/applications/luci-app-xinetd/po/cs/xinetd.po @@ -9,74 +9,78 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -84,246 +88,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/da/xinetd.po b/applications/luci-app-xinetd/po/da/xinetd.po index 5bdc7cf70a..f4830e5572 100644 --- a/applications/luci-app-xinetd/po/da/xinetd.po +++ b/applications/luci-app-xinetd/po/da/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "Aktiveret" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "Tjenestetype" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/de/xinetd.po b/applications/luci-app-xinetd/po/de/xinetd.po index e60569d1d0..e6813a3fc7 100644 --- a/applications/luci-app-xinetd/po/de/xinetd.po +++ b/applications/luci-app-xinetd/po/de/xinetd.po @@ -10,19 +10,19 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "Zugriffskontrolle" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "Zugriffszeiten" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "Neuen Service-Eintrag hinzufügen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." @@ -30,56 +30,60 @@ msgstr "" "Zusätzliche Aufruf-Argumente für den Server. Es findet keine Überprüfung " "statt." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "Zulässige Hosts" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "Grundlegende Einstellungen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "Kompletter Pfad zur ausführbaren Server-Datei" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "Verbindungslimit" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "Dauer einer Session" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "Diesen Service Aktivieren oder Deaktivieren" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "Aktiviert" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "Erwartet '[Zahl] [Zahl]'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "Erwartet 'hh:mm-hh:mm'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "Erwartet: nicht leerer Wert" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "Fehlgeschlagene Versuche" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "Verbotene Hosts" @@ -87,77 +91,61 @@ msgstr "Verbotene Hosts" msgid "Grant access to luci-app-xinetd" msgstr "Zugriff auf luci-app-xinetd gewähren" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "Hier können Xinetd Dienste konfiguriert werden" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "INTERN" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "Identifikation" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" -"Informationen die im Falle einer fehlgeschlagenen Verbindung protokolliert " -"werden sollen" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" -"Informationen die im Falle einer erfolgreichen Verbindung protokolliert " -"werden sollen" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "Ungültiges Zeichen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "Liste zulässiger Hosts für diesen Service" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "Liste verbotener Hosts für diesen Service" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "Zusätzlich auf IPv6 hören" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "Log im Fehlerfall" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "Log bei Erfolg" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "Multi-Threaded-Dienst" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "Name für den Dienst, wenn INTERN von /etc/services" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "Anzahl Instanzen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" @@ -165,85 +153,85 @@ msgstr "" "Anzahl gleichzeitig laufender Server für diesen Service. Das Argument ist " "eine Zahl oder das Schlüsselwort UNLIMITED" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "Port" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "Umleiten" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "Eingehende TCP Anfragen an diese IP-Adresse:Port umleiten." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "Adresse des entfernten Hosts" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "Erforderlich, wenn ein Dienst tcp und udp verwenden kann." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "Threading für diesen Service" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "Server" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "Server-PID" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "Server Argumente" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "Server mit dem Exit-Code" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "Service \"%s\": Unzulässige Datei für Server \"%s\"" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "Service \"%s\": Kein Zugriff auf Datei für Server \"%s\" (%s)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "Service Definitionen zur Verwendung mit Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "Dienstname" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "Single-threaded Dienst" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "Socket Typ" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "TCP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" @@ -251,92 +239,108 @@ msgstr "" "Erwartet zwei Argumente: [Anzahl Verbindungen pro Sekunde] [Anzahl von " "Sekunden zur Reaktivierung des Service]" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" "Port, der für diesen Service verwendet werden soll. Wertebereich: 0 - 65535" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "Das Protokoll das für diesen Service verwendet werden soll" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "Typ des Sockets der für diesen Service verwendet werden soll" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "Threading Verhalten" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "Zeitintervalle in denen der Service verfügbar ist (Format hh:mm-hh:mm)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "Anzahl Bytes (IN/OUT) für einen weitergeleiteten Service" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "Typ" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "Art des Dienstes" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "UDP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "UNLISTED" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "Benutzer (UID)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "Benutzer-ID des Server-Prozesses für diesen Server" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "Benutzer-ID des Remote Users" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" +"Informationen die im Falle einer fehlgeschlagenen Verbindung protokolliert " +"werden sollen" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" +"Informationen die im Falle einer erfolgreichen Verbindung protokolliert " +"werden sollen" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "Xinetd Einstellungen" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "Datagrammbasierter Dienst" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "direkter Zugriff auf den IP-Dienst" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "nein" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "sequentieller Datagramm-Übertragungsdienst" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "strombasierter Dienst" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "ja" diff --git a/applications/luci-app-xinetd/po/el/xinetd.po b/applications/luci-app-xinetd/po/el/xinetd.po index 708f00cd35..d780167e15 100644 --- a/applications/luci-app-xinetd/po/el/xinetd.po +++ b/applications/luci-app-xinetd/po/el/xinetd.po @@ -9,74 +9,78 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -84,246 +88,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/en/xinetd.po b/applications/luci-app-xinetd/po/en/xinetd.po index c8248ec0ea..66f45690f7 100644 --- a/applications/luci-app-xinetd/po/en/xinetd.po +++ b/applications/luci-app-xinetd/po/en/xinetd.po @@ -10,74 +10,78 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.16.2-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Advanced Settings" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -85,246 +89,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "Port" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "Server" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/es/xinetd.po b/applications/luci-app-xinetd/po/es/xinetd.po index 7950274970..fb767c2842 100644 --- a/applications/luci-app-xinetd/po/es/xinetd.po +++ b/applications/luci-app-xinetd/po/es/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "Control de acceso" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "Horas de acceso" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "Agregar nueva entrada de servicio" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Ajustes avanzados" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "Activado" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "Puerto" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "Servidor" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "Tipo" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/fi/xinetd.po b/applications/luci-app-xinetd/po/fi/xinetd.po index 925f9f23d5..2f69eed123 100644 --- a/applications/luci-app-xinetd/po/fi/xinetd.po +++ b/applications/luci-app-xinetd/po/fi/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "Palvelun tyyppi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/fr/xinetd.po b/applications/luci-app-xinetd/po/fr/xinetd.po index 5e36d8b410..be97ccaa53 100644 --- a/applications/luci-app-xinetd/po/fr/xinetd.po +++ b/applications/luci-app-xinetd/po/fr/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Paramètres avancés" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "Activé" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/he/xinetd.po b/applications/luci-app-xinetd/po/he/xinetd.po index 9640aa3e0b..ea96c7877c 100644 --- a/applications/luci-app-xinetd/po/he/xinetd.po +++ b/applications/luci-app-xinetd/po/he/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "פעילה" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/hi/xinetd.po b/applications/luci-app-xinetd/po/hi/xinetd.po index d7cf949e43..91a78d0a5e 100644 --- a/applications/luci-app-xinetd/po/hi/xinetd.po +++ b/applications/luci-app-xinetd/po/hi/xinetd.po @@ -8,74 +8,78 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -83,246 +87,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/hu/xinetd.po b/applications/luci-app-xinetd/po/hu/xinetd.po index 2ca9acfd60..477e856fe8 100644 --- a/applications/luci-app-xinetd/po/hu/xinetd.po +++ b/applications/luci-app-xinetd/po/hu/xinetd.po @@ -9,74 +9,78 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -84,246 +88,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/it/xinetd.po b/applications/luci-app-xinetd/po/it/xinetd.po index 5dd5a7ca2d..7f724b95ce 100644 --- a/applications/luci-app-xinetd/po/it/xinetd.po +++ b/applications/luci-app-xinetd/po/it/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "Controllo di accesso" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "Tempi di accesso" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Impostazioni avanzate" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "Abilitato" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "Porta" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "Server" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/ja/xinetd.po b/applications/luci-app-xinetd/po/ja/xinetd.po index fe731441a5..2d469b9c99 100644 --- a/applications/luci-app-xinetd/po/ja/xinetd.po +++ b/applications/luci-app-xinetd/po/ja/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "アクセス制御" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "詳細設定" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/ko/xinetd.po b/applications/luci-app-xinetd/po/ko/xinetd.po index a756703e13..60fb032d53 100644 --- a/applications/luci-app-xinetd/po/ko/xinetd.po +++ b/applications/luci-app-xinetd/po/ko/xinetd.po @@ -9,74 +9,78 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -84,246 +88,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/lt/xinetd.po b/applications/luci-app-xinetd/po/lt/xinetd.po index ff609550d8..83803ce21d 100644 --- a/applications/luci-app-xinetd/po/lt/xinetd.po +++ b/applications/luci-app-xinetd/po/lt/xinetd.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-01-29 01:18+0000\n" +"PO-Revision-Date: 2024-05-06 08:10+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsxinetd/lt/>\n" @@ -12,76 +12,80 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5.3\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "Prieigos valdymas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "Prieigos laikai" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "Pridėti naujos tarnybos įvestį" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Pažangūs nustatymai" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "Leidžiami skleidėjai/p.k – vedėjai" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "Paprasti nustatymai" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "Pilnas kelias, kuriame randamas vykdomasis serverio failas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "Prisijungimų limitas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "Tarnybos sesijos trukmė" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "Įjungti/Išjungti šią tarnybą" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" -msgstr "Įjungta/-as" +msgstr "Įjungta/Įgalinta (-as/-i)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "Numatytas – '[Skaičius] [Skaičius]'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "Numatoma – 'vv:mm-val:min'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "Tikėtina: netuščia reikšmė" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "Nepavykę/Nesėkmingi bandymai" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "Draudžiami skleidėjai/p.k – vedėjai" @@ -89,251 +93,251 @@ msgstr "Draudžiami skleidėjai/p.k – vedėjai" msgid "Grant access to luci-app-xinetd" msgstr "Duoti prieigą prie „luci-app-xinetd“" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "Čia Jūs galite konfigūruoti „Xinetd“ tarnybas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "VIDINIS" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "IPv6 – Interneto protokolo versija 6" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "Identifikacija" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "Negalimos rašmenys" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" "Leidžiamų skleidėjų/p.k – vedėjų sąrašas, kurie turi prieigą prie šios " "tarnybos" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" "Draudžiamų skleidėjų/p.k – vedėjų sąrašas, kurie neturi prieigos prie šios " "tarnybos" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "Prisijungimo nepavykimas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "Prisijungimo pavykimas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "Prievadas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "Protokolas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "Serveris" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "Serverio „PID“" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "Tarnybos pavadinimas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "„TCP“" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" "Prievadas naudojamas šiai tarnybai, galima apimtis (nuo ir iki): 0 - 65535" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "Tipas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "Tarnybos tipas" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "„UDP“" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "NEPAŽYMĖTAS" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "Naudotojas/Vartotojas („UID“)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "Naudotojo/Vartotojo ID, skirtas šio serverio proceso tarnybai" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "Nuotolinio naudotojo/vartotojo ID" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "„Xinetd“" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "„Xinetd“ nustatymai" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "„datagram-based“ tarnybą" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "Tiesioginė prieiga prie IP tarnybos" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "ne" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "taip" diff --git a/applications/luci-app-xinetd/po/mr/xinetd.po b/applications/luci-app-xinetd/po/mr/xinetd.po index 094ebc5e03..daf632b94e 100644 --- a/applications/luci-app-xinetd/po/mr/xinetd.po +++ b/applications/luci-app-xinetd/po/mr/xinetd.po @@ -8,74 +8,78 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -83,246 +87,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/ms/xinetd.po b/applications/luci-app-xinetd/po/ms/xinetd.po index 78733986d4..64a12ed9d7 100644 --- a/applications/luci-app-xinetd/po/ms/xinetd.po +++ b/applications/luci-app-xinetd/po/ms/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "Masa akses" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "Dibolehkan" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "Port" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "Protokol" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "tidak" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "ya" diff --git a/applications/luci-app-xinetd/po/nb_NO/xinetd.po b/applications/luci-app-xinetd/po/nb_NO/xinetd.po index 4bb1237d86..8a234c2044 100644 --- a/applications/luci-app-xinetd/po/nb_NO/xinetd.po +++ b/applications/luci-app-xinetd/po/nb_NO/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Avanserte innstillinger" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "Påskrudd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/nl/xinetd.po b/applications/luci-app-xinetd/po/nl/xinetd.po index 8024b78c16..b79a5d2700 100644 --- a/applications/luci-app-xinetd/po/nl/xinetd.po +++ b/applications/luci-app-xinetd/po/nl/xinetd.po @@ -9,74 +9,78 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -84,246 +88,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/pl/xinetd.po b/applications/luci-app-xinetd/po/pl/xinetd.po index 0a22360222..7481a29411 100644 --- a/applications/luci-app-xinetd/po/pl/xinetd.po +++ b/applications/luci-app-xinetd/po/pl/xinetd.po @@ -13,19 +13,19 @@ msgstr "" "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "Kontrola dostępu" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "Czasy dostępu" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "Dodaj nowy wpis usługi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." @@ -33,56 +33,60 @@ msgstr "" "Dodatkowe argumenty przekazywane do serwera. Nie ma żadnej weryfikacji tego " "wejścia." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "Dozwolone hosty" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "Ustawienia podstawowe" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "Pełna ścieżka do pliku wykonywalnego serwera" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "Limit połączenia" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "Czas trwania sesji usługi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "Włącz lub wyłącz tę usługę" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "Włączone" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "Oczekiwano '[Numer] [Numer]'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "Oczekiwano 'gg:mm-gg:mm'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "Oczekiwanie: niepusta wartość" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "Nieudane próby" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "Zabronione hosty" @@ -90,77 +94,61 @@ msgstr "Zabronione hosty" msgid "Grant access to luci-app-xinetd" msgstr "Udziel dostępu do luci-app-xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "Tutaj możesz skonfigurować usługi Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "WEWNĘTRZNY" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "Identyfikacja" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" -"Informacje, które powinny być zarejestrowane dla tej usługi w przypadku " -"nieudanego połączenia" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" -"Informacje, które powinny zostać zarejestrowane dla tej usługi w przypadku " -"pomyślnego połączenia" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "Nieprawidłowy znak" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "Lista hostów, które mogą uzyskać dostęp do tej usługi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "Lista hostów, które mają zabroniony dostęp do tej usługi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "Słuchaj dodatkowo na IPv6" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "Rejestruj przy niepowodzeniu" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "Rejestruj przy powodzeniu" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "Usługa wielowątkowa" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "Nazwa usługi, jeśli WEWNĘTRZNY, z /etc/services" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "Liczba instancji" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" @@ -168,85 +156,85 @@ msgstr "" "Liczba jednocześnie działających serwerów dla tej usługi. Argumentem jest " "dowolna liczba lub słowo kluczowe 'UNLIMITED'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "Port" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "Protokół" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "Przekieruj" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "Przekieruj przychodzące żądania TCP na ten adres IP:port." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "Adres hosta zdalnego" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "Wymagane, jeśli usługa może używać protokołów TCP i UDP." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "Dobór wątkowości do tej usługi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "Serwer" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "PID serwera" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "Argumenty serwera" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "Serwer zakończył działanie wraz ze statusem wyjścia" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "Usługa \"%s\": Nieprawidłowy plik serwera \"%s\"" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "Usługa \"%s\": Brak dostępu do pliku serwera \"%s\" (%s)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "Definicje usług, które mają być używane przez Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "Nazwa usługi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "Usługa jednowątkowa" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "Typ gniazda" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "TCP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" @@ -254,91 +242,107 @@ msgstr "" "Przyjmuje dwa argumenty: [Liczba połączeń na sekundę] [Liczba sekund do " "ponownego włączenia usługi]" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "Port używany dla tej usługi, prawidłowy zakres: 0 - 65535" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "Protokół używany w tej usłudze" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "Typ gniazda używanego w tej usłudze" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "Zachowanie wątkowości" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "Dostępne są przedziały czasowe w ramach usługi (format gg:mm-gg:mm)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" "Łączna liczba bajtów przychodzących i wychodzących dla przekierowanej usługi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "Typ" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "Typ usługi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "UDP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "NIEWYPISANY" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "Użytkownik (UID)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "Identyfikator użytkownika procesu serwera dla tej usługi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "Identyfikator użytkownika zdalnego" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" +"Informacje, które powinny być zarejestrowane dla tej usługi w przypadku " +"nieudanego połączenia" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" +"Informacje, które powinny zostać zarejestrowane dla tej usługi w przypadku " +"pomyślnego połączenia" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "Ustawienia Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "Usługa oparta na datagramach" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "bezpośredni dostęp do usługi IP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "nie" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "usługa sekwencyjnej transmisji datagramów" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "usługa oparta na strumieniach" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "tak" diff --git a/applications/luci-app-xinetd/po/pt/xinetd.po b/applications/luci-app-xinetd/po/pt/xinetd.po index 9708c290bc..658f842a5f 100644 --- a/applications/luci-app-xinetd/po/pt/xinetd.po +++ b/applications/luci-app-xinetd/po/pt/xinetd.po @@ -9,74 +9,78 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -84,246 +88,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/pt_BR/xinetd.po b/applications/luci-app-xinetd/po/pt_BR/xinetd.po index faa9b8cbf2..1635bf317a 100644 --- a/applications/luci-app-xinetd/po/pt_BR/xinetd.po +++ b/applications/luci-app-xinetd/po/pt_BR/xinetd.po @@ -9,74 +9,78 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -84,246 +88,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/ro/xinetd.po b/applications/luci-app-xinetd/po/ro/xinetd.po index 09cf050b0a..687d56bfd4 100644 --- a/applications/luci-app-xinetd/po/ro/xinetd.po +++ b/applications/luci-app-xinetd/po/ro/xinetd.po @@ -10,74 +10,78 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -85,246 +89,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/ru/xinetd.po b/applications/luci-app-xinetd/po/ru/xinetd.po index 4f2404d0fa..dc599cb32a 100644 --- a/applications/luci-app-xinetd/po/ru/xinetd.po +++ b/applications/luci-app-xinetd/po/ru/xinetd.po @@ -13,19 +13,19 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "Контроль доступа" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "Время доступа" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "Добавить новую запись службы" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." @@ -33,56 +33,60 @@ msgstr "" "Дополнительные аргументы, передаваемые серверу. Валидация этого ввода не " "производится." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Расширеные настройки" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "Разрешенные хосты" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "Основные настройки" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "Полный путь к исполняемому файлу сервера" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "Предел подключений" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "Продолжительность сеанса обслуживания" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "Включите или отключите эту службу" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "Включено" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "Ожидается '[число] [число]'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "Ожидается 'hh:mm-hh:mm'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "Ожидание: непустое значение" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "Неудачные попытки" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "Запрещенные хосты" @@ -90,77 +94,61 @@ msgstr "Запрещенные хосты" msgid "Grant access to luci-app-xinetd" msgstr "Предоставьте доступ к luci-app-xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "Здесь вы можете настроить службы Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "ВНУТРЕННИЙ" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "Идентификация" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" -"Информация, которая должна быть записана в журнал для этой службы в случае " -"неудачного соединения" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" -"Информация, которая должна быть зарегистрирована для этой службы в случае " -"успешного подключения" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "Недопустимый символ" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "Список хостов, которым разрешен доступ к этой службе" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "Список хостов, которым запрещен доступ к этой службе" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "Слушать на дополнительном IPv6" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "Сбой при входе в систему" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "Успешный вход в систему" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "Многопоточная служба" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "Имя службы, если она ВНУТРЕННИЙ, из /etc/services" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "Количество экземпляров" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" @@ -168,85 +156,85 @@ msgstr "" "Количество одновременно работающих серверов для этой службы. Аргумент - " "любое число или ключевое слово 'UNLIMITED'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "Порт" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "Протокол" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "Перенаправление" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "Перенаправление входящих TCP-запросов на этот IP-адрес:порт." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "Адрес удаленного хоста" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "Требуется, если службы могут использовать tcp и udp." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "Выбор многозадачности для этой службы" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "Сервер" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "PID сервера" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "Аргументы сервера" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "Сервер завершился с указанием статуса завершения" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "Служба \"%s\": Недопустимый файл сервера \"%s\"" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "Служба \"%s\": Нет доступа к файлу сервера \"%s\" (%s)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "Определения служб, которые будут использоваться Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "Название службы" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "Однопоточная служба" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "Тип сокета" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "TCP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" @@ -254,92 +242,108 @@ msgstr "" "Принимает два аргумента: [Количество соединений в секунду] [Количество " "секунд для возобновления обслуживания]" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "Порт, используемый для этой службы, допустимый диапазон: 0 - 65535" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "Протокол, который будет использоваться для этой услуги" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "Тип сокета, используемого для этой службы" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "Поведение многозадачности" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" "Временные интервалы, в течение которых услуга доступна (формат hh:mm-hh:mm)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" "Общее количество входящих и исходящих байт для перенаправленного сервиса" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "Тип" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "Тип службы" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "UDP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "НЕЗАВИСИМЫЙ" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "Пользователь (UID)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "Идентификатор пользователя серверного процесса для данной службы" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "Идентификатор пользователя удаленного пользователя" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" +"Информация, которая должна быть записана в журнал для этой службы в случае " +"неудачного соединения" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" +"Информация, которая должна быть зарегистрирована для этой службы в случае " +"успешного подключения" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "Настройки Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "служба на основе дейтаграмм" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "прямой доступ к IP-службе" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "нет" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "служба последовательной передачи дейтаграмм" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "служба на основе потока данных" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "да" diff --git a/applications/luci-app-xinetd/po/sk/xinetd.po b/applications/luci-app-xinetd/po/sk/xinetd.po index d25a9aaf56..4935a7060f 100644 --- a/applications/luci-app-xinetd/po/sk/xinetd.po +++ b/applications/luci-app-xinetd/po/sk/xinetd.po @@ -9,74 +9,78 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -84,246 +88,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/sv/xinetd.po b/applications/luci-app-xinetd/po/sv/xinetd.po index 6c2781d12b..545e257ce0 100644 --- a/applications/luci-app-xinetd/po/sv/xinetd.po +++ b/applications/luci-app-xinetd/po/sv/xinetd.po @@ -1,82 +1,89 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2024-05-12 16:49+0000\n" +"Last-Translator: Daniel Nilsson <daniel.nilsson94@outlook.com>\n" +"Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsxinetd/sv/>\n" "Language: sv\n" "MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.5.4\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" -msgstr "" +msgstr "Aktiverad" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -84,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" -msgstr "" +msgstr "Server" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/templates/xinetd.pot b/applications/luci-app-xinetd/po/templates/xinetd.pot index ad65d6be34..d00667f3bd 100644 --- a/applications/luci-app-xinetd/po/templates/xinetd.pot +++ b/applications/luci-app-xinetd/po/templates/xinetd.pot @@ -1,74 +1,78 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -76,246 +80,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/tr/xinetd.po b/applications/luci-app-xinetd/po/tr/xinetd.po index 2e1331f5a6..61a0a5d792 100644 --- a/applications/luci-app-xinetd/po/tr/xinetd.po +++ b/applications/luci-app-xinetd/po/tr/xinetd.po @@ -12,75 +12,79 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "Erişim Kontrolü" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "Erişim süreleri" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "Yeni hizmet girişi ekleme" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" "Sunucuya iletilen ek komutlar. Bu girdi için herhangi bir doğrulama yoktur." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "İzin verilen ana bilgisayarlar" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "Temel Ayarlar" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "Çalıştırılabilir sunucu dosyasının tam yolu" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "Bağlantı sınırı" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "Hizmet oturumunun süresi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "Bu hizmeti etkinleştirin veya devre dışı bırakın" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "Etkin" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "Beklenen '[Sayı] [Sayı]'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "Beklenen 'hh:mm-hh:mm'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "Beklenen: boş olmayan değer" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "Başarısız denemeler" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "Yasaklanan ana bilgisayarlar" @@ -88,77 +92,61 @@ msgstr "Yasaklanan ana bilgisayarlar" msgid "Grant access to luci-app-xinetd" msgstr "luci-app-xinetd'ye erişim izni verin" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "Burada Xinetd hizmetlerini yapılandırabilirsiniz" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "DAHİLİ" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "Kimlik belirleme" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" -"Başarısız bir bağlantı durumunda bu hizmet için günlüğe kaydedilmesi gereken " -"bilgiler" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" -"Başarılı bağlantı durumunda bu hizmet için günlüğe kaydedilmesi gereken " -"bilgiler" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "Geçersiz karakter" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "Bu hizmete erişmesine izin verilen ana bilgisayarların listesi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "Bu hizmete erişimi yasaklanmış ana bilgisayarların listesi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "IPv6 ek olarak dinleyin" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "Oturum açma hatası" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "Başarılı giriş" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "Çok İş Parçacıklı Servis" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "Hizmetin adı, eğer /etc/services dosyasında" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "Örnek sayısı" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" @@ -166,85 +154,85 @@ msgstr "" "Bu hizmet için aynı anda çalışan sunucu sayısı. Argüman herhangi bir sayı " "veya 'UNLIMITED' anahtar kelimesidir" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "Bağlantı Noktası" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "Protokol" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "Yönlendirme" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "Gelen TCP isteklerini şu IP adresine yönlendirin: bağlantı noktası." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "Uzaktaki ana bilgisayar adresi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "Bir hizmet tcp ve udp'yi kullanabiliyorsa gereklidir." -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "Bu hizmet için iş parçacığı seçimi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "Sunucu" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "Sunucu PID'si" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "Sunucu değişkenleri" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "Sunucu çıkış durumu ile birlikte çıktı" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "Hizmet \"%s\": Geçersiz sunucu dosyası \"%s\"" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "Hizmet \"%s\": \"%s\" sunucu dosyasına erişim yok (%s)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "Xinetd tarafından kullanılacak servis tanımları" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "Hizmet adı" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "Tek İş Parçacıklı Hizmet" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "Soket tipi" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "TCP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" @@ -252,90 +240,106 @@ msgstr "" "İki bağımsız değişken alır: [Saniye başına bağlantı sayısı] [Hizmeti yeniden " "etkinleştirmek için saniye sayısı]" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "Bu hizmet için kullanılan bağlantı noktası, geçerli aralık: 0 - 65535" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "Bu hizmet için kullanılacak protokol" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "Bu hizmet için kullanılan soketin türü" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "İş parçacığı davranışı" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "Hizmet dahilindeki zaman aralıkları kullanılabilir (Biçim ss:dd-ss:dd)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "Yönlendirilen bir hizmet için giren ve çıkan toplam bayt" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "Tür" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "Hizmet türü" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "UDP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "LİSTEDE YOK" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "Kullanıcı (UID)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "Bu hizmet için sunucu işleminin kullanıcı kimliği" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "Uzak kullanıcının kullanıcı kimliği" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" +"Başarısız bir bağlantı durumunda bu hizmet için günlüğe kaydedilmesi gereken " +"bilgiler" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" +"Başarılı bağlantı durumunda bu hizmet için günlüğe kaydedilmesi gereken " +"bilgiler" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "Xinetd Ayarları" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "datagram tabanlı servis" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "IP servisine doğrudan erişim" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "hayır" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "sıralı datagram aktarım hizmeti" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "akış tabanlı servis" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "Evet" diff --git a/applications/luci-app-xinetd/po/uk/xinetd.po b/applications/luci-app-xinetd/po/uk/xinetd.po index 416f3678f9..4834662ccd 100644 --- a/applications/luci-app-xinetd/po/uk/xinetd.po +++ b/applications/luci-app-xinetd/po/uk/xinetd.po @@ -13,74 +13,78 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "Контроль доступу" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Розширені налаштування" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "Увімкнено" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -88,246 +92,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "Порт" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/vi/xinetd.po b/applications/luci-app-xinetd/po/vi/xinetd.po index 1c9ec221db..0b778fa707 100644 --- a/applications/luci-app-xinetd/po/vi/xinetd.po +++ b/applications/luci-app-xinetd/po/vi/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.4-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "Cài đặt Nâng cao" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" diff --git a/applications/luci-app-xinetd/po/zh_Hans/xinetd.po b/applications/luci-app-xinetd/po/zh_Hans/xinetd.po index 2741ef54a4..4b5cc09416 100644 --- a/applications/luci-app-xinetd/po/zh_Hans/xinetd.po +++ b/applications/luci-app-xinetd/po/zh_Hans/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.5-dev\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "访问控制" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "访问时间" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "添加新服务项" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "传递给服务器的额外参数。此输入未经过验证。" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "高级设置" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "允许的主机" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "基本设置" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "执行服务器文件的完整路径" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "连接限制" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "服务会话的持续时间" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "启用或禁用此服务" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "已启用" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "预期为 '[数字] [数字]'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "预期格式 'hh:mm-hh:mm'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "期望:非空值" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "失败的尝试" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "禁止的主机" @@ -87,246 +91,246 @@ msgstr "禁止的主机" msgid "Grant access to luci-app-xinetd" msgstr "授予对 luci-app-xinetd 的访问权限" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "在这里,您可以配置 Xinetd 服务" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "内部" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "识别" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "在连接失败的情况下,应记录此服务的信息" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "在成功连接的情况下,应记录此服务的信息" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "无效字符" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "访问此服务的允许主机列表" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "访问此服务的禁止主机列表" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "在 IPv6 上附加监听" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "失败时记录日志" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "成功时记录日志" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "多线程服务" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "如果从内部提供服务,则服务的名称是 /etc/services" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "实例数量" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "此服务同时运行服务器的数量。参数可以是任何数字或关键字 'UNLIMITED'" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "端口" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "协议" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "重定向" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "将传入的 TCP 请求重定向到此 IP 地址:端口。" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "远程主机地址" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "如果服务可以使用TCP和UDP,则需要。" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "此服务的线程选择" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "服务器" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "服务器 PID" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "服务器参数" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "服务器随退出状态一起退出" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "服务 \"%s\":无效的服务器文件 \"%s\"" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "服务 \"%s\":无法访问服务器文件 \"%s\" (%s)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "Xinetd 使用的服务定义" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "服务名称" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "单线程服务" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "套接字类型" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "TCP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "接受两个参数:[每秒连接数] [重新启用服务的秒数]" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "此服务使用的端口,有效范围:0 - 65535" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "此服务要使用的协议" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "用于此服务的套接字类型" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "线程行为" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "服务可用的时间间隔(格式为 hh:mm-hh:mm)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "对于重定向服务,输入和输出的总字节数" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "类型" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "服务类型" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "UDP" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "未列出" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "用户(UID)" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "此服务的服务器进程的用户ID" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "远程用户的用户ID" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "在连接失败的情况下,应记录此服务的信息" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "在成功连接的情况下,应记录此服务的信息" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "Xinetd" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "Xinetd 设置" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "基于数据报的服务" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "直接访问IP服务" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "否" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "顺序数据报传输服务" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "基于流的服务" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "是" diff --git a/applications/luci-app-xinetd/po/zh_Hant/xinetd.po b/applications/luci-app-xinetd/po/zh_Hant/xinetd.po index 4b3be422a4..d81a6c7658 100644 --- a/applications/luci-app-xinetd/po/zh_Hant/xinetd.po +++ b/applications/luci-app-xinetd/po/zh_Hant/xinetd.po @@ -12,74 +12,78 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.5.3\n" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:72 msgid "Access Control" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Access times" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:29 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:37 msgid "Add new service entry" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "" "Additional arguments passed to the server. There is no validation of this " "input." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:63 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:71 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "Allowed hosts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:62 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:70 msgid "Basic Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Complete path to the executable server file" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "Connection limit" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:182 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 msgid "Duration of a service session" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enable or Disable this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:56 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:79 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:64 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:87 msgid "Enabled" msgstr "啟用" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:241 msgid "Expected '[Number] [Number]'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:250 msgid "Expected 'hh:mm-hh:mm'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:14 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:15 msgid "Expecting: non-empty value" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:189 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:215 msgid "Failed attempts" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "Forbidden hosts" msgstr "" @@ -87,246 +91,246 @@ msgstr "" msgid "Grant access to luci-app-xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Here you can configure Xinetd services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:95 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:103 msgid "INTERNAL" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:47 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:55 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "IPv6" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Identification" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 -msgid "" -"Informations that should be logged for this service in case of a failed " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 -msgid "" -"Informations that should be logged for this service in case of successful " -"connection" -msgstr "" - -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:76 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:111 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:84 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:137 msgid "Invalid character" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:193 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:219 msgid "List of allowed hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:224 msgid "List of forbidden hosts to access this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:86 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:94 msgid "Listen on IPv6 additional" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 msgid "Log on failure" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:177 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 msgid "Log on success" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:173 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:199 msgid "Multi-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Name for the service, if INTERNAL from /etc/services" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "Number of instances" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:229 msgid "" "Number of simultaneously running servers for this service. Argument is any " "number or the keyword 'UNLIMITED'" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:38 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:46 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "Port" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:35 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:43 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "Protocol" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:53 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:61 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:136 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:162 msgid "Redirect incoming TCP requests to this IP address:port." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:179 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:187 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:205 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:213 msgid "Remote host address" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:100 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:126 msgid "Required if a services can use tcp and udp." msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Selection of the threading for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:44 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:52 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 msgid "Server" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:204 msgid "Server PID" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:160 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:186 msgid "Server arguments" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:207 msgid "Server exited along with the exit status" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:152 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:178 msgid "Service \"%s\": Invalid server file \"%s\"" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:181 msgid "Service \"%s\": No access to server file \"%s\" (%s)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:25 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:33 msgid "Service definitions to be used by Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:32 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:69 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:40 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:77 msgid "Servicename" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:172 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:198 msgid "Single-Threaded Service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "Socket type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:122 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:148 msgid "TCP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:208 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:234 msgid "" "Takes two arguments: [Number of connections per second] [Number of seconds " "to reenable service]" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:114 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:140 msgid "The port used for this service, valid range: 0 - 65535" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:120 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:146 msgid "The protocol to be used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:127 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:153 msgid "The type of the socket used for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:170 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:196 msgid "Threading behaviour" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:218 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:244 msgid "Time intervals within service is available (Format hh:mm-hh:mm)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:183 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:108 +msgid "To which address to bind" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:209 msgid "Total bytes in and out for a redirected service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:41 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:93 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:101 msgid "Type of service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:123 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:149 msgid "UDP" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:96 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:104 msgid "UNLISTED" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User (UID)" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:166 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:192 msgid "User ID for the server process for this service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:180 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:188 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:206 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:214 msgid "User ID of the remote user" msgstr "" +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:212 +msgid "What to log for failed connections" +msgstr "" + +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:203 +msgid "What to log for successful connections" +msgstr "" + #: applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json:3 msgid "Xinetd" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:22 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:30 msgid "Xinetd Settings" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:130 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:156 msgid "datagram-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:131 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:157 msgid "direct access to IP service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "no" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:132 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:158 msgid "sequential datagram transmission service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:129 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:155 msgid "stream-based service" msgstr "" -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:49 -#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:58 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:57 +#: applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js:66 msgid "yes" msgstr "" |