luci-app-adblock: backport fixes

* fix dns backend detection in TurrisOS
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken 2020-12-23 21:47:58 +01:00
parent b9c806b064
commit e019fd2b55
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684
31 changed files with 1534 additions and 1382 deletions

View file

@ -366,11 +366,12 @@ return L.view.extend({
o.rmempty = true;
o = s.taboption('additional', form.ListValue, 'adb_fetchutil', _('Download Utility'), _('List of supported and fully pre-configured download utilities.'));
o.value('', _('- unspecified -'));
o.value('uclient-fetch');
o.value('wget');
o.value('curl');
o.value('aria2c');
o.rmempty = false;
o.rmempty = true;
o = s.taboption('additional', form.Value, 'adb_fetchparm', _('Download Parameters'), _('Special config options for the selected download utility.'))
o.rmempty = true;
@ -380,12 +381,13 @@ return L.view.extend({
*/
o = s.taboption('adv_dns', form.ListValue, 'adb_dns', _('DNS Backend'), _('List of supported DNS backends with their default list directory. \
To overwrite the default path use the \'DNS Directory\' option.'));
o.value('', _('- unspecified -'));
o.value('dnsmasq', _('dnsmasq (/tmp/dnsmasq.d)'));
o.value('unbound', _('unbound (/var/lib/unbound)'));
o.value('named', _('named (/var/lib/bind)'));
o.value('kresd', _('kresd (/etc/kresd)'));
o.value('raw', _('raw (/tmp)'));
o.rmempty = false;
o.rmempty = true;
o = s.taboption('adv_dns', form.Value, 'adb_dnsdir', _('DNS Directory'), _('Target directory for the generated blocklist \'adb_list.overall\'.'));
o.placeholder = '/tmp';

View file

@ -4,6 +4,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr ""
@ -37,7 +42,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -118,7 +123,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -164,15 +169,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr ""
@ -182,7 +187,7 @@ msgstr ""
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -190,21 +195,21 @@ msgstr ""
msgid "Date"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -213,7 +218,7 @@ msgstr ""
msgid "Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -229,11 +234,11 @@ msgstr ""
msgid "E-Mail Notification"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -241,11 +246,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -293,11 +298,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -307,11 +312,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -334,7 +339,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -354,7 +359,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -364,7 +369,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -416,7 +421,7 @@ msgstr ""
msgid "Overview"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -428,7 +433,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -476,35 +481,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -543,7 +548,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -561,7 +566,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -571,11 +576,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -595,7 +600,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -607,11 +612,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -663,7 +668,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -677,7 +682,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -709,11 +714,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -721,14 +726,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.9.1-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Acció"
@ -43,7 +48,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -126,7 +131,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Fonts de la llista negra"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -172,15 +177,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "Directori del DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Reinicialització de fitxers del DNS"
@ -190,7 +195,7 @@ msgstr "Reinicialització de fitxers del DNS"
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -198,21 +203,21 @@ msgstr ""
msgid "Date"
msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -221,7 +226,7 @@ msgstr ""
msgid "Domain"
msgstr "Domini"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -237,11 +242,11 @@ msgstr "Utilitat de baixades"
msgid "E-Mail Notification"
msgstr "Notificació per correu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -249,11 +254,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr "Adreça de destinatari de correu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -301,11 +306,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -315,11 +320,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Purga la memòria cau del DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -342,7 +347,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -362,7 +367,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -372,7 +377,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -424,7 +429,7 @@ msgstr ""
msgid "Overview"
msgstr "Visió de conjunt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -436,7 +441,7 @@ msgstr "Consulta"
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -484,35 +489,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -551,7 +556,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -569,7 +574,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -579,11 +584,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -603,7 +608,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -615,11 +620,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -671,7 +676,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -685,7 +690,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -717,11 +722,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -729,14 +734,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 4.3.2-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Akce"
@ -43,7 +48,7 @@ msgstr "Přidejte tuto (sub)doménu na místní blacklist."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Přidat tuto (sub)doménu na místní whitelist."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -129,7 +134,7 @@ msgstr "Dotaz na blokovací seznam..."
msgid "Blocklist Sources"
msgstr "Zdroje seznamů blokování"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -177,15 +182,15 @@ msgstr ""
"chyb při stahování nebo po příštím spuštění."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "Adresář DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Resetování souboru DNS"
@ -195,7 +200,7 @@ msgstr "Resetování souboru DNS"
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -203,21 +208,21 @@ msgstr ""
msgid "Date"
msgstr "Datum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -226,7 +231,7 @@ msgstr ""
msgid "Domain"
msgstr "Doména"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "Parametry stahování"
@ -242,11 +247,11 @@ msgstr "Nástroj pro stahování"
msgid "E-Mail Notification"
msgstr "Oznámení e-mailem"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "Počet e-mailových oznámení"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "E-mailový profil"
@ -254,11 +259,11 @@ msgstr "E-mailový profil"
msgid "E-Mail Receiver Address"
msgstr "Adresa příjemce e-mailu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "Adresa odesílatele e-mailu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "Téma e-mailu"
@ -306,11 +311,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Stávající úlohy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -320,11 +325,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Vyprázdnit mezipaměť DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -347,7 +352,7 @@ msgstr "Obecná nastavení"
msgid "Information"
msgstr "Informace"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -367,7 +372,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -377,7 +382,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -430,7 +435,7 @@ msgstr ""
msgid "Overview"
msgstr "Přehled"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -442,7 +447,7 @@ msgstr "Dotaz"
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -490,35 +495,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "Počet bloků sestavy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "Velikost bloků sestavy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "Adresář sestav"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "Rozhraní sestavy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -557,7 +562,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -575,7 +580,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -585,11 +590,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -609,7 +614,7 @@ msgstr ""
msgid "Suspend"
msgstr "Pozastavit"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -621,11 +626,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Cílový adresář pro vygenerovaný blokovací seznam 'adb_list.overall'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -677,7 +682,7 @@ msgstr ""
msgid "Time"
msgstr "Čas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -691,7 +696,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -723,11 +728,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -735,14 +740,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Aktion"
@ -43,7 +48,7 @@ msgstr "Füge diese (Sub-)Domain zur lokalen Blacklist."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Füge diese (Sub-)Domain zur lokalen Whiteklist."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr "Zusätzliche Jail-Sperrliste"
@ -130,7 +135,7 @@ msgstr "Sperrlisten abfragen..."
msgid "Blocklist Sources"
msgstr "Blockierlisten-Quellen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -187,15 +192,15 @@ msgstr ""
"sofort ab dem Booten oder im Fall von Downloadfehlern zur Verfügung zu haben."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "DNS-Backend"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "DNS-Verzeichnis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "DNS-Datei zurücksetzen"
@ -205,7 +210,7 @@ msgstr "DNS-Datei zurücksetzen"
msgid "DNS Report"
msgstr "DNS-Report"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "DNS-Restart-Timeout"
@ -213,15 +218,15 @@ msgstr "DNS-Restart-Timeout"
msgid "Date"
msgstr "Datum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "Deaktiviere DNS-Zulassen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "Deaktiviere DNS-Restarts"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@ -229,7 +234,7 @@ msgstr ""
"Deaktiviere das Triggern von Neustarts des DNS-Backends durch Adblock per "
"Autoload/inotify-Funktionsaufrufe."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "Deaktiviere selektives DNS-Whitelisting (RPZ-Passthrough)."
@ -238,7 +243,7 @@ msgstr "Deaktiviere selektives DNS-Whitelisting (RPZ-Passthrough)."
msgid "Domain"
msgstr "Domäne"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "Downloadparameter"
@ -254,11 +259,11 @@ msgstr "Download-Werkzeug"
msgid "E-Mail Notification"
msgstr "E-Mail-Benachrichtigung"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "Email-Benachrichtigszähler"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "E-Mail-Profil"
@ -266,11 +271,11 @@ msgstr "E-Mail-Profil"
msgid "E-Mail Receiver Address"
msgstr "E-Mail-Empfänger"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "E-Mail-Absender"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "E-Mail-Thema"
@ -320,11 +325,11 @@ msgstr "Erzwinge SafeSearch für Google, Bing, DuckDuckGo, Yandex und Pixabay."
msgid "Existing job(s)"
msgstr "Bestehende Job(s)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "Externe DNS-Abfragedomain"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -336,11 +341,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "Filterkriterien wie z.B. Datum, Domain oder Client (optional)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "DNS-Cache leeren"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "DNS-Cache leeren, bevor mit Adblock-Verarbeitung fortgefahren wird."
@ -366,7 +371,7 @@ msgstr "Allgemeine Einstellungen"
msgid "Information"
msgstr "Informationen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr "Jail-Verzeichnis"
@ -386,7 +391,7 @@ msgstr "SafeSearch einschränken"
msgid "Limit SafeSearch to certain providers."
msgstr "SafeSearch auf bestimmte Anbieter einschränken."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
"Liste an verfügbaren Netzwerkschnittstellen die von tcpdump verwendet werden "
@ -401,7 +406,7 @@ msgstr ""
"triggern. Wähle \"unspecified\", um einen herkömmlichen Start-Timeout-"
"Mechanismuss anstatt eines Netzwerk-Triggers zu verwenden."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -466,7 +471,7 @@ msgstr "Aktuell noch keine Adblock-Logs vorhanden!"
msgid "Overview"
msgstr "Übersicht"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
"\"msmtp\"-Profil, das für Adblock-Benachrichtigunsmails verwendet wird."
@ -479,7 +484,7 @@ msgstr "Abfrage"
msgid "Query active blocklists and backups for a specific domain."
msgstr "Frage aktive Sperrlisten und Backups über eine spezifische Domain ab."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -534,35 +539,35 @@ msgstr "Aktualisiere..."
msgid "Relax SafeSearch"
msgstr "SafeSearch abschwächen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "Berichte Datenblock-Anzahl"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "Berichte Datenblock-Größe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "Verzeichnis für Berichte"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "Berichte-Schnittstelle"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr "Berichte Ports"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr "Berichte Datenblock-Nutzung durch tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr "Berichte von tcpdump verwendete Datenblockgröße in MByte."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -606,7 +611,7 @@ msgstr ""
"Sende relevante Adblock-Benachrichtigungen per Email. Hinweis: Hierzu muss "
"das \"msmtp\"-Zusatzpaket installiert sein."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr "Absenderadresse für Adblock-Benachrichtigungsmails."
@ -626,7 +631,7 @@ msgstr ""
"Größe der Download-Warteschlange für laufende Downloads (inkl. Platzbedarf "
"für Sortieren, Zusammenführen)."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr "Quellen (Größe, Fokus)"
@ -638,11 +643,11 @@ msgstr ""
"Leerzeichengetrennte Liste von DNS-relevanten Firewall-Ports, die zwingend "
"lokal sein müssen."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr "Leerzeichengetrennte Liste an Ports die von tcpdump genutzt werden."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
"Spezielle Konfigurationseinstellungen für das gewählte Download-Programm."
@ -663,7 +668,7 @@ msgstr "Status / Version"
msgid "Suspend"
msgstr "Anhalten"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -681,11 +686,11 @@ msgstr ""
"hier sollte besser ein USB-Stick oder anderer lokaler Speicher verwendet "
"werden."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Zielverzeichnis für die erzeugte Sperrliste 'adb_list.overall'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "Zielverzeichnis für die erzeugte Jail-Sperrliste \"adb_list.jail\"."
@ -747,7 +752,7 @@ msgstr ""
msgid "Time"
msgstr "Zeit"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Timeout für erfolgreichen DNS-Backend-Startvorgang."
@ -763,7 +768,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Top-10 Statistiken"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr "Betreff für Adblock-Benachrichtigungsmails."
@ -797,11 +802,11 @@ msgstr ""
msgid "Whitelist..."
msgstr "Whiteliste..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@ -809,14 +814,14 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "Max. Größe des Result-Sets"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr ""
@ -43,7 +48,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -124,7 +129,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Λίστα Μπλοκαρισμένων πηγών"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -170,15 +175,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "κατάλογος DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Επαναφορά αρχείου DNS"
@ -188,7 +193,7 @@ msgstr "Επαναφορά αρχείου DNS"
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -196,21 +201,21 @@ msgstr ""
msgid "Date"
msgstr "Ημερομηνία"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -219,7 +224,7 @@ msgstr ""
msgid "Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -235,11 +240,11 @@ msgstr ""
msgid "E-Mail Notification"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -247,11 +252,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -299,11 +304,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -313,11 +318,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -340,7 +345,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -360,7 +365,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -370,7 +375,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -422,7 +427,7 @@ msgstr ""
msgid "Overview"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -434,7 +439,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -482,35 +487,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -549,7 +554,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -567,7 +572,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -577,11 +582,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -601,7 +606,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -613,11 +618,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -669,7 +674,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -683,7 +688,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -715,11 +720,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -727,14 +732,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr ""
@ -43,7 +48,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -124,7 +129,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -170,15 +175,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr ""
@ -188,7 +193,7 @@ msgstr ""
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -196,21 +201,21 @@ msgstr ""
msgid "Date"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -219,7 +224,7 @@ msgstr ""
msgid "Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -235,11 +240,11 @@ msgstr ""
msgid "E-Mail Notification"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -247,11 +252,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -299,11 +304,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -313,11 +318,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -340,7 +345,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -360,7 +365,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -370,7 +375,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -422,7 +427,7 @@ msgstr ""
msgid "Overview"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -434,7 +439,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -482,35 +487,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -549,7 +554,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -567,7 +572,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -577,11 +582,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -601,7 +606,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -613,11 +618,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -669,7 +674,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -683,7 +688,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -715,11 +720,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -727,14 +732,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -13,6 +13,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Acción"
@ -46,7 +51,7 @@ msgstr "Agregue este (sub) dominio a su lista negra local."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Agregue este (sub) dominio a su lista blanca local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr "Lista de bloqueo adicional de la cárcel"
@ -133,7 +138,7 @@ msgstr "Consulta de lista de bloqueo..."
msgid "Blocklist Sources"
msgstr "Fuentes de lista de bloqueo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -191,15 +196,15 @@ msgstr ""
"caso de errores de descarga o durante el inicio."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "Backend de DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "Directorio DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Restablecimiento de archivos DNS"
@ -209,7 +214,7 @@ msgstr "Restablecimiento de archivos DNS"
msgid "DNS Report"
msgstr "Informe DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "Tiempo de espera de reinicio de DNS"
@ -217,15 +222,15 @@ msgstr "Tiempo de espera de reinicio de DNS"
msgid "Date"
msgstr "Fecha"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "Desactivar Permitir DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "Desactivar Reinicios de DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@ -233,7 +238,7 @@ msgstr ""
"Desactivar los reinicios activados por adblock para back-end dns con "
"funciones de carga automática/inotify."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "Desactivar la lista blanca selectiva de DNS (pasar por RPZ)."
@ -242,7 +247,7 @@ msgstr "Desactivar la lista blanca selectiva de DNS (pasar por RPZ)."
msgid "Domain"
msgstr "Dominio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "Descargar parámetros"
@ -258,11 +263,11 @@ msgstr "Utilidad de descarga"
msgid "E-Mail Notification"
msgstr "Notificación del E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "Conteo de notificaciones por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "Perfil de correo electrónico"
@ -270,11 +275,11 @@ msgstr "Perfil de correo electrónico"
msgid "E-Mail Receiver Address"
msgstr "Dirección del destinatario del correo electrónico"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "Dirección del remitente del correo electrónico"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "Tema del correo electrónico"
@ -326,11 +331,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Trabajo(s) existente(s)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "Dominio de búsqueda de DNS externo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -343,11 +348,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "Criterios de filtro como fecha, dominio o cliente (opcional)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Vaciar caché de DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Vacíe la caché de DNS antes del procesamiento de adblock también."
@ -374,7 +379,7 @@ msgstr "Configuración general"
msgid "Information"
msgstr "Información"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr "Directorio de la cárcel"
@ -394,7 +399,7 @@ msgstr "Limitar SafeSearch"
msgid "Limit SafeSearch to certain providers."
msgstr "Limitar SafeSearch a proveedores specíficos."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr "Lista de dispositivos de red disponibles utilizados por tcpdump."
@ -407,7 +412,7 @@ msgstr ""
"Elija 'No especificado' para usar un tiempo de espera de inicio clásico en "
"lugar de un disparador de red."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -471,7 +476,7 @@ msgstr "¡Aún no hay registros relacionados con adblock!"
msgid "Overview"
msgstr "Visión general"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Perfil utilizado por 'msmtp' para notificaciones de E-Mails adblock."
@ -485,7 +490,7 @@ msgstr ""
"Consulta listas de bloqueo activas y copias de seguridad para un dominio "
"específico."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -540,35 +545,35 @@ msgstr "Actualizar..."
msgid "Relax SafeSearch"
msgstr "Relajar SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "Informe de recuento de fragmentos"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "Tamaño del fragmento de informe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "Directorio de informes"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "Interfaz de informe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr "Informar puertos"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr "Informe el recuento de fragmentos utilizado por tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr "Informe el tamaño del fragmento utilizado por tcpdump en MByte."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -612,7 +617,7 @@ msgstr ""
"Enviar correos electrónicos de notificación relacionados con adblock. Tenga "
"en cuenta: esto necesita una instalación adicional del paquete 'msmtp'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
"Dirección del remitente para los correos electrónicos de notificación de "
@ -634,7 +639,7 @@ msgstr ""
"Tamaño de la cola de descarga para el procesamiento de descarga (incluida la "
"clasificación, fusión, etc.) en paralelo."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr "Fuentes (tamaño, enfoque)"
@ -646,11 +651,11 @@ msgstr ""
"Lista separada por espacios de puertos de firewall relacionados con DNS que "
"deben forzarse localmente."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr "Lista de puertos separados por espacios utilizados por tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
"Opciones de configuración especiales para la utilidad de descarga "
@ -672,7 +677,7 @@ msgstr "Estado / Versión"
msgid "Suspend"
msgstr "Suspender"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -690,12 +695,12 @@ msgstr ""
"valor predeterminado es '/ tmp', utilice preferiblemente una memoria USB u "
"otro disco local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
"Directorio de destino para la lista de bloqueo generada 'adb_list.overall'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
"Directorio de destino para la lista de bloqueo de cárcel generada 'adb_list."
@ -761,7 +766,7 @@ msgstr ""
msgid "Time"
msgstr "Hora"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tiempo de espera para esperar un reinicio de backend de DNS exitoso."
@ -777,7 +782,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Top 10 estadísticas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr "Tema para los correos electrónicos de notificación de adblock."
@ -811,11 +816,11 @@ msgstr ""
msgid "Whitelist..."
msgstr "Lista blanca..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@ -823,14 +828,14 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "máx. tamaño del conjunto de resultados"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr "llamado (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr "crudo (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Action"
@ -43,7 +48,7 @@ msgstr "Ajout sous-domaine au réseau local blacklisté."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Ajout sous-domaine au réseau local whitelisté."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr "Additionnel Bannis Blocklisté"
@ -130,7 +135,7 @@ msgstr "Demande Blocklist..."
msgid "Blocklist Sources"
msgstr "Sources des listes de blocage"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -189,15 +194,15 @@ msgstr ""
"utilisées en cas d'erreurs de téléchargement ou lors du démarrage."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "Backend du DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "Répertoire du DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Réinitialiser le fichier de DNS"
@ -207,7 +212,7 @@ msgstr "Réinitialiser le fichier de DNS"
msgid "DNS Report"
msgstr "Rapport DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "Délai de redémarrage DNS"
@ -215,15 +220,15 @@ msgstr "Délai de redémarrage DNS"
msgid "Date"
msgstr "Date"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "Désactiver l'autorisation DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "Désactiver les redémarrages DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@ -231,7 +236,7 @@ msgstr ""
"Désactiver les redémarrages déclenchés par adblock pour les backends dns "
"avec des fonctions d'auto-chargement/notification."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "Désactiver la liste blanche sélective du DNS (passthrough RPZ)."
@ -240,7 +245,7 @@ msgstr "Désactiver la liste blanche sélective du DNS (passthrough RPZ)."
msgid "Domain"
msgstr "Domaine"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "Paramètres Téléchargement"
@ -256,11 +261,11 @@ msgstr "Télécharger l'utilitaire"
msgid "E-Mail Notification"
msgstr "Notifications par e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "Nombre de notifications par courrier électronique"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "Email du profil"
@ -268,11 +273,11 @@ msgstr "Email du profil"
msgid "E-Mail Receiver Address"
msgstr "Adresse e-mail du destinataire"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "Adresse électronique de l'expéditeur"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "Objet du courrier électronique"
@ -323,11 +328,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Travaux en cours"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "Domaine de recherche DNS externe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -340,11 +345,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "Critère filtre comme la date, domaine, client (option)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Vider le cache DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Videz également le cache DNS avant le traitement des adblocs."
@ -371,7 +376,7 @@ msgstr "Paramètres généraux"
msgid "Information"
msgstr "Information"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr "Répertoire des bannis"
@ -391,7 +396,7 @@ msgstr "Limiter SafeSearch"
msgid "Limit SafeSearch to certain providers."
msgstr "Limitez SafeSearch à certains fournisseurs."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr "Liste des périphériques réseau disponibles utilisés par tcpdump."
@ -404,7 +409,7 @@ msgstr ""
"l'adblock. Choisissez \"non spécifié\" pour utiliser un délai de démarrage "
"classique au lieu d'un déclencheur réseau."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -471,7 +476,7 @@ msgstr "Pas encore de journaux liés à l'adblock !"
msgid "Overview"
msgstr "Vue densemble"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil utilisé par \"msmtp\" pour les e-mails de notification adblock."
@ -485,7 +490,7 @@ msgstr ""
"Recherchez des listes de blocage actives et des sauvegardes pour un domaine "
"spécifique."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -544,35 +549,35 @@ msgstr "Rafraichi..."
msgid "Relax SafeSearch"
msgstr "Relax SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "Rapporter le nombre de morceaux"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "Rapporter la taille des morceaux"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "Rapporter le Répertoire"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "Rapporter l'Interface"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr "Rapport des Ports"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr "Signalez le nombre de morceaux utilisés par tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr "Indiquez la taille des morceaux utilisés par tcpdump en MByte."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -616,7 +621,7 @@ msgstr ""
"Envoyer des e-mails de notification relatifs à l'adblock. Veuillez noter que "
"l'installation du paquet \"msmtp\" supplémentaire est nécessaire."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
"Adresse de l'expéditeur des courriers électroniques de notification de "
@ -638,7 +643,7 @@ msgstr ""
"Taille de la file d'attente pour le traitement des téléchargements (y "
"compris le tri, la fusion, etc.) en parallèle."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr "Sources (Taille, Focus)"
@ -650,11 +655,11 @@ msgstr ""
"Liste séparée par espace des ports de pare-feu liés au DNS qui doivent être "
"forcés localement."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr "Liste des ports utilisés par tcpdump, séparés par des espaces."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
"Options de configuration spéciales pour l'utilitaire de téléchargement "
@ -676,7 +681,7 @@ msgstr "Statut / Version"
msgid "Suspend"
msgstr "Mettre en pause"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -693,12 +698,12 @@ msgstr ""
"défaut est '/tmp', veuillez utiliser de préférence une clé usb ou un autre "
"disque local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
"Répertoire cible pour la liste de blocage générée \"adb_list.overall\"."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "Répertoire cible pour la liste de blocage générée \"adb_list.jail\"."
@ -764,7 +769,7 @@ msgstr ""
msgid "Time"
msgstr "Heure"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Délai d'attente pour un redémarrage réussi du backend du DNS."
@ -780,7 +785,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Top 10 Statistiques"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr "Objet pour les notifications par e-mails d'adblock."
@ -814,11 +819,11 @@ msgstr ""
msgid "Whitelist..."
msgstr "Liste Blanche..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@ -826,14 +831,14 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "taille max. des résultats"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"

View file

@ -4,6 +4,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr ""
@ -37,7 +42,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -118,7 +123,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -164,15 +169,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr ""
@ -182,7 +187,7 @@ msgstr ""
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -190,21 +195,21 @@ msgstr ""
msgid "Date"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -213,7 +218,7 @@ msgstr ""
msgid "Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -229,11 +234,11 @@ msgstr ""
msgid "E-Mail Notification"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -241,11 +246,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -293,11 +298,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -307,11 +312,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -334,7 +339,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -354,7 +359,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -364,7 +369,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -416,7 +421,7 @@ msgstr ""
msgid "Overview"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -428,7 +433,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -476,35 +481,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -543,7 +548,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -561,7 +566,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -571,11 +576,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -595,7 +600,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -607,11 +612,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -663,7 +668,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -677,7 +682,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -709,11 +714,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -721,14 +726,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -4,6 +4,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr ""
@ -37,7 +42,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -118,7 +123,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -164,15 +169,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr ""
@ -182,7 +187,7 @@ msgstr ""
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -190,21 +195,21 @@ msgstr ""
msgid "Date"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -213,7 +218,7 @@ msgstr ""
msgid "Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -229,11 +234,11 @@ msgstr ""
msgid "E-Mail Notification"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -241,11 +246,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -293,11 +298,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -307,11 +312,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -334,7 +339,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -354,7 +359,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -364,7 +369,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -416,7 +421,7 @@ msgstr ""
msgid "Overview"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -428,7 +433,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -476,35 +481,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -543,7 +548,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -561,7 +566,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -571,11 +576,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -595,7 +600,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -607,11 +612,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -663,7 +668,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -677,7 +682,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -709,11 +714,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -721,14 +726,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Művelet"
@ -43,7 +48,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -126,7 +131,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Blokkolási lista forrásai"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -172,15 +177,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "DNS könyvtár"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "DNS fájlvisszaállítás"
@ -190,7 +195,7 @@ msgstr "DNS fájlvisszaállítás"
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -198,21 +203,21 @@ msgstr ""
msgid "Date"
msgstr "Dátum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -221,7 +226,7 @@ msgstr ""
msgid "Domain"
msgstr "Tartomány"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -237,11 +242,11 @@ msgstr "Letöltési segédprogram"
msgid "E-Mail Notification"
msgstr "E-mail értesítés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -249,11 +254,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr "E-mail fogadócím"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -301,11 +306,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -315,11 +320,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "DNS gyorsítótár kiürítése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -342,7 +347,7 @@ msgstr "Általános beállítások"
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -362,7 +367,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -372,7 +377,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -425,7 +430,7 @@ msgstr ""
msgid "Overview"
msgstr "Áttekintés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -437,7 +442,7 @@ msgstr "Lekérdezés"
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -485,35 +490,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "Darabok számának jelentése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "Darabok méretének jelentése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "Könyvtár jelentése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "Csatoló jelentése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -552,7 +557,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -570,7 +575,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -580,11 +585,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -604,7 +609,7 @@ msgstr ""
msgid "Suspend"
msgstr "Felfüggesztés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -616,11 +621,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Célkönyvtár az előállított „adb_list.overall” blokkolási listához."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -674,7 +679,7 @@ msgstr ""
msgid "Time"
msgstr "Idő"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -688,7 +693,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -720,11 +725,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -732,14 +737,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -13,6 +13,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Action"
@ -46,7 +51,7 @@ msgstr "Aggiungi questo (sotto)dominio alla tua lista nera locale."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Aggiungi questo (sotto)dominio alla tua lista bianca locale."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -127,7 +132,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Fonti lista di Blocco"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -181,15 +186,15 @@ msgstr ""
"nell'evenienza di errori nello scaricamento o all'avvio."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "Backend DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "Directory DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Reset File DNS"
@ -199,7 +204,7 @@ msgstr "Reset File DNS"
msgid "DNS Report"
msgstr "Report del DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "Tempo di riavvio del DNS"
@ -207,21 +212,21 @@ msgstr "Tempo di riavvio del DNS"
msgid "Date"
msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -230,7 +235,7 @@ msgstr ""
msgid "Domain"
msgstr "Dominio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -246,11 +251,11 @@ msgstr "Utilità di Scaricamento"
msgid "E-Mail Notification"
msgstr "Notifica E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -258,11 +263,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr "E-Mail destinatario"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -310,11 +315,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -324,11 +329,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Pulisci Cache DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -351,7 +356,7 @@ msgstr "Impostazioni generali"
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -371,7 +376,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -381,7 +386,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -434,7 +439,7 @@ msgstr ""
msgid "Overview"
msgstr "Riassunto"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -446,7 +451,7 @@ msgstr "Interrogazione"
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -495,35 +500,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "Directory dei report"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -562,7 +567,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -580,7 +585,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -590,11 +595,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -614,7 +619,7 @@ msgstr ""
msgid "Suspend"
msgstr "Sospendi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -626,11 +631,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Directory per la lista di blocco generata 'adb_list.overall'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -683,7 +688,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -697,7 +702,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -729,11 +734,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -741,14 +746,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -13,6 +13,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "アクション"
@ -46,7 +51,7 @@ msgstr "この(サブ)ドメインをローカルのブラックリストに追
msgid "Add this (sub-)domain to your local whitelist."
msgstr "この(サブ)ドメインをローカルのホワイトリストに追加します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr "追加のJailブロックリスト"
@ -130,7 +135,7 @@ msgstr "ブロックリストのクエリ..."
msgid "Blocklist Sources"
msgstr "ブロックリスト提供元"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -187,15 +192,15 @@ msgstr ""
"時に使用されます。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "DNSバックエンド"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "DNS ディレクトリ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "DNS ファイル リセット"
@ -205,7 +210,7 @@ msgstr "DNS ファイル リセット"
msgid "DNS Report"
msgstr "DNSレポート"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "DNS再起動タイムアウト"
@ -213,15 +218,15 @@ msgstr "DNS再起動タイムアウト"
msgid "Date"
msgstr "日付"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "DNS許可を無効化"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "DNS再起動を無効化"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@ -229,7 +234,7 @@ msgstr ""
"autoload/inotify機能を使用してDNSバックエンドのadblockの再起動トリガーを無効"
"にします。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "セレクティブDNSホワイトリスティングを無効化(RPZパススルー)。"
@ -238,7 +243,7 @@ msgstr "セレクティブDNSホワイトリスティングを無効化(RPZパ
msgid "Domain"
msgstr "ドメイン"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "パラメータをダウンロード"
@ -254,11 +259,11 @@ msgstr "ダウンロードユーティリティ"
msgid "E-Mail Notification"
msgstr "Eメール通知"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "Eメール通知数"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "Eメールプロファイル"
@ -266,11 +271,11 @@ msgstr "Eメールプロファイル"
msgid "E-Mail Receiver Address"
msgstr "Eメール受信アドレス"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "Eメール送信者アドレス"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "Eメールトピック"
@ -320,11 +325,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "既存の仕事"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "外部DNSルックアップドメイン"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -336,11 +341,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "日付、ドメイン、クライアントなどのフィルター基準(オプション)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "DNS キャッシュのクリア"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "adblockが正常に動くようにするため、事前にDNSキャッシュをクリアします。"
@ -366,7 +371,7 @@ msgstr "一般設定"
msgid "Information"
msgstr "情報"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr "Jailディレクトリ"
@ -386,7 +391,7 @@ msgstr "セーフサーチを制限"
msgid "Limit SafeSearch to certain providers."
msgstr "セーフサーチを特定のプロバイダに制限します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr "tcpdumpが使用する利用可能なネットワークデバイス一覧です。"
@ -398,7 +403,7 @@ msgstr ""
"adblockの開始をトリガーできるネットワークインターフェース一覧です。未指定を選"
"択するとトリガーの代わりに従来のスタートアップタイムアウトを使用します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -452,7 +457,7 @@ msgstr "まだadblolck関連のログがありません"
msgid "Overview"
msgstr "概要"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "'msmtp'をadblock通知Eメールに使用するプロファイル。"
@ -464,7 +469,7 @@ msgstr "検索"
msgid "Query active blocklists and backups for a specific domain."
msgstr "特定のドメインのアクティブなブロックリストとバックアップを検索します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -519,35 +524,35 @@ msgstr "リフレッシュ..."
msgid "Relax SafeSearch"
msgstr "リラックスセーフサーチ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "レポート チャンクカウント"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "レポート チャンクサイズ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "レポート ディレクトリ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "レポート インターフェース"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr "レポートポート"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr "tcpdumpによって使用されるレポートチャンク数。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr "tcpdumpがメガバイト単位で使用するレポートチャンクサイズ。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -591,7 +596,7 @@ msgstr ""
"adblock関連の通知Eメールを送信します。注意: これは追加の'msmtp'パッケージのイ"
"ンストールが必要です。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr "adblockの通知Eメール送信者アドレス。"
@ -611,7 +616,7 @@ msgstr ""
"ダウンロード処理(並べ替え、統合など)のダウンロードキューのサイズを並列で指定"
"します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr "ソース(サイズ、フォーカス)"
@ -622,11 +627,11 @@ msgid ""
msgstr ""
"スペースで区切られた、ローカルのみの、DNS関連のファイアウォールポートリスト。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdumpが使用するポートの、スペースで区切られたリスト。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr "選択したダウンロードユーティリティーの特別な設定オプション。"
@ -646,7 +651,7 @@ msgstr "ステータス / バージョン"
msgid "Suspend"
msgstr "一時停止"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -663,11 +668,11 @@ msgstr ""
"トは'/tmp'です。可能ならばUSBメモリまたは別のローカルディスクを使用してくださ"
"い。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "生成されたブロックリスト 'adb_list.overall' の保存先ディレクトリです。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
"生成されたjailブロックリスト'adb_list.jail'のターゲットディレクトリです。"
@ -728,7 +733,7 @@ msgstr ""
msgid "Time"
msgstr "時刻"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "DNSバックエンドの再起動が成功するまでのタイムアウト。"
@ -744,7 +749,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "上位10項目"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr "adblockの通知Eメールのトピック。"
@ -778,11 +783,11 @@ msgstr ""
msgid "Whitelist..."
msgstr "ホワイトリスト..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@ -790,14 +795,14 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "액션"
@ -43,7 +48,7 @@ msgstr "이 (서브)도메인을 로컬 블랙리스트에 추가."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "이 (서브)도메인을 로컬 화이트리스트에 추가."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -126,7 +131,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -172,15 +177,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr ""
@ -190,7 +195,7 @@ msgstr ""
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -198,21 +203,21 @@ msgstr ""
msgid "Date"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -221,7 +226,7 @@ msgstr ""
msgid "Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -237,11 +242,11 @@ msgstr ""
msgid "E-Mail Notification"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -249,11 +254,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -301,11 +306,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -315,11 +320,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -342,7 +347,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -362,7 +367,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -372,7 +377,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -424,7 +429,7 @@ msgstr ""
msgid "Overview"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -436,7 +441,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -484,35 +489,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -551,7 +556,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -569,7 +574,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -579,11 +584,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -603,7 +608,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -615,11 +620,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -671,7 +676,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -685,7 +690,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -717,11 +722,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -729,14 +734,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr ""
@ -43,7 +48,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -124,7 +129,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -170,15 +175,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr ""
@ -188,7 +193,7 @@ msgstr ""
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -196,21 +201,21 @@ msgstr ""
msgid "Date"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -219,7 +224,7 @@ msgstr ""
msgid "Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -235,11 +240,11 @@ msgstr ""
msgid "E-Mail Notification"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -247,11 +252,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -299,11 +304,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -313,11 +318,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -340,7 +345,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -360,7 +365,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -370,7 +375,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -422,7 +427,7 @@ msgstr ""
msgid "Overview"
msgstr "आढावा"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -434,7 +439,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -482,35 +487,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -549,7 +554,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -567,7 +572,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -577,11 +582,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -601,7 +606,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -613,11 +618,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -669,7 +674,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -683,7 +688,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -715,11 +720,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -727,14 +732,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Tindakan"
@ -43,7 +48,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -124,7 +129,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Punca Senarai Sekatan"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -170,15 +175,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "Direktori DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Reset fail DNS"
@ -188,7 +193,7 @@ msgstr "Reset fail DNS"
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -196,21 +201,21 @@ msgstr ""
msgid "Date"
msgstr "Tarikh"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -219,7 +224,7 @@ msgstr ""
msgid "Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -235,11 +240,11 @@ msgstr ""
msgid "E-Mail Notification"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -247,11 +252,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -299,11 +304,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -313,11 +318,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -340,7 +345,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -360,7 +365,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -370,7 +375,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -422,7 +427,7 @@ msgstr ""
msgid "Overview"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -434,7 +439,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -482,35 +487,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -549,7 +554,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -567,7 +572,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -577,11 +582,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -601,7 +606,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -613,11 +618,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -669,7 +674,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -683,7 +688,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -715,11 +720,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -727,14 +732,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Handling"
@ -43,7 +48,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -126,7 +131,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Blokklistekilder"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -172,15 +177,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "DNS-mappe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "DNS-filtilbakestilling"
@ -190,7 +195,7 @@ msgstr "DNS-filtilbakestilling"
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -198,21 +203,21 @@ msgstr ""
msgid "Date"
msgstr "Dato"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -221,7 +226,7 @@ msgstr ""
msgid "Domain"
msgstr "Domene"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -237,11 +242,11 @@ msgstr "Nedlastingsverktøy"
msgid "E-Mail Notification"
msgstr "E-postmerknad"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -249,11 +254,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr "E-postmottagersadresse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -301,11 +306,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -315,11 +320,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Tøm DNS-hurtiglageret"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -342,7 +347,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -362,7 +367,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -372,7 +377,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -424,7 +429,7 @@ msgstr ""
msgid "Overview"
msgstr "Oversikt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -436,7 +441,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -484,35 +489,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -551,7 +556,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -569,7 +574,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -579,11 +584,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -603,7 +608,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -615,11 +620,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -671,7 +676,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -685,7 +690,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -717,11 +722,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -729,14 +734,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -11,6 +11,11 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Akcja"
@ -44,7 +49,7 @@ msgstr "Dodaj tę (sub-)domenę do Twojej lokalnej czarnej listy."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Dodaj tę (pod-)domenę do Twojej lokalnej białej listy."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr "Dodatkowa lista blokująca"
@ -131,7 +136,7 @@ msgstr "Zapytanie..."
msgid "Blocklist Sources"
msgstr "Źródła list"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -189,15 +194,15 @@ msgstr ""
"błędów pobierania lub podczas startu."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "Zaplecze DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "Katalog DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Resetuj plik DNS"
@ -207,7 +212,7 @@ msgstr "Resetuj plik DNS"
msgid "DNS Report"
msgstr "Raport DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "Limit czasu restartu DNS"
@ -215,15 +220,15 @@ msgstr "Limit czasu restartu DNS"
msgid "Date"
msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "Wyłącz pozwolenie na DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "Wyłącz restart DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@ -231,7 +236,7 @@ msgstr ""
"Wyłącz wyzwalane restarty adblocka dla zaplecza DNS z funkcjami Autoload/"
"Inotify."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "Wyłącz selektywną białą listę DNS (RPZ)."
@ -240,7 +245,7 @@ msgstr "Wyłącz selektywną białą listę DNS (RPZ)."
msgid "Domain"
msgstr "Domena"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "Parametry pobierania"
@ -256,11 +261,11 @@ msgstr "Narzędzie pobierania"
msgid "E-Mail Notification"
msgstr "Powiadomienie e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "Licznik powiadomień e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "Profil e-mail"
@ -268,11 +273,11 @@ msgstr "Profil e-mail"
msgid "E-Mail Receiver Address"
msgstr "Adres e-mail odbiorcy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "Adres e-mail nadawcy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "Temat e-mail"
@ -323,11 +328,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Istniejące zadania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "Zewnętrzna domena wyszukiwania DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -340,11 +345,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "Kryteria filtrowania takie jak data, domena lub klient (opcjonalnie)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Opróżnij pamięć podręczną DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Opróżnij pamięć podręczną DNS przed przetwarzaniem adblocka."
@ -370,7 +375,7 @@ msgstr "Ustawienia główne"
msgid "Information"
msgstr "Informacje"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr "Katalog więzienia"
@ -390,7 +395,7 @@ msgstr "Limit SafeSearch"
msgid "Limit SafeSearch to certain providers."
msgstr "Limit SafeSearch dla certyfikowanych dostawców."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr "Lista dostępnych urządzeń sieciowych używanych przez tcpdump."
@ -403,7 +408,7 @@ msgstr ""
"'nieokreślone', aby użyć klasycznego limitu czasu uruchamiania zamiast "
"wyzwalacza sieciowego."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -468,7 +473,7 @@ msgstr "Brak dzienników związanych z adblockiem!"
msgid "Overview"
msgstr "Przegląd"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil używany przez 'msmtp' do powiadamiania o blokadzie e-mail."
@ -482,7 +487,7 @@ msgstr ""
"Wysyłaj zapytania do aktywnych list blokowania i kopii zapasowych dla "
"określonej domeny."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -536,35 +541,35 @@ msgstr "Odświeżanie..."
msgid "Relax SafeSearch"
msgstr "Odpoczynek SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "Zgłoś liczbę fragmentów"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "Zgłoś wielkość porcji"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "Katalog raportów"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "Interfejs raportowania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr "Porty raportowania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr "Raportuj liczbę fragmentów używaną przez tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr "Raportuj wielkość fragmentów używaną przez tcpdump w MB."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -607,7 +612,7 @@ msgstr ""
"Wysyłaj powiadomienia e-mail związane z adblock. Uwaga: wymaga to dodatkowej "
"instalacji pakietu 'msmtp'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr "Adres nadawcy dla powiadomień e-mailowych adblocka."
@ -627,7 +632,7 @@ msgstr ""
"Rozmiar kolejki pobierania do przetwarzania plików (w tym sortowanie, "
"łączenie itp.) równolegle."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr "Źródła (wielkość, skupienie)"
@ -639,11 +644,11 @@ msgstr ""
"Rozdzielona spacjami lista portów zapory związanych z DNS, które należy "
"wymusić lokalnie."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr "Rozdzielona spacjami lista portów używanych przez tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr "Specjalne opcje konfiguracji dla wybranego narzędzia do pobierania."
@ -663,7 +668,7 @@ msgstr "Status/Wersja"
msgid "Suspend"
msgstr "Zawieś"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -679,12 +684,12 @@ msgstr ""
"Katalog docelowy dla kopii zapasowej list. Domyślnie jest to '/tmp', użyj "
"najlepiej pamięci USB lub innego dysku."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
"Katalog docelowy dla wygenerowanej listy blokowania 'adb_list.overall'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
"Katalog docelowy dla wygenerowanej listy zablokowanych 'adb_list.jail'."
@ -748,7 +753,7 @@ msgstr ""
msgid "Time"
msgstr "Czas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Limit czasu oczekiwania na pomyślne ponowne uruchomienie zaplecza DNS."
@ -764,7 +769,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Top 10"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr "Temat dla powiadomień e-mail adblocka."
@ -798,11 +803,11 @@ msgstr ""
msgid "Whitelist..."
msgstr "Biała lista ..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@ -810,14 +815,14 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "maks. rozmiar zestawu wyników"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Ação"
@ -43,7 +48,7 @@ msgstr "Adicione este (sub)domínio na sua lista negra local."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Adicione este (sub)domínio na sua lista branca local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr "Lista de Bloqueio Priosional"
@ -131,7 +136,7 @@ msgstr "Pesquisando a Lista de Bloqueio..."
msgid "Blocklist Sources"
msgstr "Origem da Blocklist"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -189,15 +194,15 @@ msgstr ""
"usados em caso de erros de descarregamento ou durante a inicialização."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "Infraestrutura do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "Diretório DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Repor o ficheiro DNS"
@ -207,7 +212,7 @@ msgstr "Repor o ficheiro DNS"
msgid "DNS Report"
msgstr "Relatório do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "Tempo Limite para Reiniciar o DNS"
@ -215,15 +220,15 @@ msgstr "Tempo Limite para Reiniciar o DNS"
msgid "Date"
msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "Desativar a opção DNS Permitir"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "Desativar as Reinicializações do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@ -231,7 +236,7 @@ msgstr ""
"Desativar o adblock que causar a reinicialização das funções autoload/"
"inotify da infraestrutura do DNS."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "Desativa a lista branca seletiva do DNS (passagem pelo RPZ)."
@ -240,7 +245,7 @@ msgstr "Desativa a lista branca seletiva do DNS (passagem pelo RPZ)."
msgid "Domain"
msgstr "Domínio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "Parâmetros de Descarregamento"
@ -256,11 +261,11 @@ msgstr "Ferramenta para Descarregar"
msgid "E-Mail Notification"
msgstr "Notificação por e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "Contagem de Notificações por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "Perfil de e-mail"
@ -268,11 +273,11 @@ msgstr "Perfil de e-mail"
msgid "E-Mail Receiver Address"
msgstr "Endereço de e-mail do destinatário"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "Endereço de e-mail do remetente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "Assunto do e-mail"
@ -324,11 +329,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Tarefa(s) existente(s)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "Domínio de Pesquisa Externa do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -341,11 +346,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "Filtrar critérios como data, domínio ou cliente (opcional)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Limpar o cache de DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Também limpar o Cache do DNS antes do adblock."
@ -372,7 +377,7 @@ msgstr "Configurações gerais"
msgid "Information"
msgstr "Informação"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr "Diretório Prisional"
@ -392,7 +397,7 @@ msgstr "Limite do SafeSearch"
msgid "Limit SafeSearch to certain providers."
msgstr "Limite o SafeSearch a determinados provedores."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr "Lista de aparelhos da rede disponíveis que foram usados pelo tcpdump."
@ -405,7 +410,7 @@ msgstr ""
"'não especificado' para usar um tempo de inicialização clássico em vez de um "
"gatilho de rede."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -471,7 +476,7 @@ msgstr "Ainda não há registos relacionados ao adblock!"
msgid "Overview"
msgstr "Visão Geral"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Perfil dos e-mails de notificação do adblock utilizado por 'msmtp'."
@ -485,7 +490,7 @@ msgstr ""
"Consulta as listas de bloqueios ativos e as cópias de segurança para um "
"domínio específico."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -540,35 +545,35 @@ msgstr "Atualizar..."
msgid "Relax SafeSearch"
msgstr "Alivie o SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "Relatar Contagem de Porções"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "Tamanho de Porções de Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "Diretório de Relatórios"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "Interface de Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr "Relatório das Portas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr "Informar a contagem dos pedaços usados pelo tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr "Informar o tamanho do pedaço utilizado pelo tcpdump em MByte."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -612,7 +617,7 @@ msgstr ""
"Envie e-mails de notificação relacionados ao adblock. Note que: a instalação "
"adicional do pacote 'msmtp' é necessária."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr "Endereço E-Mail do remetente para as notificações do adblock."
@ -632,7 +637,7 @@ msgstr ""
"Tamanho da fila de descarregamento para o processamento de descarregamento "
"(incl. classificação, fusão etc.) em paralelo."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr "Fontes (Tamanho, Foco)"
@ -644,11 +649,11 @@ msgstr ""
"Lista separada por espaço das portas de firewall relacionadas ao DNS que "
"devem ser impostas localmente."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
"Opções especiais de configuração para o utilitário de descarregamento "
@ -670,7 +675,7 @@ msgstr "Condição geral / versão"
msgid "Suspend"
msgstr "Suspender"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -688,12 +693,12 @@ msgstr ""
"diretório predefinido é '/tmp', use preferencialmente um pendrive ou outro "
"disco local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
"Diretório de destino para a lista de blocos 'adb_list.overall' gerada ."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
"Diretório de destino para a lista que for gerada pelo lista de bloqueio "
@ -757,7 +762,7 @@ msgstr ""
msgid "Time"
msgstr "Tempo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS."
@ -773,7 +778,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "As 10 Estatísticas Principais"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
"Defina o assunto dos e-mails que serão usados nas notificações do adblock."
@ -808,11 +813,11 @@ msgstr ""
msgid "Whitelist..."
msgstr "Lista Branca..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@ -820,14 +825,14 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "def. a quantidade máxima de resultados"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"

View file

@ -13,6 +13,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Ação"
@ -46,7 +51,7 @@ msgstr "Adicione este (sub)domínio na sua lista negra local."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Adicione este (sub)domínio na sua lista branca local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr "Lista de Bloqueio Adicional"
@ -134,7 +139,7 @@ msgstr "Pesquisando a Lista de Bloqueio..."
msgid "Blocklist Sources"
msgstr "Fontes de listas de bloqueio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -192,15 +197,15 @@ msgstr ""
"usados em caso de erros de download ou durante a inicialização."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "Infraestrutura do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "Diretório DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Zerar Arquivo de DNS"
@ -210,7 +215,7 @@ msgstr "Zerar Arquivo de DNS"
msgid "DNS Report"
msgstr "Relatório do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "Tempo Limite para Reiniciar o DNS"
@ -218,15 +223,15 @@ msgstr "Tempo Limite para Reiniciar o DNS"
msgid "Date"
msgstr "Dia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "Desativar a opção DNS Permitir"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "Desativar as Reinicializações do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@ -234,7 +239,7 @@ msgstr ""
"Desative o bloqueador de anúncios que causar a reinicialização das funções "
"autoload/inotify da infraestrutura do DNS."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "Desative a lista branca seletiva do DNS (passagem pelo RPZ)."
@ -243,7 +248,7 @@ msgstr "Desative a lista branca seletiva do DNS (passagem pelo RPZ)."
msgid "Domain"
msgstr "Domínio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "Parâmetros de Download"
@ -259,11 +264,11 @@ msgstr "Ferramenta para Baixar"
msgid "E-Mail Notification"
msgstr "Notificação por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "Contagem de Notificações por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "E-Mail do Perfil"
@ -271,11 +276,11 @@ msgstr "E-Mail do Perfil"
msgid "E-Mail Receiver Address"
msgstr "Endereço de E-Mail do Destinatário"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "Endereço de E-Mail do Remetente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "Assunto do E-Mail"
@ -327,11 +332,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Tarefa(s) existente(s)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "Domínio de Pesquisa Externa do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -344,11 +349,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "Filtrar critérios como data, domínio ou cliente (opcional)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Limpar a Cache do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Também liberar o Cache do DNS antes do bloqueador de anúncios."
@ -375,7 +380,7 @@ msgstr "Configurações Gerais"
msgid "Information"
msgstr "Informações"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr "Diretório Prisional"
@ -395,7 +400,7 @@ msgstr "Limite do SafeSearch"
msgid "Limit SafeSearch to certain providers."
msgstr "Limite o SafeSearch a determinados fornecedores."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
"Lista de dispositivos da rede disponíveis que foram usados pelo tcpdump."
@ -409,7 +414,7 @@ msgstr ""
"Escolha 'não especificado' para usar um tempo de inicialização clássico em "
"vez de um gatilho de rede."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -474,7 +479,7 @@ msgstr "Ainda não há registros relacionados ao bloqueio de anúncio!"
msgid "Overview"
msgstr "Visão Geral"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
"Perfil dos E-Mails de notificação do bloqueio de anúncio utilizado por "
@ -490,7 +495,7 @@ msgstr ""
"Consulta as listas de bloqueios ativos e as cópias de segurança para um "
"domínio específico."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -548,35 +553,35 @@ msgstr "Atualizar..."
msgid "Relax SafeSearch"
msgstr "Alivie o SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "Contagem de Pedaços do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "Tamanho dos Pedaços do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "Diretório do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "Interface do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr "Relatório das Portas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr "Informar a contagem dos pedaços usados pelo tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr "Informar o tamanho do pedaço utilizado pelo tcpdump em MByte."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -620,7 +625,7 @@ msgstr ""
"Envie E-Mails de notificação relacionados ao bloqueio de anúncios. Note que: "
"é necessário a instalação adicional do pacote 'msmtp'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
"Endereço E-Mail do remetente para as notificações do bloqueador de anúncios."
@ -641,7 +646,7 @@ msgstr ""
"Tamanho da fila de download para o processamento de download (incl. "
"classificação, fusão etc.) em paralelo."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr "Fontes (Tamanho, Foco)"
@ -653,11 +658,11 @@ msgstr ""
"Lista separada por espaço das portas de firewall relacionadas ao DNS que "
"devem ser impostas localmente."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
"Opções especiais de configuração para o utilitário de download selecionado."
@ -678,7 +683,7 @@ msgstr "Condição Geral / Versão"
msgid "Suspend"
msgstr "Suspender"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -696,11 +701,11 @@ msgstr ""
"diretório predefinido é '/tmp', use preferencialmente um pendrive ou outro "
"disco local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Caminho do diretório para a lista nega gerada 'adb_list.overall'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
"Diretório de destino para a lista que for gerada pelo lista de bloqueio "
@ -765,7 +770,7 @@ msgstr ""
msgid "Time"
msgstr "Tempo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS."
@ -781,7 +786,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "As 10 Estatísticas Principais"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
"Defina o assunto dos E-Mais que serão usados nas notificações do bloqueador "
@ -817,11 +822,11 @@ msgstr ""
msgid "Whitelist..."
msgstr "Lista Branca..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@ -829,14 +834,14 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "def. a quantidade máxima de resultados"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"

View file

@ -11,6 +11,11 @@ msgstr ""
"20)) ? 1 : 2;\n"
"X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Actiune"
@ -44,7 +49,7 @@ msgstr "Adăugați acest (sub) domeniu în lista locală de interzise."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Adăugați acest (sub) domeniu la lista locală de admise."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -131,7 +136,7 @@ msgstr "Interogare Lista de Blocare..."
msgid "Blocklist Sources"
msgstr "Surse de blocare"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -187,15 +192,15 @@ msgstr ""
"utilizate în cazul erorilor de descărcare sau în timpul pornirii."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "Director DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr ""
@ -205,7 +210,7 @@ msgstr ""
msgid "DNS Report"
msgstr "Raport DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "Timp Repornire DNS"
@ -213,15 +218,15 @@ msgstr "Timp Repornire DNS"
msgid "Date"
msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "Dezactivare Permite DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "Dezactivare Repornire DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@ -229,7 +234,7 @@ msgstr ""
"Dezactivează repornirile declanșate de adblock pentru backend-urile dns cu "
"funcții de autoîncărcare /notificare."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "Dezactivați lista selectivă pentru DNS permise (trecere prin RPZ)."
@ -238,7 +243,7 @@ msgstr "Dezactivați lista selectivă pentru DNS permise (trecere prin RPZ)."
msgid "Domain"
msgstr "Domeniu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "Descărcare Parametri"
@ -254,11 +259,11 @@ msgstr "Utilitar descărcare"
msgid "E-Mail Notification"
msgstr "Notificare e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "Număr de Notificări pe E-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "Profil E-Mail"
@ -266,11 +271,11 @@ msgstr "Profil E-Mail"
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "Adresa E-Mail Expeditor"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "Subiect E-Mail"
@ -321,11 +326,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Activitate(ăți) existentă(e)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "Domeniul de căutare DNS extern"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -338,11 +343,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "Criterii de filtrare precum dată, domeniu sau client (opțional)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Eliberează cache-ul DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Spălare memoria cache DNS înainte de procesarea adblock."
@ -369,7 +374,7 @@ msgstr "Setări generale"
msgid "Information"
msgstr "Informare"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr "Director Închisoare"
@ -389,7 +394,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr "Lista dispozitivelor de rețea utilizate de tcpdump."
@ -402,7 +407,7 @@ msgstr ""
"Alegeți „nespecificat” pentru a utiliza un interval de timp de pornire "
"clasic în loc de declanșarea rețelei."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -465,7 +470,7 @@ msgstr "Nu există încă jurnale adblock!"
msgid "Overview"
msgstr "Prezentare generală"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil utilizat de „msmtp” pentru e-mailurile de notificare adblock."
@ -479,7 +484,7 @@ msgstr ""
"Interogare listă de blocări active și copii de rezervă pentru un anumit "
"domeniu."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -534,35 +539,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -601,7 +606,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -619,7 +624,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -629,11 +634,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -653,7 +658,7 @@ msgstr ""
msgid "Suspend"
msgstr "Suspendă"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -665,11 +670,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -721,7 +726,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -735,7 +740,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -767,11 +772,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -779,14 +784,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -16,6 +16,11 @@ msgstr ""
"Project-Info: Это технический перевод, не дословный. Главное-удобный русский "
"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Действие"
@ -49,7 +54,7 @@ msgstr "Добавить (под-)домен в ваш локальный чер
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Добавить (под-)домен в ваш локальный белый список."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr "Дополнительный тюремный блоклист"
@ -135,7 +140,7 @@ msgstr "Запросы к черному списку..."
msgid "Blocklist Sources"
msgstr "Источники черных списков"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
#, fuzzy
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
@ -194,15 +199,15 @@ msgstr ""
"загрузкой или во время запуска."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "DNS-серверная часть"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "Папка DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Сброс файла DNS"
@ -212,7 +217,7 @@ msgstr "Сброс файла DNS"
msgid "DNS Report"
msgstr "Отчет DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "Таймаут перезапуска DNS"
@ -220,15 +225,15 @@ msgstr "Таймаут перезапуска DNS"
msgid "Date"
msgstr "Дата"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "Отключить DNS ответы"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "Отключить перезагрузки DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@ -236,7 +241,7 @@ msgstr ""
"Отключить триггеры, запускаемые adblock, для dns backends с функциями "
"автозагрузки/inotify."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
#, fuzzy
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "Запретить избирательное применение белого списка DNS (сквозное RPZ)."
@ -246,7 +251,7 @@ msgstr "Запретить избирательное применение бе
msgid "Domain"
msgstr "Домен"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "Параметры загрузки"
@ -262,11 +267,11 @@ msgstr "Утилита для скачивания"
msgid "E-Mail Notification"
msgstr "Уведомление электронной почты"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "Счётчик e-mail уведомлений"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "Профиль электронной почты"
@ -274,11 +279,11 @@ msgstr "Профиль электронной почты"
msgid "E-Mail Receiver Address"
msgstr "E-Mail адрес получателя"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "E-Mail адрес отправителя"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "Тема"
@ -328,11 +333,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Существующая работа(ы)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "Внешний домен DNS Lookup"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -345,11 +350,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "Критерии фильтрации, такие как дата, домен или клиент (необязательно)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Очистка кэша DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Очистите кэш DNS до обработки adblock."
@ -372,7 +377,7 @@ msgstr "Основные настройки"
msgid "Information"
msgstr "Информация"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr "Директория Jail"
@ -392,7 +397,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr "Список доступных сетевых устройств используемых tcpdump."
@ -404,7 +409,7 @@ msgstr ""
"Список сетевых интерфейсов для запуска adblock по их доступности. Выберите "
"'не определено' для запуска по таймауту."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -460,7 +465,7 @@ msgstr "Ещё нет журналов, связанных с adblock!"
msgid "Overview"
msgstr "Обзор"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -473,7 +478,7 @@ msgid "Query active blocklists and backups for a specific domain."
msgstr ""
"Запросить активные списки блоков и резервные копии для определенного домена."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -523,35 +528,35 @@ msgstr "Обновить..."
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "Количество фрагментов отчета"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "Размер фрагментов отчета"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "Папка для отчетов"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "Отчет интерфейса"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr "Порты отчетов"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -592,7 +597,7 @@ msgstr ""
"Отправлять на e-mail уведомления касающиеся adblock. Замечание: требуется "
"установка дополнительного пакета \"msmtp\"."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr "E-Mails адрес отправителя для уведомления adblock ."
@ -610,7 +615,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -620,11 +625,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr "Разделенный пробелами список портов используемых tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr "Специальные конфигурационные опции для выбранной утилиты загрузки."
@ -644,7 +649,7 @@ msgstr "Статус / Версия"
msgid "Suspend"
msgstr "Приостановить"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -660,11 +665,11 @@ msgstr ""
"Каталог для бэкапов блок-списков . '/tmp' по умолчанию, предпочтительно "
"использовать USB или другой локальный диск."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Папка для созданного списка блокировки 'adb_list.overall'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -718,7 +723,7 @@ msgstr ""
msgid "Time"
msgstr "Время"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Тайм-аут ожидания успешного перезапуска серверной части DNS."
@ -733,7 +738,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Топ-10 статистики"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr "Тема электронных писем уведомлений adblock."
@ -767,11 +772,11 @@ msgstr ""
msgid "Whitelist..."
msgstr "Белый список..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@ -779,14 +784,14 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Akcia"
@ -43,7 +48,7 @@ msgstr "Pridať túto (sub-) doménu medzi lokálne zakázané domény."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Pridať túto (sub-) doménu medzi lokálne povolené domény."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -129,7 +134,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Zdroje zoznamov blokovaní"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -175,15 +180,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "DNS adresár"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Inicializácia DNS súboru"
@ -193,7 +198,7 @@ msgstr "Inicializácia DNS súboru"
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -201,21 +206,21 @@ msgstr ""
msgid "Date"
msgstr "Dátum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -224,7 +229,7 @@ msgstr ""
msgid "Domain"
msgstr "Doména"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -240,11 +245,11 @@ msgstr "Nástroj na sťahovanie"
msgid "E-Mail Notification"
msgstr "Upozornenie e-mailom"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -252,11 +257,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr "Adresa príjemcu e-mailu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -304,11 +309,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -318,11 +323,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Vyprázdniť medzipamäť DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -345,7 +350,7 @@ msgstr "Všeobecné nastavenia"
msgid "Information"
msgstr "Informácie"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -365,7 +370,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -375,7 +380,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -427,7 +432,7 @@ msgstr ""
msgid "Overview"
msgstr "Prehľad"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -439,7 +444,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -487,35 +492,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -554,7 +559,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -572,7 +577,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -582,11 +587,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -606,7 +611,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -618,11 +623,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -674,7 +679,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -688,7 +693,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -720,11 +725,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -732,14 +737,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Åtgärd"
@ -43,7 +48,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -126,7 +131,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Källor för blockeringslistor"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -172,15 +177,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "DNS-mapp"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "DNS-filåterställning"
@ -190,7 +195,7 @@ msgstr "DNS-filåterställning"
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -198,21 +203,21 @@ msgstr ""
msgid "Date"
msgstr "Datum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -221,7 +226,7 @@ msgstr ""
msgid "Domain"
msgstr "Domän"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -237,11 +242,11 @@ msgstr "Ladda ner verktyget"
msgid "E-Mail Notification"
msgstr "E-postavisering"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -249,11 +254,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr "E-postmottagaradress"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -301,11 +306,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -315,11 +320,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "Töm DNS-cache"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -342,7 +347,7 @@ msgstr "Generella inställningar"
msgid "Information"
msgstr "Information"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -362,7 +367,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -372,7 +377,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -424,7 +429,7 @@ msgstr ""
msgid "Overview"
msgstr "Översikt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -436,7 +441,7 @@ msgstr "Fråga"
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -484,35 +489,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -551,7 +556,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -569,7 +574,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -579,11 +584,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -603,7 +608,7 @@ msgstr "Status / Version"
msgid "Suspend"
msgstr "Stäng av"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -615,11 +620,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -671,7 +676,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -685,7 +690,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -717,11 +722,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -729,14 +734,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -1,6 +1,11 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr ""
@ -34,7 +39,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -115,7 +120,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -161,15 +166,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr ""
@ -179,7 +184,7 @@ msgstr ""
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -187,21 +192,21 @@ msgstr ""
msgid "Date"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -210,7 +215,7 @@ msgstr ""
msgid "Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -226,11 +231,11 @@ msgstr ""
msgid "E-Mail Notification"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -238,11 +243,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -290,11 +295,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -304,11 +309,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -331,7 +336,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -351,7 +356,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -361,7 +366,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -413,7 +418,7 @@ msgstr ""
msgid "Overview"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -425,7 +430,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -473,35 +478,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -540,7 +545,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -558,7 +563,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -568,11 +573,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -592,7 +597,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -604,11 +609,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -660,7 +665,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -674,7 +679,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -706,11 +711,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -718,14 +723,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Eylem"
@ -43,7 +48,7 @@ msgstr "Bu (alt-)alan adını yerel kara listenize ekleyin."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Bu (alt)alan adını yerel izin verilen listenize ekleyin."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr "Ek \"Hapis\" Engelleme listesi"
@ -129,7 +134,7 @@ msgstr "Engelleme Listesi Sorgusu..."
msgid "Blocklist Sources"
msgstr "Engelleme Listesi Kaynakları"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -188,15 +193,15 @@ msgstr ""
"başlatma sırasında kullanılacaktır."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "DNS Arka Uç"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "DNS Dizini"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "DNS Dosya Sıfırlama"
@ -206,7 +211,7 @@ msgstr "DNS Dosya Sıfırlama"
msgid "DNS Report"
msgstr "DNS Raporu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "DNS Yeniden Başlatma Zaman Aşımı"
@ -214,15 +219,15 @@ msgstr "DNS Yeniden Başlatma Zaman Aşımı"
msgid "Date"
msgstr "Tarih"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "DNS İzin Vermeyi Devre Dışı bırakın"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "DNS Yeniden Başlatmalarını Devre Dışı bırakın"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@ -230,7 +235,7 @@ msgstr ""
"Adblock tarafından tetiklenen autoload/inotify fonksiyonları ile dns arka uç "
"yeniden başlatmasını devre dışı bırakın."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "Seçilebilir DNS beyaz listesini (RPZ geçişi) devre dışı bırakın."
@ -239,7 +244,7 @@ msgstr "Seçilebilir DNS beyaz listesini (RPZ geçişi) devre dışı bırakın.
msgid "Domain"
msgstr "Alan"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "İndirme Parametreleri"
@ -255,11 +260,11 @@ msgstr "İndirme Aracı"
msgid "E-Mail Notification"
msgstr "E-Mail Bildirimi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "E-Mail Bildirim Sayısı"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "E-Mail Profili"
@ -267,11 +272,11 @@ msgstr "E-Mail Profili"
msgid "E-Mail Receiver Address"
msgstr "E-Mail Alıcı Adresi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "E-Mail Gönderen Adresi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "E-Mail Konusu"
@ -323,11 +328,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Mevcut iş(ler)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "Harici DNS Arama Alanı"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -340,11 +345,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "Tarih, alan, client gibi filtre özellikleri (opsiyonel)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "DNS Önbelleğini Temizle"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Adblock işleminden önce de DNS Önbelleğini temizle."
@ -371,7 +376,7 @@ msgstr "Genel Ayarlar"
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -391,7 +396,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -401,7 +406,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -453,7 +458,7 @@ msgstr ""
msgid "Overview"
msgstr "Genel bakış"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -465,7 +470,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -513,35 +518,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -580,7 +585,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -598,7 +603,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -608,11 +613,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -632,7 +637,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -644,11 +649,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -700,7 +705,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -714,7 +719,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -746,11 +751,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -758,14 +763,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -11,6 +11,11 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.3.2-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Дія"
@ -44,7 +49,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -125,7 +130,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -171,15 +176,15 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr ""
@ -189,7 +194,7 @@ msgstr ""
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -197,21 +202,21 @@ msgstr ""
msgid "Date"
msgstr "Дата"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -220,7 +225,7 @@ msgstr ""
msgid "Domain"
msgstr "Домен"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -236,11 +241,11 @@ msgstr ""
msgid "E-Mail Notification"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -248,11 +253,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -300,11 +305,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -314,11 +319,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -341,7 +346,7 @@ msgstr "Головні налаштування"
msgid "Information"
msgstr "Інформація"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -361,7 +366,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -371,7 +376,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -423,7 +428,7 @@ msgstr ""
msgid "Overview"
msgstr "Огляд"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -435,7 +440,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -483,35 +488,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -550,7 +555,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -568,7 +573,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -578,11 +583,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -602,7 +607,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -614,11 +619,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -670,7 +675,7 @@ msgstr ""
msgid "Time"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -684,7 +689,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -716,11 +721,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -728,14 +733,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -10,6 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "Hành động"
@ -43,7 +48,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr ""
@ -125,7 +130,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Bộ lọc"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -171,16 +176,16 @@ msgid ""
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
#, fuzzy
msgid "DNS Directory"
msgstr "Thư mục DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "Đặt lại tệp DNS"
@ -190,7 +195,7 @@ msgstr "Đặt lại tệp DNS"
msgid "DNS Report"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr ""
@ -198,21 +203,21 @@ msgstr ""
msgid "Date"
msgstr "Ngày"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr ""
@ -221,7 +226,7 @@ msgstr ""
msgid "Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr ""
@ -237,11 +242,11 @@ msgstr ""
msgid "E-Mail Notification"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr ""
@ -249,11 +254,11 @@ msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr ""
@ -301,11 +306,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -315,11 +320,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr ""
@ -342,7 +347,7 @@ msgstr ""
msgid "Information"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr ""
@ -362,7 +367,7 @@ msgstr ""
msgid "Limit SafeSearch to certain providers."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr ""
@ -372,7 +377,7 @@ msgid ""
"'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -424,7 +429,7 @@ msgstr ""
msgid "Overview"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@ -436,7 +441,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -484,35 +489,35 @@ msgstr ""
msgid "Relax SafeSearch"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -551,7 +556,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@ -569,7 +574,7 @@ msgid ""
"etc.) in parallel."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -579,11 +584,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -603,7 +608,7 @@ msgstr ""
msgid "Suspend"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -615,11 +620,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -671,7 +676,7 @@ msgstr ""
msgid "Time"
msgstr "Thời gian"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -685,7 +690,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -718,11 +723,11 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr ""
@ -730,14 +735,14 @@ msgstr ""
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr ""

View file

@ -17,6 +17,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "动作"
@ -50,7 +55,7 @@ msgstr "添加此域名到本地黑名单。"
msgid "Add this (sub-)domain to your local whitelist."
msgstr "添加此域名到本地白名单。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr "其它被屏蔽列表"
@ -131,7 +136,7 @@ msgstr "黑名单查询..."
msgid "Blocklist Sources"
msgstr "拦截列表来源"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -182,15 +187,15 @@ msgid ""
msgstr "创建压缩的阻止列表备份,将在下载错误或启动期间使用它们。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "DNS后端"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "DNS 目录"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "DNS 文件重置"
@ -200,7 +205,7 @@ msgstr "DNS 文件重置"
msgid "DNS Report"
msgstr "DNS报告"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "DNS重新启动超时"
@ -208,21 +213,21 @@ msgstr "DNS重新启动超时"
msgid "Date"
msgstr "日期"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "禁用DNS允许"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "禁用DNS重新启动"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr "禁用具有自动加载/ inotify功能的dns后端的adblock触发的重启。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "禁止选择性DNS白名单(RPZ通过)."
@ -231,7 +236,7 @@ msgstr "禁止选择性DNS白名单(RPZ通过)."
msgid "Domain"
msgstr "域名"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "下载参数"
@ -247,11 +252,11 @@ msgstr "下载工具"
msgid "E-Mail Notification"
msgstr "E-Mail 通知"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "电子邮件通知计数"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "电子邮件资料"
@ -259,11 +264,11 @@ msgstr "电子邮件资料"
msgid "E-Mail Receiver Address"
msgstr "收件人电子邮件地址"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "发件人电子邮件地址"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "电子邮件主题"
@ -311,11 +316,11 @@ msgstr "强制执行GoogleBingDuckduckgoYandexyoutube和Google的Saf
msgid "Existing job(s)"
msgstr "现有的工作(s)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "外部DNS查找域"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -327,11 +332,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "过滤条件,例如日期,域或客户(可选)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "清空 DNS 缓存"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "还要在处理adblock之前刷新DNS缓存。"
@ -356,7 +361,7 @@ msgstr "常规设置"
msgid "Information"
msgstr "信息"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr "黑名单目录"
@ -376,7 +381,7 @@ msgstr "限定安全搜索"
msgid "Limit SafeSearch to certain providers."
msgstr "限定特定搜索引擎的安全搜索"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr "tcpdump使用的可用网络设备列表."
@ -388,7 +393,7 @@ msgstr ""
"触发adblock启动的可用网络接口列表.选择“未指定”以使用传统的启动超时而不是网络"
"触发器."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -448,7 +453,7 @@ msgstr "尚无与adblock相关的日志"
msgid "Overview"
msgstr "概览"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "'msmtp' 用于adblock通知电子邮件的配置文件。"
@ -460,7 +465,7 @@ msgstr "查询"
msgid "Query active blocklists and backups for a specific domain."
msgstr "查询特定域的活动阻止列表和备份."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -512,35 +517,35 @@ msgstr "刷新..."
msgid "Relax SafeSearch"
msgstr "放宽安全搜寻"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "报告区块计数"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "报告区块大小"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "报告目录"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "报告接口"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr "报告端口"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr "报告 tcpdump 所使用的区块数量。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr "报告 tcpdump 所使用的区块大小 (以 MByte 显示)。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -581,7 +586,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr "发送 AdBlock 相关的通知邮件。请留意:此功能需要安装 \"msmtp\"。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr "AdBlock 通知邮件的发送地址。"
@ -599,7 +604,7 @@ msgid ""
"etc.) in parallel."
msgstr "并行下载处理 (分类、合并等) 的下载队列大小。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr ""
@ -609,11 +614,11 @@ msgid ""
"locally."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdump使用的端口列表用空格分隔端口。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr ""
@ -633,7 +638,7 @@ msgstr "状态/版本"
msgid "Suspend"
msgstr "暂停"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -645,11 +650,11 @@ msgid ""
"preferably an usb stick or another local disk."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "生成拦截列表“adb_list.overall”的目标目录。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "生成拦截列表“adb_list.overall”的目标目录。"
@ -701,7 +706,7 @@ msgstr ""
msgid "Time"
msgstr "时间"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@ -715,7 +720,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr ""
@ -747,11 +752,11 @@ msgstr "白名单更改已保存。刷新您的广告阻止列表,以使更改
msgid "Whitelist..."
msgstr "白名单..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@ -759,14 +764,14 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr "原始(/ tmp"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"

View file

@ -16,6 +16,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:369
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Action"
msgstr "動作"
@ -49,7 +54,7 @@ msgstr "加入此網域到本地黑名單。"
msgid "Add this (sub-)domain to your local whitelist."
msgstr "加入此網域到本地白名單。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Additional Jail Blocklist"
msgstr "其它被封鎖清單"
@ -131,7 +136,7 @@ msgstr "黑名單查詢..."
msgid "Blocklist Sources"
msgstr "封鎖清單來源"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid ""
"Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive "
@ -184,15 +189,15 @@ msgid ""
msgstr "建立壓縮的封鎖清單備份,將在下載錯誤或啟動期間使用它們。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:217
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid "DNS Backend"
msgstr "DNS 後端"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "DNS Directory"
msgstr "DNS 目錄"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid "DNS File Reset"
msgstr "DNS 檔案重設"
@ -202,7 +207,7 @@ msgstr "DNS 檔案重設"
msgid "DNS Report"
msgstr "DNS 報告"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "DNS Restart Timeout"
msgstr "DNS 重新啟動逾時"
@ -210,21 +215,21 @@ msgstr "DNS 重新啟動逾時"
msgid "Date"
msgstr "日期"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable DNS Allow"
msgstr "停用 DNS 允許"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "Disable DNS Restarts"
msgstr "停用 DNS 重新啟動"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr "停用具有 自動載入/inotify 功能的 DNS 後端的 adblock 觸發重新啟動。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:413
msgid "Disable selective DNS whitelisting (RPZ pass through)."
msgstr "停用選擇性 DNS 白名單 (RPZ 通過)。"
@ -233,7 +238,7 @@ msgstr "停用選擇性 DNS 白名單 (RPZ 通過)。"
msgid "Domain"
msgstr "網域"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Download Parameters"
msgstr "下載參數"
@ -249,11 +254,11 @@ msgstr "下載公用程式"
msgid "E-Mail Notification"
msgstr "E-Mail 通知"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid "E-Mail Notification Count"
msgstr "E-Mail 通知計數"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "E-Mail Profile"
msgstr "E-Mail 設定檔"
@ -261,11 +266,11 @@ msgstr "E-Mail 設定檔"
msgid "E-Mail Receiver Address"
msgstr "E-Mail 收件人位址"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "E-Mail Sender Address"
msgstr "E-Mail 寄件者位址"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "E-Mail Topic"
msgstr "E-Mail 主旨"
@ -314,11 +319,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "現有的工作"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid "External DNS Lookup Domain"
msgstr "外部 DNS 查詢網域"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:401
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@ -330,11 +335,11 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)"
msgstr "篩選器條件,例如日期、網域或用戶端 (可選)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush DNS Cache"
msgstr "清空 DNS 快取"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:410
msgid "Flush the DNS Cache before adblock processing as well."
msgstr "還要在處理 Adblock 之前更新 DNS 快取。"
@ -359,7 +364,7 @@ msgstr "一般設定"
msgid "Information"
msgstr "資訊"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Jail Directory"
msgstr "黑名單目錄"
@ -379,7 +384,7 @@ msgstr "限制安全搜尋"
msgid "Limit SafeSearch to certain providers."
msgstr "限定特定搜尋引擎的安全搜尋。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "List of available network devices used by tcpdump."
msgstr "tcpdump 使用的可用網路裝置清單。"
@ -391,7 +396,7 @@ msgstr ""
"觸發 adblock 啟動的可用網路介面清單。選擇「未指定」以使用傳統的啟動逾時而不是"
"網路觸發器。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:382
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@ -451,7 +456,7 @@ msgstr "尚無與 adblock 相關的日誌!"
msgid "Overview"
msgstr "總覽"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "「msmtp」用於 adblock 通知 E-Mail 的設定檔。"
@ -463,7 +468,7 @@ msgstr "查詢"
msgid "Query active blocklists and backups for a specific domain."
msgstr "查詢特定網域的作用中封鎖清單和備份。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:471
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@ -516,35 +521,35 @@ msgstr "更新..."
msgid "Relax SafeSearch"
msgstr "寬鬆安全搜尋"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report Chunk Count"
msgstr "報告區塊計數"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report Chunk Size"
msgstr "報告區塊大小"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid "Report Directory"
msgstr "報告目錄"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
msgid "Report Interface"
msgstr "報告介面"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Report Ports"
msgstr "報告連接埠"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
msgid "Report chunk count used by tcpdump."
msgstr "報告 tcpdump 使用的區塊計數。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447
msgid "Report chunk size used by tcpdump in MByte."
msgstr "報告 tcpdump 使用的區塊大小 (MByte)。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:406
msgid ""
"Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. "
"Please note: This option starts a small ubus/adblock monitor in the "
@ -585,7 +590,7 @@ msgid ""
"additional 'msmtp' package installation."
msgstr "寄送 adblock 相關的通知 E-Mail。請注意這需要額外安裝「msmtp」套件。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:459
msgid "Sender address for adblock notification E-Mails."
msgstr "adblock 通知 E-Mail 的寄件者位址。"
@ -603,7 +608,7 @@ msgid ""
"etc.) in parallel."
msgstr "下載佇列的大小,用於下載處理程序 (包括排序、合併等)。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Sources (Size, Focus)"
msgstr "來源 (大小、焦點)"
@ -613,11 +618,11 @@ msgid ""
"locally."
msgstr "與 DNS 相關的防火牆連接埠,應在本地強制 (以空格分隔字串)。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452
msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdump 使用的連接埠 (以空格分隔字串)。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376
msgid "Special config options for the selected download utility."
msgstr "選取的下載公用程式的特殊設定選項。"
@ -637,7 +642,7 @@ msgstr "狀態 / 版本"
msgid "Suspend"
msgstr "暫停"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:437
msgid ""
"Target directory for DNS related report files. Default is '/tmp', please use "
"preferably an usb stick or another local disk."
@ -652,11 +657,11 @@ msgid ""
msgstr ""
"封鎖清單備份的目標目錄。預設為「/tmp」請最好使用 USD 隨身碟或其他本地磁碟。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:392
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "產生封鎖清單「adb_list.overall」的目標目錄。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@ -712,7 +717,7 @@ msgstr "這顯示了上次產生的 DNS 報告,按下更新按鈕取得目前
msgid "Time"
msgstr "時間"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:396
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "逾時以等待 DNS 後端成功重新啟動。"
@ -726,7 +731,7 @@ msgstr "若要使 adblock 清單保持為最新,應為這些清單設定自動
msgid "Top 10 Statistics"
msgstr "十大統計"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Topic for adblock notification E-Mails."
msgstr "adblock 通知 E-Mail 的主旨。"
@ -758,11 +763,11 @@ msgstr "白名單變更已儲存。更新 Adblock 清單以使變更生效。"
msgid "Whitelist..."
msgstr "白名單..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:388
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@ -770,14 +775,14 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "最大結果數量"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"