luci-app-adblock: sync with adblock 4.1.1

* support new RPZ-Trigger 'RPZ-CLIENT-IP' (currently bind only)
* Reporting tweaks/mailing
* cosmetics
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken 2021-04-17 10:02:23 +02:00
parent 5c792aefc7
commit ad2ec4eb65
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684
37 changed files with 5510 additions and 4658 deletions

View file

@ -168,7 +168,7 @@ function handleAction(ev) {
'click': ui.createHandlerFn(this, async function(ev) { 'click': ui.createHandlerFn(this, async function(ev) {
var count = document.getElementById('count').value; var count = document.getElementById('count').value;
var search = document.getElementById('search').value.trim().replace(/[^\w\.\-\:]/g,'') || '+'; var search = document.getElementById('search').value.trim().replace(/[^\w\.\-\:]/g,'') || '+';
L.resolveDefault(fs.exec_direct('/etc/init.d/adblock', ['report', search, count, 'true', 'json']),''); L.resolveDefault(fs.exec_direct('/etc/init.d/adblock', ['report', 'gen', count, search]),'');
var running = 1; var running = 1;
while (running === 1) { while (running === 1) {
await new Promise(r => setTimeout(r, 1000)); await new Promise(r => setTimeout(r, 1000));
@ -190,7 +190,7 @@ function handleAction(ev) {
return view.extend({ return view.extend({
load: function() { load: function() {
return L.resolveDefault(fs.exec_direct('/etc/init.d/adblock', ['report', '+', '50', 'false', 'json']),''); return L.resolveDefault(fs.exec_direct('/etc/init.d/adblock', ['report', 'json', '50', '+']),'');
}, },
render: function(dnsreport) { render: function(dnsreport) {
@ -204,11 +204,11 @@ return view.extend({
var tbl_top = E('table', { 'class': 'table', 'id': 'top_10' }, [ var tbl_top = E('table', { 'class': 'table', 'id': 'top_10' }, [
E('tr', { 'class': 'tr table-titles' }, [ E('tr', { 'class': 'tr table-titles' }, [
E('th', { 'class': 'th right' }, _('Count')), E('th', { 'class': 'th right' }, _('Count')),
E('th', { 'class': 'th' }, _('Name / IP Address')), E('th', { 'class': 'th' }, _('Clients')),
E('th', { 'class': 'th right' }, _('Count')), E('th', { 'class': 'th right' }, _('Count')),
E('th', { 'class': 'th' }, _('Domain')), E('th', { 'class': 'th' }, _('Domains')),
E('th', { 'class': 'th right' }, _('Count')), E('th', { 'class': 'th right' }, _('Count')),
E('th', { 'class': 'th' }, _('Blocked Domain')) E('th', { 'class': 'th' }, _('Blocked Domains'))
]) ])
]); ]);

View file

@ -30,7 +30,11 @@ function handleAction(ev) {
E('select', { 'class': 'cbi-input-select', 'id': 'timerA' }, [ E('select', { 'class': 'cbi-input-select', 'id': 'timerA' }, [
E('option', { 'value': 'start' }, 'Start'), E('option', { 'value': 'start' }, 'Start'),
E('option', { 'value': 'reload' }, 'Reload'), E('option', { 'value': 'reload' }, 'Reload'),
E('option', { 'value': 'restart' }, 'Restart') E('option', { 'value': 'restart' }, 'Restart'),
E('option', { 'value': 'suspend' }, 'Suspend'),
E('option', { 'value': 'resume' }, 'Resume'),
E('option', { 'value': 'report gen' }, 'Report'),
E('option', { 'value': 'report mail' }, 'Report &amp; Mail')
]), ]),
'\xa0\xa0\xa0', '\xa0\xa0\xa0',
_('Adblock action') _('Adblock action')
@ -374,7 +378,7 @@ return view.extend({
o = s.taboption('additional', form.Value, 'adb_triggerdelay', _('Trigger Delay'), _('Additional trigger delay in seconds before adblock processing begins.')); o = s.taboption('additional', form.Value, 'adb_triggerdelay', _('Trigger Delay'), _('Additional trigger delay in seconds before adblock processing begins.'));
o.placeholder = '2'; o.placeholder = '2';
o.datatype = 'range(1,120)'; o.datatype = 'range(1,300)';
o.rmempty = true; o.rmempty = true;
o = s.taboption('additional', form.ListValue, 'adb_maxqueue', _('Download Queue'), _('Size of the download queue for download processing (incl. sorting, merging etc.) in parallel.')); o = s.taboption('additional', form.ListValue, 'adb_maxqueue', _('Download Queue'), _('Size of the download queue for download processing (incl. sorting, merging etc.) in parallel.'));
@ -401,11 +405,11 @@ return view.extend({
o.rmempty = true; o.rmempty = true;
o = s.taboption('additional', form.ListValue, 'adb_fetchutil', _('Download Utility'), _('List of supported and fully pre-configured download utilities.')); 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('uclient-fetch');
o.value('wget'); o.value('wget');
o.value('curl'); o.value('curl');
o.value('aria2c'); o.value('aria2c');
o.optional = true;
o.rmempty = true; o.rmempty = true;
o = s.taboption('additional', form.Value, 'adb_fetchparm', _('Download Parameters'), _('Special config options for the selected download utility.')); o = s.taboption('additional', form.Value, 'adb_fetchparm', _('Download Parameters'), _('Special config options for the selected download utility.'));
@ -416,12 +420,12 @@ return view.extend({
*/ */
o = s.taboption('adv_dns', form.ListValue, 'adb_dns', _('DNS Backend'), _('List of supported DNS backends with their default list directory. \ 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.')); To overwrite the default path use the \'DNS Directory\' option.'));
o.value('', _('- unspecified -'));
o.value('dnsmasq', _('dnsmasq (/tmp/dnsmasq.d)')); o.value('dnsmasq', _('dnsmasq (/tmp/dnsmasq.d)'));
o.value('unbound', _('unbound (/var/lib/unbound)')); o.value('unbound', _('unbound (/var/lib/unbound)'));
o.value('named', _('named (/var/lib/bind)')); o.value('named', _('bind (/var/lib/bind)'));
o.value('kresd', _('kresd (/etc/kresd)')); o.value('kresd', _('kresd (/etc/kresd)'));
o.value('raw', _('raw (/tmp)')); o.value('raw', _('raw (/tmp)'));
o.optional = true;
o.rmempty = true; o.rmempty = true;
o = s.taboption('adv_dns', form.Value, 'adb_dnsdir', _('DNS Directory'), _('Target directory for the generated blocklist \'adb_list.overall\'.')); o = s.taboption('adv_dns', form.Value, 'adb_dnsdir', _('DNS Directory'), _('Target directory for the generated blocklist \'adb_list.overall\'.'));
@ -441,7 +445,19 @@ return view.extend({
o = s.taboption('adv_dns', form.Flag, 'adb_dnsflush', _('Flush DNS Cache'), _('Flush the DNS Cache before adblock processing as well.')); o = s.taboption('adv_dns', form.Flag, 'adb_dnsflush', _('Flush DNS Cache'), _('Flush the DNS Cache before adblock processing as well.'));
o.rmempty = true; o.rmempty = true;
o = s.taboption('adv_dns', form.Flag, 'adb_dnsallow', _('Disable DNS Allow'), _('Disable selective DNS whitelisting (RPZ pass through).')); o = s.taboption('adv_dns', form.Flag, 'adb_dnsallow', _('Disable DNS Allow'), _('Disable selective DNS whitelisting (RPZ-PASSTHRU).'));
o.rmempty = true;
o = s.taboption('adv_dns', form.DynamicList, 'adb_denyip', _('Block Local Client IPs'), _('Block all requests of certain DNS clients based on their IP address (RPZ-CLIENT-IP). \
Please note: This feature is currently only supported by bind DNS backend.'));
o.datatype = 'or(ip4addr("nomask"),ip6addr("nomask"))';
o.optional = true;
o.rmempty = true;
o = s.taboption('adv_dns', form.DynamicList, 'adb_allowip', _('Allow Local Client IPs'), _('Allow all requests of certain DNS clients based on their IP address (RPZ-CLIENT-IP). \
Please note: This feature is currently only supported by bind DNS backend.'));
o.datatype = 'or(ip4addr("nomask"),ip6addr("nomask"))';
o.optional = true;
o.rmempty = true; o.rmempty = true;
o = s.taboption('adv_dns', form.Flag, 'adb_jail', _('Additional Jail Blocklist'), _('Builds an additional DNS blocklist to block access to all domains except those listed in the whitelist. \ o = s.taboption('adv_dns', form.Flag, 'adb_jail', _('Additional Jail Blocklist'), _('Builds an additional DNS blocklist to block access to all domains except those listed in the whitelist. \

View file

@ -11,16 +11,11 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 4.5.1\n" "X-Generator: Weblate 4.5.1\n"
#: 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:419
msgid "- unspecified -"
msgstr "- غير محدد -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "إجراء" msgstr "إجراء"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "المصادر المفعّلة" msgstr "المصادر المفعّلة"
@ -29,7 +24,7 @@ msgstr "المصادر المفعّلة"
msgid "Adblock" msgid "Adblock"
msgstr "أدبلوك" msgstr "أدبلوك"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "إجراء أدبلوك" msgstr "إجراء أدبلوك"
@ -49,43 +44,54 @@ msgstr "أضف هذا النطاق (الفرعي) لقائمتك السوداء
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "أضف هذا النطاق (الفرعي) لقائمتك المسموحة المحلية." msgstr "أضف هذا النطاق (الفرعي) لقائمتك المسموحة المحلية."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "قائمة حظر إضافية" msgstr "قائمة حظر إضافية"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "إعدادات إضافية" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "وقت انتظار إضافي بالثواني قبل الشروع في تطبيق إعدادات أدبلوك." msgstr "وقت انتظار إضافي بالثواني قبل الشروع في تطبيق إعدادات أدبلوك."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "إعدادات DNS متقدمة" msgstr "إعدادات DNS متقدمة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "إعدادات متقدمة للبريد الالكتروني" msgstr "إعدادات متقدمة للبريد الالكتروني"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "إعدادات متقدمة للتقارير" msgstr "إعدادات متقدمة للتقارير"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "إجابة" msgstr "إجابة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "مجلد النسخ الاحتياطي" msgstr "مجلد النسخ الاحتياطي"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "مجلد التخزين المؤقت الأساسي" msgstr "مجلد التخزين المؤقت الأساسي"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -106,19 +112,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "القائمة السوداء..." msgstr "القائمة السوداء..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "طلبات DNS المحظورة" msgstr "طلبات DNS المحظورة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "نطاق محظور"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "نطاقات محظورة" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "نسخة احتياطية لقائمة الحظر" msgstr "نسخة احتياطية لقائمة الحظر"
@ -130,11 +144,11 @@ msgstr "استعلام لقائمة الحظر"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "استعلام لقائمة الحظر..." msgstr "استعلام لقائمة الحظر..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "مصادر قائمة الحظر" msgstr "مصادر قائمة الحظر"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -148,12 +162,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "إلغاء" msgstr "إلغاء"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "فئات" msgstr "فئات"
@ -161,7 +175,11 @@ msgstr "فئات"
msgid "Client" msgid "Client"
msgstr "العميل" msgstr "العميل"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -179,7 +197,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "العدد" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -187,22 +205,22 @@ msgstr ""
"إنشاء نسخ احتياطية لقائمة الحظر المضغوطة ، سيتم استخدامها في حالة حدوث أخطاء " "إنشاء نسخ احتياطية لقائمة الحظر المضغوطة ، سيتم استخدامها في حالة حدوث أخطاء "
"في التنزيل أو أثناء بدء التشغيل." "في التنزيل أو أثناء بدء التشغيل."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "DNS الخلفية" msgstr "DNS الخلفية"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "دليل DNS" msgstr "دليل DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "تقرير DNS" msgstr "تقرير DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "مهلة إعادة تشغيل DNS" msgstr "مهلة إعادة تشغيل DNS"
@ -210,15 +228,15 @@ msgstr "مهلة إعادة تشغيل DNS"
msgid "Date" msgid "Date"
msgstr "تاريخ" msgstr "تاريخ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "تعطيل السماح DNS" msgstr "تعطيل السماح DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "تعطيل إعادة بدء DNS" msgstr "تعطيل إعادة بدء DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -226,48 +244,51 @@ msgstr ""
"قم بتعطيل عمليات إعادة تشغيل adblock التي تم تشغيلها لخلفيات DNS مع وظائف " "قم بتعطيل عمليات إعادة تشغيل adblock التي تم تشغيلها لخلفيات DNS مع وظائف "
"التحميل التلقائي / inotify." "التحميل التلقائي / inotify."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "تعطيل القائمة البيضاء الانتقائية لنظام أسماء النطاقات (مرور RPZ)." msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "اختصاص" msgstr "اختصاص"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "تنزيل المعلمات" msgstr "تنزيل المعلمات"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "تنزيل قائمة الانتظار" msgstr "تنزيل قائمة الانتظار"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "تحميل الأداة" msgstr "تحميل الأداة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "إعلام البريد الإلكتروني" msgstr "إعلام البريد الإلكتروني"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "عدد إعلام البريد الإلكتروني" msgstr "عدد إعلام البريد الإلكتروني"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "ملف تعريف البريد الإلكتروني" msgstr "ملف تعريف البريد الإلكتروني"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "عنوان مستقبل البريد الإلكتروني" msgstr "عنوان مستقبل البريد الإلكتروني"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "عنوان مرسل البريد الإلكتروني" msgstr "عنوان مرسل البريد الإلكتروني"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "موضوع البريد الإلكتروني" msgstr "موضوع البريد الإلكتروني"
@ -281,23 +302,23 @@ msgstr "تحرير القائمة السوداء"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "تحرير القائمة البيضاء" msgstr "تحرير القائمة البيضاء"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "تمكين SafeSearch" msgstr "تمكين SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "تفعيل مرشحات البحث الآمن المعتدلة لموقع youtube." msgstr "تفعيل مرشحات البحث الآمن المعتدلة لموقع youtube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "قم بتمكين خدمة adblock." msgstr "قم بتمكين خدمة adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "تمكين التسجيل المطول لتصحيح الأخطاء في حالة وجود أي أخطاء في المعالجة." msgstr "تمكين التسجيل المطول لتصحيح الأخطاء في حالة وجود أي أخطاء في المعالجة."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "مفعل" msgstr "مفعل"
@ -305,7 +326,7 @@ msgstr "مفعل"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "الطابع الزمني للانتهاء" msgstr "الطابع الزمني للانتهاء"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -316,11 +337,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "الوظائف الحالية" msgstr "الوظائف الحالية"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "مجال بحث DNS خارجي" msgstr "مجال بحث DNS خارجي"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -332,35 +353,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "معايير التصفية مثل التاريخ أو المجال أو العميل (اختياري)" msgstr "معايير التصفية مثل التاريخ أو المجال أو العميل (اختياري)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "منافذ جدار الحماية التي يجب فرضها محليًا." msgstr "منافذ جدار الحماية التي يجب فرضها محليًا."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "مناطق مصدر جدار الحماية التي يجب فرضها محليًا." msgstr "مناطق مصدر جدار الحماية التي يجب فرضها محليًا."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "مسح ذاكرة التخزين المؤقت DNS" msgstr "مسح ذاكرة التخزين المؤقت DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "امسح ذاكرة التخزين المؤقت ل DNS قبل معالجة adblock أيضًا." msgstr "امسح ذاكرة التخزين المؤقت ل DNS قبل معالجة adblock أيضًا."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "فرض DNS المحلي" msgstr "فرض DNS المحلي"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "البوابات القسرية" msgstr "البوابات القسرية"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "مناطق قسرية" msgstr "مناطق قسرية"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -370,7 +391,7 @@ msgstr ""
"يرجى ملاحظة: هذا يحتاج إلى تثبيت حزمة إضافية \"tcpdump-mini\" وإعادة تشغيل " "يرجى ملاحظة: هذا يحتاج إلى تثبيت حزمة إضافية \"tcpdump-mini\" وإعادة تشغيل "
"خدمة adblock كاملة لتصبح سارية المفعول." "خدمة adblock كاملة لتصبح سارية المفعول."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "الاعدادات العامة" msgstr "الاعدادات العامة"
@ -378,15 +399,15 @@ msgstr "الاعدادات العامة"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "منح حق الوصول إلى Adblock لتطبيق LuCI" msgstr "منح حق الوصول إلى Adblock لتطبيق LuCI"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "معلومة" msgstr "معلومة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "دليل السجن" msgstr "دليل السجن"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "آخر تشغيل" msgstr "آخر تشغيل"
@ -394,23 +415,23 @@ msgstr "آخر تشغيل"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "أحدث طلبات DNS" msgstr "أحدث طلبات DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "تقييد البحث الآمن" msgstr "تقييد البحث الآمن"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "قصر البحث الآمن على مقدمي خدمات معينين." msgstr "قصر البحث الآمن على مقدمي خدمات معينين."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "رقم الخط المراد إزالته" msgstr "رقم الخط المراد إزالته"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "قائمة بأجهزة الشبكة المتاحة التي يستخدمها برنامج tcpdump." msgstr "قائمة بأجهزة الشبكة المتاحة التي يستخدمها برنامج tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -418,7 +439,7 @@ msgstr ""
"قائمة واجهات الشبكة المتاحة لبدء تشغيل adblock. اختر \"غير محدد\" لاستخدام " "قائمة واجهات الشبكة المتاحة لبدء تشغيل adblock. اختر \"غير محدد\" لاستخدام "
"مهلة بدء التشغيل الكلاسيكية بدلاً من مشغل الشبكة." "مهلة بدء التشغيل الكلاسيكية بدلاً من مشغل الشبكة."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
@ -426,7 +447,7 @@ msgstr ""
"قائمة بالخلفيات الخلفية لنظام أسماء النطاقات المدعومة مع دليل القائمة " "قائمة بالخلفيات الخلفية لنظام أسماء النطاقات المدعومة مع دليل القائمة "
"الافتراضي الخاص بها. للكتابة فوق المسار الافتراضي ، استخدم خيار \"دليل DNS\"." "الافتراضي الخاص بها. للكتابة فوق المسار الافتراضي ، استخدم خيار \"دليل DNS\"."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "قائمة أدوات التنزيل المدعومة والمجهزة بالكامل مسبقًا" msgstr "قائمة أدوات التنزيل المدعومة والمجهزة بالكامل مسبقًا"
@ -435,14 +456,10 @@ msgstr "قائمة أدوات التنزيل المدعومة والمجهزة
msgid "Log View" msgid "Log View"
msgstr "عرض السجل" msgstr "عرض السجل"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "خدمة ذات أولوية منخفضة" msgstr "خدمة ذات أولوية منخفضة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "الاسم / عنوان IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "لا توجد نتائج استعلام!" msgstr "لا توجد نتائج استعلام!"
@ -456,7 +473,7 @@ msgstr "لا توجد سجلات ذات صلة ب adblock حتى الآن!"
msgid "Overview" msgid "Overview"
msgstr "نظرة عامة" msgstr "نظرة عامة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
"الملف الشخصي المستخدم من قبل \"msmtp\" لرسائل البريد الإلكتروني الخاصة " "الملف الشخصي المستخدم من قبل \"msmtp\" لرسائل البريد الإلكتروني الخاصة "
@ -470,7 +487,7 @@ msgstr "استعلام"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "الاستعلام عن قوائم الحظر والنسخ الاحتياطية النشطة لمجال معين." msgstr "الاستعلام عن قوائم الحظر والنسخ الاحتياطية النشطة لمجال معين."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -478,11 +495,11 @@ msgstr ""
"ارفع عدد الإشعارات للحصول على رسائل البريد الإلكتروني إذا كان العدد الإجمالي " "ارفع عدد الإشعارات للحصول على رسائل البريد الإلكتروني إذا كان العدد الإجمالي "
"لقائمة الحظر أقل من الحد المعطى أو مساويًا له." "لقائمة الحظر أقل من الحد المعطى أو مساويًا له."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "عنوان المستلم لرسائل البريد الإلكتروني الخاصة بإشعار adblock." msgstr "عنوان المستلم لرسائل البريد الإلكتروني الخاصة بإشعار adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
@ -490,7 +507,7 @@ msgstr ""
"أعد توجيه جميع استعلامات DNS من مناطق محددة إلى محلل DNS المحلي ، ينطبق على " "أعد توجيه جميع استعلامات DNS من مناطق محددة إلى محلل DNS المحلي ، ينطبق على "
"بروتوكول UDP و TCP." "بروتوكول UDP و TCP."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -511,7 +528,7 @@ msgstr "قم بتحديث تقرير DNS"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "تحديث الموقت" msgstr "تحديث الموقت"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "تحديث المؤقت ..." msgstr "تحديث المؤقت ..."
@ -519,47 +536,47 @@ msgstr "تحديث المؤقت ..."
msgid "Refresh..." msgid "Refresh..."
msgstr "تنعيش الذاكرة" msgstr "تنعيش الذاكرة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "استرخاء البحث الآمن" msgstr "استرخاء البحث الآمن"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "إعادة تحميل" msgstr "إعادة تحميل"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "إزالة وظيفة موجودة" msgstr "إزالة وظيفة موجودة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "تقرير عدد القطع" msgstr "تقرير عدد القطع"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "تقرير حجم القطعة" msgstr "تقرير حجم القطعة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "دليل التقارير" msgstr "دليل التقارير"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "واجهة التقرير" msgstr "واجهة التقرير"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "تقرير المنافذ" msgstr "تقرير المنافذ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "الإبلاغ عن عدد القطع المستخدم بواسطة tcpdump." msgstr "الإبلاغ عن عدد القطع المستخدم بواسطة tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "الإبلاغ عن حجم القطعة المستخدم بواسطة tcpdump بالميجابايت." msgstr "الإبلاغ عن حجم القطعة المستخدم بواسطة tcpdump بالميجابايت."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "إعادة تشغيل" msgstr "إعادة تشغيل"
@ -567,29 +584,29 @@ msgstr "إعادة تشغيل"
msgid "Result" msgid "Result"
msgstr "نتيجة" msgstr "نتيجة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "تشغيل الدلائل" msgstr "تشغيل الدلائل"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "تشغيل الإشارات" msgstr "تشغيل الإشارات"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "تشغيل واجهات" msgstr "تشغيل واجهات"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "تشغيل الأدوات" msgstr "تشغيل الأدوات"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "إحفض" msgstr "إحفض"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
@ -597,7 +614,7 @@ msgstr ""
"إرسال رسائل البريد الإلكتروني الخاصة بالإشعار عن حظر الإعلانات. يرجى ملاحظة: " "إرسال رسائل البريد الإلكتروني الخاصة بالإشعار عن حظر الإعلانات. يرجى ملاحظة: "
"هذا يحتاج إلى تثبيت حزمة 'msmtp' إضافية." "هذا يحتاج إلى تثبيت حزمة 'msmtp' إضافية."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "عنوان المرسل لرسائل البريد الإلكتروني الخاصة بإشعار حظر الإعلانات." msgstr "عنوان المرسل لرسائل البريد الإلكتروني الخاصة بإشعار حظر الإعلانات."
@ -605,11 +622,11 @@ msgstr "عنوان المرسل لرسائل البريد الإلكتروني
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "تعيين وظيفة adblock جديدة" msgstr "تعيين وظيفة adblock جديدة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "إعدادات" msgstr "إعدادات"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
@ -617,15 +634,15 @@ msgstr ""
"حجم قائمة انتظار التنزيل لمعالجة التنزيل (بما في ذلك الفرز والدمج وما إلى " "حجم قائمة انتظار التنزيل لمعالجة التنزيل (بما في ذلك الفرز والدمج وما إلى "
"ذلك) بالتوازي." "ذلك) بالتوازي."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "المصادر (الحجم والتركيز)" msgstr "المصادر (الحجم والتركيز)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "قائمة منافذ مفصولة بمسافة يستخدمها tcpdump." msgstr "قائمة منافذ مفصولة بمسافة يستخدمها tcpdump."
#: 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "خيارات التكوين الخاصة لأداة التنزيل المساعدة المحددة." msgstr "خيارات التكوين الخاصة لأداة التنزيل المساعدة المحددة."
@ -633,53 +650,54 @@ msgstr "خيارات التكوين الخاصة لأداة التنزيل ال
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "بدء الطابع الزمني" msgstr "بدء الطابع الزمني"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "بدء واجهة التشغيل" msgstr "بدء واجهة التشغيل"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "الحالة / الإصدار" msgstr "الحالة / الإصدار"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "تعليق" msgstr "تعليق"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "الدليل الهدف لملفات التقارير المتعلقة ب DNS." msgstr "الدليل الهدف لملفات التقارير المتعلقة ب DNS."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "الدليل الهدف للنسخ الاحتياطية لقائمة الحظر." msgstr "الدليل الهدف للنسخ الاحتياطية لقائمة الحظر."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "الدليل المستهدف لقائمة الحظر التي تم إنشاؤها \"adb_list.overall\"." msgstr "الدليل المستهدف لقائمة الحظر التي تم إنشاؤها \"adb_list.overall\"."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "الدليل المستهدف لقائمة منع السجن التي تم إنشاؤها \"adb_list.jail\"." msgstr "الدليل المستهدف لقائمة منع السجن التي تم إنشاؤها \"adb_list.jail\"."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "تعذر تحديث مؤقت التحديث." msgstr "تعذر تحديث مؤقت التحديث."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "تم تحديث مؤقت التحديث." msgstr "تم تحديث مؤقت التحديث."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "يوم الأسبوع (اختياري ، القيم: من 1 إلى 7 من المحتمل أن يفصل بينها أو -)" msgstr ""
"يوم الأسبوع (اختياري ، القيم: من 1 إلى 7 من المحتمل أن يفصل بينها أو -)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "قسم الساعات (مطلوب ، النطاق: 0-23)" msgstr "قسم الساعات (مطلوب ، النطاق: 0-23)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "جزء الدقائق (اختياري ، النطاق: 0-59)" msgstr "جزء الدقائق (اختياري ، النطاق: 0-59)"
@ -719,7 +737,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "وقت" msgstr "وقت"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "حان الوقت لانتظار إعادة تشغيل خلفية DNS ناجحة." msgstr "حان الوقت لانتظار إعادة تشغيل خلفية DNS ناجحة."
@ -735,7 +753,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "أفضل 10 إحصائيات" msgstr "أفضل 10 إحصائيات"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "موضوع رسائل البريد الإلكتروني الخاصة بإشعار adblock." msgstr "موضوع رسائل البريد الإلكتروني الخاصة بإشعار adblock."
@ -743,7 +761,7 @@ msgstr "موضوع رسائل البريد الإلكتروني الخاصة ب
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "إجمالي طلبات DNS" msgstr "إجمالي طلبات DNS"
#: 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "تأخير الزناد" msgstr "تأخير الزناد"
@ -752,12 +770,12 @@ msgstr "تأخير الزناد"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "تعذر حفظ التغييرات: s%" msgstr "تعذر حفظ التغييرات: s%"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "المتغيرات" msgstr "المتغيرات"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "تسجيل مطول للتصحيح" msgstr "تسجيل مطول للتصحيح"
@ -774,11 +792,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "القائمة البيضاء ..." msgstr "القائمة البيضاء ..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "نظام اسم المجال التخزين المؤقت dnsmasq (/tmp/dnsmasq.d)" msgstr "نظام اسم المجال التخزين المؤقت dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "محلل العقد الخفي kresd (/etc/kresd)" msgstr "محلل العقد الخفي kresd (/etc/kresd)"
@ -786,18 +808,29 @@ msgstr "محلل العقد الخفي kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "مجموعة نتائج أعلى حجم." msgstr "مجموعة نتائج أعلى حجم."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "نظام أسماء النطاقات named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "خام (/ tmp)" msgstr "خام (/ tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "غير ملزم (/var/lib/unbound)" msgstr "غير ملزم (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "- غير محدد -"
#~ msgid "Blocked Domain"
#~ msgstr "نطاق محظور"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "تعطيل القائمة البيضاء الانتقائية لنظام أسماء النطاقات (مرور RPZ)."
#~ msgid "Name / IP Address"
#~ msgstr "الاسم / عنوان IP"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "نظام أسماء النطاقات named (/var/lib/bind)"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -4,16 +4,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "" msgstr ""
@ -22,7 +17,7 @@ msgstr ""
msgid "Adblock" msgid "Adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -42,43 +37,54 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -95,19 +101,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -119,11 +133,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -134,12 +148,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -147,7 +161,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -161,28 +179,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -190,62 +208,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -259,23 +280,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "" msgstr ""
@ -283,7 +304,7 @@ msgstr ""
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -293,11 +314,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -307,42 +328,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -350,15 +371,15 @@ msgstr ""
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -366,35 +387,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -403,14 +424,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -424,7 +441,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -436,23 +453,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -471,7 +488,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -479,47 +496,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -527,35 +544,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -563,25 +580,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -589,53 +606,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -667,7 +684,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -681,7 +698,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -689,7 +706,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -698,12 +715,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -718,11 +735,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -730,14 +751,10 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5.1-dev\n" "X-Generator: Weblate 4.5.1-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "চালু উৎস" msgstr "চালু উৎস"
@ -28,7 +23,7 @@ msgstr "চালু উৎস"
msgid "Adblock" msgid "Adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "অ্যাডব্লক ক্রিয়া" msgstr "অ্যাডব্লক ক্রিয়া"
@ -48,43 +43,54 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -101,19 +107,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -125,11 +139,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -140,12 +154,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -153,7 +167,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -167,28 +185,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -196,62 +214,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -265,23 +286,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "" msgstr ""
@ -289,7 +310,7 @@ msgstr ""
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -299,11 +320,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -313,42 +334,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -356,15 +377,15 @@ msgstr ""
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -372,35 +393,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -409,14 +430,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -430,7 +447,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -442,23 +459,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -477,7 +494,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -485,47 +502,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -533,35 +550,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -569,25 +586,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -595,53 +612,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -673,7 +690,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -687,7 +704,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -695,7 +712,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -704,12 +721,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -724,11 +741,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -736,14 +757,10 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5.1\n" "X-Generator: Weblate 4.5.1\n"
#: 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:419
msgid "- unspecified -"
msgstr "- no especificat -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Acció" msgstr "Acció"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Fonts actives" msgstr "Fonts actives"
@ -28,7 +23,7 @@ msgstr "Fonts actives"
msgid "Adblock" msgid "Adblock"
msgstr "Blocador danuncis" msgstr "Blocador danuncis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Acció d'Adblock" msgstr "Acció d'Adblock"
@ -48,45 +43,56 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Retard addicional en segons de lactivador abans que comenci el processament " "Retard addicional en segons de lactivador abans que comenci el processament "
"del blocador danuncis." "del blocador danuncis."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Paràmetres DNS avançats" msgstr "Paràmetres DNS avançats"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Paràmetres de correu avançats" msgstr "Paràmetres de correu avançats"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Resposta" msgstr "Resposta"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Directori de còpies de seguretat" msgstr "Directori de còpies de seguretat"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -103,19 +109,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Llista negra..." msgstr "Llista negra..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "Peticions DNS blocades" msgstr "Peticions DNS blocades"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Domini blocat"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Dominis blocats" msgstr "Dominis blocats"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -127,11 +141,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Fonts de la llista negra" msgstr "Fonts de la llista negra"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -142,12 +156,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Cancel•lar" msgstr "Cancel•lar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "Categories" msgstr "Categories"
@ -155,7 +169,11 @@ msgstr "Categories"
msgid "Client" msgid "Client"
msgstr "Client" msgstr "Client"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -169,28 +187,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Recompte" msgstr "Recompte"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Directori del DNS" msgstr "Directori del DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -198,62 +216,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Domini" msgstr "Domini"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Paràmetres de descàrrega" msgstr "Paràmetres de descàrrega"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Cua de descàrregues" msgstr "Cua de descàrregues"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilitat de baixades" msgstr "Utilitat de baixades"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificació de correu" msgstr "Notificació de correu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adreça del destinatari de correu" msgstr "Adreça del destinatari de correu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -267,23 +288,23 @@ msgstr "Edita la llista negra"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Edita la llista blanca" msgstr "Edita la llista blanca"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Activat" msgstr "Activat"
@ -291,7 +312,7 @@ msgstr "Activat"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -301,11 +322,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -315,42 +336,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Purga la memòria cau del DNS" msgstr "Purga la memòria cau del DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Força el DNS local" msgstr "Força el DNS local"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Paràmetres generals" msgstr "Paràmetres generals"
@ -358,15 +379,15 @@ msgstr "Paràmetres generals"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Darrera execució" msgstr "Darrera execució"
@ -374,35 +395,35 @@ msgstr "Darrera execució"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "Llista dutilitats de descàrrega admeses i plenament preconfigurades." msgstr "Llista dutilitats de descàrrega admeses i plenament preconfigurades."
@ -411,14 +432,10 @@ msgstr "Llista dutilitats de descàrrega admeses i plenament preconfigurades.
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Servei de prioritat baixa" msgstr "Servei de prioritat baixa"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -432,7 +449,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Visió de conjunt" msgstr "Visió de conjunt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -444,23 +461,23 @@ msgstr "Consulta"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -479,7 +496,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -487,47 +504,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "Torna a carregar" msgstr "Torna a carregar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
@ -535,35 +552,35 @@ msgstr "Reiniciar"
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Desar" msgstr "Desar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -571,25 +588,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Paràmetres" msgstr "Paràmetres"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -597,53 +614,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -675,7 +692,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -689,7 +706,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -697,7 +714,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -706,12 +723,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Enregistrament detallat de depuració" msgstr "Enregistrament detallat de depuració"
@ -726,11 +743,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -738,18 +759,20 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "- unspecified -"
#~ msgstr "- no especificat -"
#~ msgid "Blocked Domain"
#~ msgstr "Domini blocat"
#~ msgid "DNS File Reset" #~ msgid "DNS File Reset"
#~ msgstr "Reinicialització de fitxers del DNS" #~ msgstr "Reinicialització de fitxers del DNS"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 4.6-dev\n" "X-Generator: Weblate 4.6-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "- nespecifikováno -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Akce" msgstr "Akce"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Aktivní zdroje" msgstr "Aktivní zdroje"
@ -28,7 +23,7 @@ msgstr "Aktivní zdroje"
msgid "Adblock" msgid "Adblock"
msgstr "Blokování reklamy Adblock" msgstr "Blokování reklamy Adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Akce Adblocku" msgstr "Akce Adblocku"
@ -48,44 +43,55 @@ msgstr "Přidejte tuto (sub)doménu na místní blacklist."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Přidat tuto (sub)doménu na místní whitelist." msgstr "Přidat tuto (sub)doménu na místní whitelist."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Další nastavení" msgstr "Další nastavení"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Dodatečné zpoždění v sekundách před začátkem zpracování blokování reklamy." "Dodatečné zpoždění v sekundách před začátkem zpracování blokování reklamy."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Pokročilá nastavení DNS" msgstr "Pokročilá nastavení DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Pokročilá nastavení e-mailu" msgstr "Pokročilá nastavení e-mailu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Pokročilá nastavení hlášení" msgstr "Pokročilá nastavení hlášení"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Odpověd" msgstr "Odpověd"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Záložní adresář" msgstr "Záložní adresář"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Základní dočasný adresář" msgstr "Základní dočasný adresář"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -106,19 +112,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Blacklist..." msgstr "Blacklist..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Blokované domény"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Blokované domény" msgstr "Blokované domény"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Záloha blokovacího seznamu" msgstr "Záloha blokovacího seznamu"
@ -130,11 +144,11 @@ msgstr "Dotaz na blokovací seznam"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Dotaz na blokovací seznam..." msgstr "Dotaz na blokovací seznam..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Zdroje seznamů blokování" msgstr "Zdroje seznamů blokování"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -145,12 +159,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Storno" msgstr "Storno"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -158,7 +172,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "Klient" msgstr "Klient"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -172,7 +190,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Počet" msgstr "Počet"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -180,22 +198,22 @@ msgstr ""
"Vytváří komprimované zálohy blokovacího seznamu, budou použity v případě " "Vytváří komprimované zálohy blokovacího seznamu, budou použity v případě "
"chyb při stahování nebo po příštím spuštění." "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:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Adresář DNS" msgstr "Adresář DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -203,62 +221,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Datum" msgstr "Datum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Doména" msgstr "Doména"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Parametry stahování" msgstr "Parametry stahování"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Fronta stahování" msgstr "Fronta stahování"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Nástroj pro stahování" msgstr "Nástroj pro stahování"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Oznámení e-mailem" msgstr "Oznámení e-mailem"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Počet e-mailových oznámení" msgstr "Počet e-mailových oznámení"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-mailový profil" msgstr "E-mailový profil"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adresa příjemce e-mailu" msgstr "Adresa příjemce e-mailu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adresa odesílatele e-mailu" msgstr "Adresa odesílatele e-mailu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Téma e-mailu" msgstr "Téma e-mailu"
@ -272,23 +293,23 @@ msgstr "Upravit blacklist"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Upravit whitelist" msgstr "Upravit whitelist"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "Povolit bezpečné vyhledávání (SafeSearch)" msgstr "Povolit bezpečné vyhledávání (SafeSearch)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Povolit střední filtry SafeSearch pro youtube." msgstr "Povolit střední filtry SafeSearch pro youtube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Povolit službu adblock." msgstr "Povolit službu adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Zapnuto" msgstr "Zapnuto"
@ -296,7 +317,7 @@ msgstr "Zapnuto"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -306,11 +327,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Stávající úlohy" msgstr "Stávající úlohy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -320,42 +341,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Vyprázdnit mezipaměť DNS" msgstr "Vyprázdnit mezipaměť DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Vynutit lokální DNS" msgstr "Vynutit lokální DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Obecná nastavení" msgstr "Obecná nastavení"
@ -363,15 +384,15 @@ msgstr "Obecná nastavení"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Informace" msgstr "Informace"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Poslední spuštění" msgstr "Poslední spuštění"
@ -379,35 +400,35 @@ msgstr "Poslední spuštění"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
"Seznam podporovaných a plně předkonfigurovaných nástrojů pro stahování." "Seznam podporovaných a plně předkonfigurovaných nástrojů pro stahování."
@ -417,14 +438,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Služba s nízkou prioritou" msgstr "Služba s nízkou prioritou"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Název / IP adresa"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "Žádné výsledky dotazu!" msgstr "Žádné výsledky dotazu!"
@ -438,7 +455,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Přehled" msgstr "Přehled"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -450,23 +467,23 @@ msgstr "Dotaz"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "Adresa příjemce pro e-maily s upozorněním." msgstr "Adresa příjemce pro e-maily s upozorněním."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -485,7 +502,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -493,47 +510,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Počet bloků sestavy" msgstr "Počet bloků sestavy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Velikost bloků sestavy" msgstr "Velikost bloků sestavy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Adresář sestav" msgstr "Adresář sestav"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Rozhraní sestavy" msgstr "Rozhraní sestavy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -541,35 +558,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Uložit" msgstr "Uložit"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -577,25 +594,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -603,53 +620,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Pozastavit" msgstr "Pozastavit"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Cílový adresář pro vygenerovaný blokovací seznam '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:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -681,7 +698,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Čas" msgstr "Čas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -695,7 +712,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -703,7 +720,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Prodleva spuštění" msgstr "Prodleva spuštění"
@ -712,12 +729,12 @@ msgstr "Prodleva spuštění"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Podrobné protokolování ladění" msgstr "Podrobné protokolování ladění"
@ -732,11 +749,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -744,18 +765,23 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "- unspecified -"
#~ msgstr "- nespecifikováno -"
#~ msgid "Blocked Domain"
#~ msgstr "Blokované domény"
#~ msgid "Name / IP Address"
#~ msgstr "Název / IP adresa"
#~ msgid "DNS File Reset" #~ msgid "DNS File Reset"
#~ msgstr "Resetování souboru DNS" #~ msgstr "Resetování souboru DNS"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5.2-dev\n" "X-Generator: Weblate 4.5.2-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "- unbestimmt -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Aktion" msgstr "Aktion"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Aktive Quellen" msgstr "Aktive Quellen"
@ -28,7 +23,7 @@ msgstr "Aktive Quellen"
msgid "Adblock" msgid "Adblock"
msgstr "Werbeblocker" msgstr "Werbeblocker"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Adblock Aktion" msgstr "Adblock Aktion"
@ -48,45 +43,56 @@ msgstr "Füge diese (Sub-)Domain zur lokalen Blacklist."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Füge diese (Sub-)Domain zur lokalen Whiteklist." msgstr "Füge diese (Sub-)Domain zur lokalen Whiteklist."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Zusätzliche Jail-Sperrliste" msgstr "Zusätzliche Jail-Sperrliste"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Zusätzliche Einstellungen" msgstr "Zusätzliche Einstellungen"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Zusätzliche Verzögerung (in Sekunden) bis zur Verarbeitung durch den " "Zusätzliche Verzögerung (in Sekunden) bis zur Verarbeitung durch den "
"Werbeblocker." "Werbeblocker."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Fortgeschrittene DNS Einstellungen" msgstr "Fortgeschrittene DNS Einstellungen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Fortgeschrittene E-Mail Einstellungen" msgstr "Fortgeschrittene E-Mail Einstellungen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Fortgeschrittene Berichtseinstellungen" msgstr "Fortgeschrittene Berichtseinstellungen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Antwort" msgstr "Antwort"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Backupverzeichnis" msgstr "Backupverzeichnis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Basis-Temp-Verzeichnis" msgstr "Basis-Temp-Verzeichnis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -107,19 +113,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Blockierliste..." msgstr "Blockierliste..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "Geblockte DNS-Anfragen" msgstr "Geblockte DNS-Anfragen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Blockierte Domain"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Gesperrte Domains" msgstr "Gesperrte Domains"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Sperrliste Backup" msgstr "Sperrliste Backup"
@ -131,11 +145,11 @@ msgstr "Sperrlistenabfrage"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Sperrlisten abfragen..." msgstr "Sperrlisten abfragen..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Blockierlisten-Quellen" msgstr "Blockierlisten-Quellen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -149,12 +163,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Abbrechen" msgstr "Abbrechen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "Kategorien" msgstr "Kategorien"
@ -162,7 +176,11 @@ msgstr "Kategorien"
msgid "Client" msgid "Client"
msgstr "Client" msgstr "Client"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -180,7 +198,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Anzahl" msgstr "Anzahl"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -188,22 +206,22 @@ msgstr ""
"Erzeuge komprimierte Backups der Sperrlisten, um die Sperrfunktion schon " "Erzeuge komprimierte Backups der Sperrlisten, um die Sperrfunktion schon "
"sofort ab dem Booten oder im Fall von Downloadfehlern zur Verfügung zu haben." "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:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "DNS-Backend" msgstr "DNS-Backend"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS-Verzeichnis" msgstr "DNS-Verzeichnis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS-Report" msgstr "DNS-Report"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS-Restart-Timeout" msgstr "DNS-Restart-Timeout"
@ -211,15 +229,15 @@ msgstr "DNS-Restart-Timeout"
msgid "Date" msgid "Date"
msgstr "Datum" msgstr "Datum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Deaktiviere DNS-Zulassen" msgstr "Deaktiviere DNS-Zulassen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "DNS-Neustarts deaktivieren" msgstr "DNS-Neustarts deaktivieren"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -227,48 +245,51 @@ msgstr ""
"Deaktiviere das Triggern von Neustarts des DNS-Backends durch Adblock per " "Deaktiviere das Triggern von Neustarts des DNS-Backends durch Adblock per "
"Autoload/inotify-Funktionsaufrufe." "Autoload/inotify-Funktionsaufrufe."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Deaktiviere selektives DNS-Whitelisting (RPZ-Passthrough)." msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Domäne" msgstr "Domäne"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Download Parameter" msgstr "Download Parameter"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Download Warteschlange" msgstr "Download Warteschlange"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Download-Werkzeug" msgstr "Download-Werkzeug"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Mail-Benachrichtigung" msgstr "E-Mail-Benachrichtigung"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "E-Mail Benachrichtigungszähler" msgstr "E-Mail Benachrichtigungszähler"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail-Profil" msgstr "E-Mail-Profil"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Mail Empfängeradresse" msgstr "E-Mail Empfängeradresse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail Absenderadresse" msgstr "E-Mail Absenderadresse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Mail-Thema" msgstr "E-Mail-Thema"
@ -282,23 +303,24 @@ msgstr "Blockierliste bearbeiten"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Positivliste bearbeiten" msgstr "Positivliste bearbeiten"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "Aktiviere SafeSearch" msgstr "Aktiviere SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Aktiviere moderate SafeSearch-Filter für YouTube." msgstr "Aktiviere moderate SafeSearch-Filter für YouTube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Aktiviere den Adblock-Dienst." msgstr "Aktiviere den Adblock-Dienst."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Aktiviere das ausführliche Anwendungs-Logging bei Verarbeitungsfehlern." msgstr ""
"Aktiviere das ausführliche Anwendungs-Logging bei Verarbeitungsfehlern."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Aktiviert" msgstr "Aktiviert"
@ -306,7 +328,7 @@ msgstr "Aktiviert"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "Ende-Zeitstempel" msgstr "Ende-Zeitstempel"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -316,11 +338,11 @@ msgstr "Erzwinge SafeSearch für Google, Bing, DuckDuckGo, Yandex und Pixabay."
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Bestehende Job(s)" msgstr "Bestehende Job(s)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Externe DNS Lookup Domain" msgstr "Externe DNS Lookup Domain"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -332,35 +354,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Filterkriterien wie z.B. Datum, Domain oder Client (optional)" msgstr "Filterkriterien wie z.B. Datum, Domain oder Client (optional)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "Firewall-Ports, die lokal erzwungen/aufgelöst werden sollen." msgstr "Firewall-Ports, die lokal erzwungen/aufgelöst werden sollen."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Firewall-Zonen, die lokal erzwungen/aufgelöst werden sollen." msgstr "Firewall-Zonen, die lokal erzwungen/aufgelöst werden sollen."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "DNS-Cache leeren" msgstr "DNS-Cache leeren"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "DNS-Cache leeren, bevor mit Adblock-Verarbeitung fortgefahren wird." msgstr "DNS-Cache leeren, bevor mit Adblock-Verarbeitung fortgefahren wird."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Lokale DNS-Auflösung erzwingen" msgstr "Lokale DNS-Auflösung erzwingen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "Erzwungene Ports" msgstr "Erzwungene Ports"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Erzwungene Zonen" msgstr "Erzwungene Zonen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -370,7 +392,7 @@ msgstr ""
"auf Abruf bereitstellen zu können. Hinweis: Hierzu muss das Paket \"tcpdump-" "auf Abruf bereitstellen zu können. Hinweis: Hierzu muss das Paket \"tcpdump-"
"mini\" installiert und der Adblock-Dienst danach neugestartet worden sein." "mini\" installiert und der Adblock-Dienst danach neugestartet worden sein."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Allgemeine Einstellungen" msgstr "Allgemeine Einstellungen"
@ -378,15 +400,15 @@ msgstr "Allgemeine Einstellungen"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "Zugriff auf adblock LuCI app erlauten" msgstr "Zugriff auf adblock LuCI app erlauten"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Informationen" msgstr "Informationen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Sperrverzeichnis" msgstr "Sperrverzeichnis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Letzter Durchgang" msgstr "Letzter Durchgang"
@ -394,25 +416,25 @@ msgstr "Letzter Durchgang"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "Neueste DNS Anfragen" msgstr "Neueste DNS Anfragen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "SafeSearch einschränken" msgstr "SafeSearch einschränken"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "SafeSearch auf bestimmte Anbieter einschränken." msgstr "SafeSearch auf bestimmte Anbieter einschränken."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Zu entfernende Zeile" msgstr "Zu entfernende Zeile"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
"Liste an verfügbaren Netzwerkschnittstellen die von tcpdump verwendet werden " "Liste an verfügbaren Netzwerkschnittstellen die von tcpdump verwendet werden "
"können." "können."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -421,7 +443,7 @@ msgstr ""
"triggern. Wähle \"unspecified\", um einen herkömmlichen Start-Timeout-" "triggern. Wähle \"unspecified\", um einen herkömmlichen Start-Timeout-"
"Mechanismuss anstatt eines Netzwerk-Triggers zu verwenden." "Mechanismuss anstatt eines Netzwerk-Triggers zu verwenden."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
@ -429,7 +451,7 @@ msgstr ""
"Liste an unterstützten DNS-Backens und deren Standard-Listenverzeichnissen. " "Liste an unterstützten DNS-Backens und deren Standard-Listenverzeichnissen. "
"Um einen Standardpfad zu überschreiben, nutze die \"DNS-Verzeichnis\"-Option." "Um einen Standardpfad zu überschreiben, nutze die \"DNS-Verzeichnis\"-Option."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
"Liste der unterstützten und vollständig vorkonfigurierten Download-" "Liste der unterstützten und vollständig vorkonfigurierten Download-"
@ -440,14 +462,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "Protokollansicht" msgstr "Protokollansicht"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Dienst mit niedriger Priorität" msgstr "Dienst mit niedriger Priorität"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Name / IP-Adresse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "Keine Abfrageergebnisse!" msgstr "Keine Abfrageergebnisse!"
@ -461,7 +479,7 @@ msgstr "Aktuell noch keine Adblock-Logs vorhanden!"
msgid "Overview" msgid "Overview"
msgstr "Übersicht" msgstr "Übersicht"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
"\"msmtp\"-Profil, das für Adblock-Benachrichtigunsmails verwendet wird." "\"msmtp\"-Profil, das für Adblock-Benachrichtigunsmails verwendet wird."
@ -474,7 +492,7 @@ msgstr "Abfrage"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "Frage aktive Sperrlisten und Backups über eine spezifische Domain ab." msgstr "Frage aktive Sperrlisten und Backups über eine spezifische Domain ab."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -482,11 +500,11 @@ msgstr ""
"Erhöhe den Benachrichtigunszähler um Emails zu erhalten, wenn die Gesamtzahl " "Erhöhe den Benachrichtigunszähler um Emails zu erhalten, wenn die Gesamtzahl "
"der Blocklisten kleiner gleich diesem Schwellwert ist." "der Blocklisten kleiner gleich diesem Schwellwert ist."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "Empfängeradresse für Adblock-Benachrichtigungs-E-Mails." msgstr "Empfängeradresse für Adblock-Benachrichtigungs-E-Mails."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
@ -494,7 +512,7 @@ msgstr ""
"Leitet alle DNS-Anfragen aus den angegebenen Zonen an den lokalen DNS-" "Leitet alle DNS-Anfragen aus den angegebenen Zonen an den lokalen DNS-"
"Resolver um, gilt für das UDP- und TCP-Protokoll." "Resolver um, gilt für das UDP- und TCP-Protokoll."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -516,7 +534,7 @@ msgstr "Aktualisiere DNS-Report"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "Timer" msgstr "Timer"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "Timer..." msgstr "Timer..."
@ -524,47 +542,47 @@ msgstr "Timer..."
msgid "Refresh..." msgid "Refresh..."
msgstr "Aktualisiere..." msgstr "Aktualisiere..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "SafeSearch abschwächen" msgstr "SafeSearch abschwächen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "Neu laden" msgstr "Neu laden"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Entferne einen vorhandenen Job" msgstr "Entferne einen vorhandenen Job"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Berichte Datenblock-Anzahl" msgstr "Berichte Datenblock-Anzahl"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Berichte Datenblock-Größe" msgstr "Berichte Datenblock-Größe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Report-Verzeichnis" msgstr "Report-Verzeichnis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Berichte-Schnittstelle" msgstr "Berichte-Schnittstelle"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "Berichte Ports" msgstr "Berichte Ports"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Berichte Datenblock-Nutzung durch tcpdump." msgstr "Berichte Datenblock-Nutzung durch tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Berichte von tcpdump verwendete Datenblockgröße in MByte." msgstr "Berichte von tcpdump verwendete Datenblockgröße in MByte."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "Neustart" msgstr "Neustart"
@ -572,29 +590,29 @@ msgstr "Neustart"
msgid "Result" msgid "Result"
msgstr "Ergebnis" msgstr "Ergebnis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "Run-Verzeichnisse" msgstr "Run-Verzeichnisse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "Laufzeit-Flags" msgstr "Laufzeit-Flags"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "Run-Interfaces" msgstr "Run-Interfaces"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "Run-Werkzeuge" msgstr "Run-Werkzeuge"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Speichern" msgstr "Speichern"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
@ -602,7 +620,7 @@ msgstr ""
"Sende relevante Adblock-Benachrichtigungen per Email. Hinweis: Hierzu muss " "Sende relevante Adblock-Benachrichtigungen per Email. Hinweis: Hierzu muss "
"das \"msmtp\"-Zusatzpaket installiert sein." "das \"msmtp\"-Zusatzpaket installiert sein."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "Absenderadresse für Adblock-Benachrichtigungsmails." msgstr "Absenderadresse für Adblock-Benachrichtigungsmails."
@ -610,11 +628,11 @@ msgstr "Absenderadresse für Adblock-Benachrichtigungsmails."
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Setze einen neuen adblock Job" msgstr "Setze einen neuen adblock Job"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Einstellungen" msgstr "Einstellungen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
@ -622,15 +640,15 @@ msgstr ""
"Größe der Download-Warteschlange für laufende Downloads (inkl. Platzbedarf " "Größe der Download-Warteschlange für laufende Downloads (inkl. Platzbedarf "
"für Sortieren, Zusammenführen)." "für Sortieren, Zusammenführen)."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Quellen (Größe, Fokus)" msgstr "Quellen (Größe, Fokus)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Leerzeichengetrennte Liste an Ports die von tcpdump genutzt werden." msgstr "Leerzeichengetrennte Liste an Ports die von tcpdump genutzt werden."
#: 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
"Spezielle Konfigurationseinstellungen für das gewählte Download-Programm." "Spezielle Konfigurationseinstellungen für das gewählte Download-Programm."
@ -639,53 +657,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "Start-Zeitstempel" msgstr "Start-Zeitstempel"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "Trigger-Interface fürs Starten" msgstr "Trigger-Interface fürs Starten"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "Status / Version" msgstr "Status / Version"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Anhalten" msgstr "Anhalten"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "Zielverzeichnis für DNS-bezogene Report Dateien." msgstr "Zielverzeichnis für DNS-bezogene Report Dateien."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "Zielverzeichnis für Backups von Blocklisten." msgstr "Zielverzeichnis für Backups von Blocklisten."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Zielverzeichnis für die erzeugte Sperrliste '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:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "Zielverzeichnis für die erzeugte Jail-Sperrliste \"adb_list.jail\"." msgstr "Zielverzeichnis für die erzeugte Jail-Sperrliste \"adb_list.jail\"."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "Der Timer konnte nicht aktualisiert werden." msgstr "Der Timer konnte nicht aktualisiert werden."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "Der Timer wurde aktualisiert." msgstr "Der Timer wurde aktualisiert."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "Der Wochentag (opt., Werte: 1-7 getrennt druch \",\" oder \"-\")" msgstr "Der Wochentag (opt., Werte: 1-7 getrennt druch \",\" oder \"-\")"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "Der Stundenteil (Werte zw. 0-23)" msgstr "Der Stundenteil (Werte zw. 0-23)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "Der Minutenteil (Werte zw. 0-59)" msgstr "Der Minutenteil (Werte zw. 0-59)"
@ -727,7 +745,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Zeit" msgstr "Zeit"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Timeout für erfolgreichen DNS-Backend-Startvorgang." msgstr "Timeout für erfolgreichen DNS-Backend-Startvorgang."
@ -743,7 +761,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Top-10 Statistiken" msgstr "Top-10 Statistiken"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Betreff für Adblock-Benachrichtigungsmails." msgstr "Betreff für Adblock-Benachrichtigungsmails."
@ -751,7 +769,7 @@ msgstr "Betreff für Adblock-Benachrichtigungsmails."
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "Gesamte DNS-Anfragen" msgstr "Gesamte DNS-Anfragen"
#: 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Verzögerung der Trigger-Bedingung" msgstr "Verzögerung der Trigger-Bedingung"
@ -760,12 +778,12 @@ msgstr "Verzögerung der Trigger-Bedingung"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Konnte Änderungen nicht speichern: %s" msgstr "Konnte Änderungen nicht speichern: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "Varianten" msgstr "Varianten"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Ausführliche Debug-Protokollierung" msgstr "Ausführliche Debug-Protokollierung"
@ -782,11 +800,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "Positivliste..." msgstr "Positivliste..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)"
@ -794,18 +816,29 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "Max. Größe des Result-Sets" msgstr "Max. Größe des Result-Sets"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "raw (/tmp)" msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "- unbestimmt -"
#~ msgid "Blocked Domain"
#~ msgstr "Blockierte Domain"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "Deaktiviere selektives DNS-Whitelisting (RPZ-Passthrough)."
#~ msgid "Name / IP Address"
#~ msgstr "Name / IP-Adresse"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "named (/var/lib/bind)"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5-dev\n" "X-Generator: Weblate 4.5-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Ενεργές πηγές" msgstr "Ενεργές πηγές"
@ -28,7 +23,7 @@ msgstr "Ενεργές πηγές"
msgid "Adblock" msgid "Adblock"
msgstr "αντιδιαφημιστικό" msgstr "αντιδιαφημιστικό"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -48,43 +43,54 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Επιπρόσθετες ρυθμίσεις" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Σύνθετες ρυθμίσεις DNS" msgstr "Σύνθετες ρυθμίσεις DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Προηγμένες ρυθμίσεις ηλεκτρονικού ταχυδρομείου" msgstr "Προηγμένες ρυθμίσεις ηλεκτρονικού ταχυδρομείου"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Σύνθετες ρυθμίσεις αναφοράς" msgstr "Σύνθετες ρυθμίσεις αναφοράς"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Απάντηση" msgstr "Απάντηση"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "φάκελος διάσωσης" msgstr "φάκελος διάσωσης"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -101,19 +107,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "Αποκλεισμένα αιτήματα DNS" msgstr "Αποκλεισμένα αιτήματα DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -125,11 +139,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Λίστα Μπλοκαρισμένων πηγών" msgstr "Λίστα Μπλοκαρισμένων πηγών"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -140,12 +154,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Ακύρωση" msgstr "Ακύρωση"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -153,7 +167,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "πελάτης" msgstr "πελάτης"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -167,28 +185,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Μέτρηση" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "κατάλογος DNS" msgstr "κατάλογος DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -196,62 +214,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Ημερομηνία" msgstr "Ημερομηνία"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -265,23 +286,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Ενεργοποιήθηκε" msgstr "Ενεργοποιήθηκε"
@ -289,7 +310,7 @@ msgstr "Ενεργοποιήθηκε"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -299,11 +320,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -313,42 +334,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Γενικές ρυθμίσεις" msgstr "Γενικές ρυθμίσεις"
@ -356,15 +377,15 @@ msgstr "Γενικές ρυθμίσεις"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -372,35 +393,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -409,14 +430,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -430,7 +447,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -442,23 +459,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -477,7 +494,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -485,47 +502,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -533,35 +550,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -569,25 +586,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -595,53 +612,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -673,7 +690,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -687,7 +704,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -695,7 +712,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -704,12 +721,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -724,11 +741,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -736,15 +757,11 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "" msgstr ""
@ -28,7 +23,7 @@ msgstr ""
msgid "Adblock" msgid "Adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -48,43 +43,54 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -101,19 +107,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -125,11 +139,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -140,12 +154,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -153,7 +167,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -167,28 +185,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -196,62 +214,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -265,23 +286,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Enabled" msgstr "Enabled"
@ -289,7 +310,7 @@ msgstr "Enabled"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -299,11 +320,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -313,42 +334,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -356,15 +377,15 @@ msgstr ""
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -372,35 +393,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -409,14 +430,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -430,7 +447,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -442,23 +459,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -477,7 +494,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -485,47 +502,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -533,35 +550,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -569,25 +586,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -595,53 +612,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -673,7 +690,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -687,7 +704,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -695,7 +712,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -704,12 +721,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -724,11 +741,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -736,14 +757,10 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""

View file

@ -13,16 +13,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5\n" "X-Generator: Weblate 4.5\n"
#: 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:419
msgid "- unspecified -"
msgstr "- sin especificar -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Acción" msgstr "Acción"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Fuentes activas" msgstr "Fuentes activas"
@ -31,7 +26,7 @@ msgstr "Fuentes activas"
msgid "Adblock" msgid "Adblock"
msgstr "Adblock" msgstr "Adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Acción de Adblock" msgstr "Acción de Adblock"
@ -51,45 +46,56 @@ msgstr "Agregue este (sub) dominio a su lista negra local."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Agregue este (sub) dominio a su lista blanca local." msgstr "Agregue este (sub) dominio a su lista blanca local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Lista de bloqueo adicional de la cárcel" msgstr "Lista de bloqueo adicional de la cárcel"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Configuración adicional" msgstr "Configuración adicional"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Demora adicional del disparador en segundos antes de que comience el " "Demora adicional del disparador en segundos antes de que comience el "
"procesamiento de adblock." "procesamiento de adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Configuración avanzada de DNS" msgstr "Configuración avanzada de DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Configuración avanzada de correo electrónico" msgstr "Configuración avanzada de correo electrónico"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Configuración avanzada de informes" msgstr "Configuración avanzada de informes"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Responder" msgstr "Responder"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Directorio de respaldo" msgstr "Directorio de respaldo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Directorio temporal base" msgstr "Directorio temporal base"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -110,19 +116,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Lista negra..." msgstr "Lista negra..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "Solicitudes de DNS bloqueadas" msgstr "Solicitudes de DNS bloqueadas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Dominio bloqueado"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Dominios bloqueados" msgstr "Dominios bloqueados"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Copia de seguridad de lista de bloqueo" msgstr "Copia de seguridad de lista de bloqueo"
@ -134,11 +148,11 @@ msgstr "Consulta de lista de bloqueo"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Consulta de lista de bloqueo..." msgstr "Consulta de lista de bloqueo..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Fuentes de lista de bloqueo" msgstr "Fuentes de lista de bloqueo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -153,12 +167,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "Categorías" msgstr "Categorías"
@ -166,7 +180,11 @@ msgstr "Categorías"
msgid "Client" msgid "Client"
msgstr "Cliente" msgstr "Cliente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -184,7 +202,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Contar" msgstr "Contar"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -192,22 +210,22 @@ msgstr ""
"Cree copias de seguridad de listas de bloqueo comprimidas, se utilizarán en " "Cree copias de seguridad de listas de bloqueo comprimidas, se utilizarán en "
"caso de errores de descarga o durante el inicio." "caso de errores de descarga o durante el inicio."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "Backend de DNS" msgstr "Backend de DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Directorio DNS" msgstr "Directorio DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Informe DNS" msgstr "Informe DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Tiempo de espera de reinicio de DNS" msgstr "Tiempo de espera de reinicio de DNS"
@ -215,15 +233,15 @@ msgstr "Tiempo de espera de reinicio de DNS"
msgid "Date" msgid "Date"
msgstr "Fecha" msgstr "Fecha"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Desactivar Permitir DNS" msgstr "Desactivar Permitir DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Desactivar Reinicios de DNS" msgstr "Desactivar Reinicios de DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -231,48 +249,51 @@ msgstr ""
"Desactivar los reinicios activados por adblock para back-end dns con " "Desactivar los reinicios activados por adblock para back-end dns con "
"funciones de carga automática/inotify." "funciones de carga automática/inotify."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Desactivar la lista blanca selectiva de DNS (pasar por RPZ)." msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Dominio" msgstr "Dominio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Descargar parámetros" msgstr "Descargar parámetros"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Cola de descarga" msgstr "Cola de descarga"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilidad de descarga" msgstr "Utilidad de descarga"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificación por correo electrónico" msgstr "Notificación por correo electrónico"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Conteo de notificaciones por E-Mail" msgstr "Conteo de notificaciones por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Perfil de correo electrónico" msgstr "Perfil de correo electrónico"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Dirección del destinatario de correo electrónico" msgstr "Dirección del destinatario de correo electrónico"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Dirección del remitente de correo electrónico" msgstr "Dirección del remitente de correo electrónico"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Tema del correo electrónico" msgstr "Tema del correo electrónico"
@ -286,25 +307,25 @@ msgstr "Editar lista negra"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Editar lista blanca" msgstr "Editar lista blanca"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "Activar SafeSearch" msgstr "Activar SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Activar filtros moderados de SafeSearch para YouTube." msgstr "Activar filtros moderados de SafeSearch para YouTube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Activa el servicio Adblock." msgstr "Activa el servicio Adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
"Activar el registro de depuración detallado en caso de errores de " "Activar el registro de depuración detallado en caso de errores de "
"procesamiento." "procesamiento."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Activado" msgstr "Activado"
@ -312,7 +333,7 @@ msgstr "Activado"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "Finalizar marca de tiempo" msgstr "Finalizar marca de tiempo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -324,11 +345,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Trabajo(s) existente(s)" msgstr "Trabajo(s) existente(s)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Dominio de búsqueda de DNS externo" msgstr "Dominio de búsqueda de DNS externo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -341,35 +362,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Criterios de filtro como fecha, dominio o cliente (opcional)" msgstr "Criterios de filtro como fecha, dominio o cliente (opcional)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "Puertos del cortafuegos que deben forzarse localmente." msgstr "Puertos del cortafuegos que deben forzarse localmente."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Zonas de origen del cortafuegos que deben forzarse localmente." msgstr "Zonas de origen del cortafuegos que deben forzarse localmente."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Vaciar caché de DNS" msgstr "Vaciar caché de DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Vacíe la caché de DNS antes del procesamiento de adblock también." msgstr "Vacíe la caché de DNS antes del procesamiento de adblock también."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Forzar DNS local" msgstr "Forzar DNS local"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "Puertos forzados" msgstr "Puertos forzados"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Zonas forzadas" msgstr "Zonas forzadas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -380,7 +401,7 @@ msgstr ""
"instalación adicional del paquete 'tcpdump-mini' y un reinicio completo del " "instalación adicional del paquete 'tcpdump-mini' y un reinicio completo del "
"servicio adblock para que surta efecto." "servicio adblock para que surta efecto."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Configuración general" msgstr "Configuración general"
@ -388,15 +409,15 @@ msgstr "Configuración general"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "Conceder acceso a la aplicación adblock de LuCI" msgstr "Conceder acceso a la aplicación adblock de LuCI"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Información" msgstr "Información"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Directorio de la cárcel" msgstr "Directorio de la cárcel"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Último inicio" msgstr "Último inicio"
@ -404,23 +425,23 @@ msgstr "Último inicio"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "Últimas solicitudes de DNS" msgstr "Últimas solicitudes de DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "Limitar SafeSearch" msgstr "Limitar SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "Limitar SafeSearch a proveedores specíficos." msgstr "Limitar SafeSearch a proveedores specíficos."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Número de línea para eliminar" msgstr "Número de línea para eliminar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Lista de dispositivos de red disponibles utilizados por tcpdump." msgstr "Lista de dispositivos de red disponibles utilizados por tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -429,7 +450,7 @@ msgstr ""
"Elija 'No especificado' para usar un tiempo de espera de inicio clásico en " "Elija 'No especificado' para usar un tiempo de espera de inicio clásico en "
"lugar de un disparador de red." "lugar de un disparador de red."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
@ -437,7 +458,7 @@ msgstr ""
"Lista de backends DNS compatibles con su directorio de lista predeterminado. " "Lista de backends DNS compatibles con su directorio de lista predeterminado. "
"Para sobrescribir la ruta predeterminada, use la opción 'Directorio DNS'." "Para sobrescribir la ruta predeterminada, use la opción 'Directorio DNS'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
"Lista de utilidades de descarga totalmente preconfiguradas y compatibles." "Lista de utilidades de descarga totalmente preconfiguradas y compatibles."
@ -447,14 +468,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "Vista de registro" msgstr "Vista de registro"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Servicio con prioridad baja" msgstr "Servicio con prioridad baja"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Nombre / Dirección IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "¡No hay resultados de consulta!" msgstr "¡No hay resultados de consulta!"
@ -468,7 +485,7 @@ msgstr "¡Aún no hay registros relacionados con adblock!"
msgid "Overview" msgid "Overview"
msgstr "Vista general" msgstr "Vista general"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Perfil utilizado por 'msmtp' para notificaciones de E-Mails adblock." msgstr "Perfil utilizado por 'msmtp' para notificaciones de E-Mails adblock."
@ -482,7 +499,7 @@ msgstr ""
"Consulta listas de bloqueo activas y copias de seguridad para un dominio " "Consulta listas de bloqueo activas y copias de seguridad para un dominio "
"específico." "específico."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -490,11 +507,11 @@ msgstr ""
"Aumente el recuento de notificaciones para obtener correos electrónicos si " "Aumente el recuento de notificaciones para obtener correos electrónicos si "
"el recuento general de la lista de bloqueo es menor o igual al límite dado." "el recuento general de la lista de bloqueo es menor o igual al límite dado."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "Dirección del receptor para la notificación de bloqueos electrónicos." msgstr "Dirección del receptor para la notificación de bloqueos electrónicos."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
@ -502,7 +519,7 @@ msgstr ""
"Redirigir todas las consultas de DNS de las zonas especificadas al sistema " "Redirigir todas las consultas de DNS de las zonas especificadas al sistema "
"de resolución de DNS local, se aplica a los protocolos UDP y TCP." "de resolución de DNS local, se aplica a los protocolos UDP y TCP."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -524,7 +541,7 @@ msgstr "Actualizar informe DNS"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "Temporizador de actualización" msgstr "Temporizador de actualización"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "Actualizar temporizador..." msgstr "Actualizar temporizador..."
@ -532,47 +549,47 @@ msgstr "Actualizar temporizador..."
msgid "Refresh..." msgid "Refresh..."
msgstr "Actualizar..." msgstr "Actualizar..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "Relajar SafeSearch" msgstr "Relajar SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "Recargar" msgstr "Recargar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Eliminar un trabajo existente" msgstr "Eliminar un trabajo existente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Informe de recuento de fragmentos" msgstr "Informe de recuento de fragmentos"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Tamaño del fragmento de informe" msgstr "Tamaño del fragmento de informe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Directorio de informes" msgstr "Directorio de informes"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Interfaz de informe" msgstr "Interfaz de informe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "Informar puertos" msgstr "Informar puertos"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Informe el recuento de fragmentos utilizado por tcpdump." msgstr "Informe el recuento de fragmentos utilizado por tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Informe el tamaño del fragmento utilizado por tcpdump en 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:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
@ -580,29 +597,29 @@ msgstr "Reiniciar"
msgid "Result" msgid "Result"
msgstr "Resultado" msgstr "Resultado"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "Ejecutar directorios" msgstr "Ejecutar directorios"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "Ejecutar banderas" msgstr "Ejecutar banderas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "Ejecutar interfaces" msgstr "Ejecutar interfaces"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "Ejecutar utilidades" msgstr "Ejecutar utilidades"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Guardar" msgstr "Guardar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
@ -610,7 +627,7 @@ msgstr ""
"Enviar correos electrónicos de notificación relacionados con adblock. Tenga " "Enviar correos electrónicos de notificación relacionados con adblock. Tenga "
"en cuenta: esto necesita una instalación adicional del paquete 'msmtp'." "en cuenta: esto necesita una instalación adicional del paquete 'msmtp'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
"Dirección del remitente para los correos electrónicos de notificación de " "Dirección del remitente para los correos electrónicos de notificación de "
@ -620,11 +637,11 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Establecer un nuevo trabajo de adblock" msgstr "Establecer un nuevo trabajo de adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Configuraciones" msgstr "Configuraciones"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
@ -632,15 +649,15 @@ msgstr ""
"Tamaño de la cola de descarga para el procesamiento de descarga (incluida la " "Tamaño de la cola de descarga para el procesamiento de descarga (incluida la "
"clasificación, fusión, etc.) en paralelo." "clasificación, fusión, etc.) en paralelo."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Fuentes (tamaño, enfoque)" msgstr "Fuentes (tamaño, enfoque)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Lista de puertos separados por espacios utilizados por tcpdump." msgstr "Lista de puertos separados por espacios utilizados por tcpdump."
#: 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
"Opciones de configuración especiales para la utilidad de descarga " "Opciones de configuración especiales para la utilidad de descarga "
@ -650,57 +667,57 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "Iniciar marca de tiempo" msgstr "Iniciar marca de tiempo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "Interfaz de activación de inicio" msgstr "Interfaz de activación de inicio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "Estado/Versión" msgstr "Estado/Versión"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Suspender" msgstr "Suspender"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "Directorio de destino para archivos de informes relacionados con DNS." msgstr "Directorio de destino para archivos de informes relacionados con DNS."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "Directorio de destino para copias de seguridad de listas de bloqueo." msgstr "Directorio de destino para copias de seguridad de listas de bloqueo."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
"Directorio de destino para la lista de bloqueo generada 'adb_list.overall'." "Directorio de destino para la lista de bloqueo generada 'adb_list.overall'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
"Directorio de destino para la lista de bloqueo de cárcel generada 'adb_list." "Directorio de destino para la lista de bloqueo de cárcel generada 'adb_list."
"jail'." "jail'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "No se pudo actualizar el temporizador de actualización." msgstr "No se pudo actualizar el temporizador de actualización."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "Se ha actualizado el temporizador de actualización." msgstr "Se ha actualizado el temporizador de actualización."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
"El día de la semana (opt., valores: 1-7 posiblemente separados por , o -)" "El día de la semana (opt., valores: 1-7 posiblemente separados por , o -)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "El reparto de horas (req., rango: 0-23)" msgstr "El reparto de horas (req., rango: 0-23)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "La porción de minutos (opcional, rango: 0-59)" msgstr "La porción de minutos (opcional, rango: 0-59)"
@ -743,7 +760,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Hora" msgstr "Hora"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tiempo de espera para esperar un reinicio de backend de DNS exitoso." msgstr "Tiempo de espera para esperar un reinicio de backend de DNS exitoso."
@ -759,7 +776,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Top 10 estadísticas" msgstr "Top 10 estadísticas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Tema para los correos electrónicos de notificación de adblock." msgstr "Tema para los correos electrónicos de notificación de adblock."
@ -767,7 +784,7 @@ msgstr "Tema para los correos electrónicos de notificación de adblock."
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "Solicitudes DNS Totales" msgstr "Solicitudes DNS Totales"
#: 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Retraso de disparo" msgstr "Retraso de disparo"
@ -776,12 +793,12 @@ msgstr "Retraso de disparo"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "No se pudo guardar los cambios: %s" msgstr "No se pudo guardar los cambios: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "Variantes" msgstr "Variantes"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Registro de depuración detallado" msgstr "Registro de depuración detallado"
@ -798,11 +815,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "Lista blanca..." msgstr "Lista blanca..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)"
@ -810,18 +831,29 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "máx. tamaño del conjunto de resultados" msgstr "máx. tamaño del conjunto de resultados"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "llamado (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "crudo (/tmp)" msgstr "crudo (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "- sin especificar -"
#~ msgid "Blocked Domain"
#~ msgstr "Dominio bloqueado"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "Desactivar la lista blanca selectiva de DNS (pasar por RPZ)."
#~ msgid "Name / IP Address"
#~ msgstr "Nombre / Dirección IP"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "llamado (/var/lib/bind)"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.2-dev\n" "X-Generator: Weblate 4.2-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Toiminta" msgstr "Toiminta"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Aktiiviset lähteet" msgstr "Aktiiviset lähteet"
@ -28,7 +23,7 @@ msgstr "Aktiiviset lähteet"
msgid "Adblock" msgid "Adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Adblockin toimi" msgstr "Adblockin toimi"
@ -48,44 +43,55 @@ msgstr "Lisää tämä (ali-)verkkonimi kieltolistallesi."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Lisää tämä (ali-)verkkonimi sallittujen listallesi." msgstr "Lisää tämä (ali-)verkkonimi sallittujen listallesi."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Lisäasetukset" msgstr "Lisäasetukset"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Ylimääräinen odotusaika sekunteina ennen adblock-käsittelyn aloittamista." "Ylimääräinen odotusaika sekunteina ennen adblock-käsittelyn aloittamista."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "DNS-lisäasetukset" msgstr "DNS-lisäasetukset"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Sähköpostin lisäasetukset" msgstr "Sähköpostin lisäasetukset"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Raportoinnin lisäasetukset" msgstr "Raportoinnin lisäasetukset"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Vastaus" msgstr "Vastaus"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Varmuuskopiohakemisto" msgstr "Varmuuskopiohakemisto"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Oletushakemisto väliaikaistiedostoille" msgstr "Oletushakemisto väliaikaistiedostoille"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -106,19 +112,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Kieltolista..." msgstr "Kieltolista..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Estetty verkkonimi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Estetyt verkkonimet" msgstr "Estetyt verkkonimet"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Kieltolistan varmuuskopio" msgstr "Kieltolistan varmuuskopio"
@ -130,11 +144,11 @@ msgstr "Estolistan kysely"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Estolistojen lähteet" msgstr "Estolistojen lähteet"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -145,12 +159,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Peruuta" msgstr "Peruuta"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -158,7 +172,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "Asiakas" msgstr "Asiakas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -172,28 +190,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Määrä" msgstr "Määrä"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "DNS-sovellus" msgstr "DNS-sovellus"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS:n uudelleenkäynnistyksen aikaraja" msgstr "DNS:n uudelleenkäynnistyksen aikaraja"
@ -201,15 +219,15 @@ msgstr "DNS:n uudelleenkäynnistyksen aikaraja"
msgid "Date" msgid "Date"
msgstr "Päivä" msgstr "Päivä"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Estä DNS:n salliminen" msgstr "Estä DNS:n salliminen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Estä DNS:n uudelleenkäynnistykset" msgstr "Estä DNS:n uudelleenkäynnistykset"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -217,48 +235,51 @@ msgstr ""
"Estä adblockin aiheuttamat DNS-sovelluksen uudelleenkäynnistykset autoload/" "Estä adblockin aiheuttamat DNS-sovelluksen uudelleenkäynnistykset autoload/"
"inotify-funktioilla." "inotify-funktioilla."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Verkkonimi" msgstr "Verkkonimi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Latausparametrit" msgstr "Latausparametrit"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Latausjono" msgstr "Latausjono"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Lataustyökalu" msgstr "Lataustyökalu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Sähköposti-ilmoitus" msgstr "Sähköposti-ilmoitus"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Sähköposti-ilmoitusten määrä" msgstr "Sähköposti-ilmoitusten määrä"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Sähköpostiprofiili" msgstr "Sähköpostiprofiili"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Sähköposti: vastaanottajan osoite" msgstr "Sähköposti: vastaanottajan osoite"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Sähköposti: lähettäjän osoite" msgstr "Sähköposti: lähettäjän osoite"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Sähköposti: otsikko" msgstr "Sähköposti: otsikko"
@ -272,23 +293,23 @@ msgstr "Editoi estolistaa"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Editoi sallittujen lista" msgstr "Editoi sallittujen lista"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Ota Adblock-palvelu käyttöön." msgstr "Ota Adblock-palvelu käyttöön."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Runsas lokisisältö toimintojen virheiden etsimistä varten." msgstr "Runsas lokisisältö toimintojen virheiden etsimistä varten."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Käytössä" msgstr "Käytössä"
@ -296,7 +317,7 @@ msgstr "Käytössä"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -306,11 +327,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Nykyiset työt" msgstr "Nykyiset työt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -320,42 +341,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Suodatintekijät kuten päivä, verkkonimi tai asiakas (valinnainen)" msgstr "Suodatintekijät kuten päivä, verkkonimi tai asiakas (valinnainen)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Tyhjennä DNS-välimuisti" msgstr "Tyhjennä DNS-välimuisti"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Tyhjennä DNS-välimuisti ennen Adblock-sääntöjen käsittelyä." msgstr "Tyhjennä DNS-välimuisti ennen Adblock-sääntöjen käsittelyä."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Pakota paikallinen DNS" msgstr "Pakota paikallinen DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Yleisasetukset" msgstr "Yleisasetukset"
@ -363,15 +384,15 @@ msgstr "Yleisasetukset"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "Salli pääsy Adblock-asetuksiin" msgstr "Salli pääsy Adblock-asetuksiin"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Tietoja" msgstr "Tietoja"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Viimeksi ajettu" msgstr "Viimeksi ajettu"
@ -379,35 +400,35 @@ msgstr "Viimeksi ajettu"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "Viimeiset DNS-kyselyt" msgstr "Viimeiset DNS-kyselyt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "Tuetut ja valmiiksi asetetut lataustyökalut." msgstr "Tuetut ja valmiiksi asetetut lataustyökalut."
@ -416,14 +437,10 @@ msgstr "Tuetut ja valmiiksi asetetut lataustyökalut."
msgid "Log View" msgid "Log View"
msgstr "Lokinäkymä" msgstr "Lokinäkymä"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Matala sovelluksen prioriteetti" msgstr "Matala sovelluksen prioriteetti"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Nimi / IP-osoite"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "Ei kyselyn tuloksia!" msgstr "Ei kyselyn tuloksia!"
@ -437,7 +454,7 @@ msgstr "Ei vielä Adblock-lokeja!"
msgid "Overview" msgid "Overview"
msgstr "Yleiskatsaus" msgstr "Yleiskatsaus"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -449,23 +466,23 @@ msgstr "Kysely"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "Vastaanottajan sähköpostiosoite Adblockin ilmoituksille." msgstr "Vastaanottajan sähköpostiosoite Adblockin ilmoituksille."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -484,7 +501,7 @@ msgstr "Päivitä DNS-raportti"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "Päivitysajastin" msgstr "Päivitysajastin"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "Päivitysajastin..." msgstr "Päivitysajastin..."
@ -492,47 +509,47 @@ msgstr "Päivitysajastin..."
msgid "Refresh..." msgid "Refresh..."
msgstr "Päivitä..." msgstr "Päivitä..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Raporttipalojen määrä" msgstr "Raporttipalojen määrä"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Raporttipalojen koko" msgstr "Raporttipalojen koko"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Raporttihakemisto" msgstr "Raporttihakemisto"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Raportoitava sovitin" msgstr "Raportoitava sovitin"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "Raportoitavat portit" msgstr "Raportoitavat portit"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -540,35 +557,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "Tulos" msgstr "Tulos"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "Ajohakemistot" msgstr "Ajohakemistot"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "Ajo-parametrit" msgstr "Ajo-parametrit"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "Ajettavat sovittimet" msgstr "Ajettavat sovittimet"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Tallenna" msgstr "Tallenna"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "Lähettäjän osoite Adblockin sähköposti-ilmoituksille." msgstr "Lähettäjän osoite Adblockin sähköposti-ilmoituksille."
@ -576,25 +593,25 @@ msgstr "Lähettäjän osoite Adblockin sähköposti-ilmoituksille."
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Asetukset" msgstr "Asetukset"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Lähteet (koko, fokus)" msgstr "Lähteet (koko, fokus)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -602,53 +619,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -680,7 +697,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -694,7 +711,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -702,7 +719,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -711,12 +728,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -731,11 +748,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -743,18 +764,20 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "Blocked Domain"
#~ msgstr "Estetty verkkonimi"
#~ msgid "Name / IP Address"
#~ msgstr "Nimi / IP-osoite"
#~ msgid "DNS File Reset" #~ msgid "DNS File Reset"
#~ msgstr "DNS-tiedoston resetointi" #~ msgstr "DNS-tiedoston resetointi"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.6-dev\n" "X-Generator: Weblate 4.6-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "- non spécifié -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Action" msgstr "Action"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Sources Actives" msgstr "Sources Actives"
@ -28,7 +23,7 @@ msgstr "Sources Actives"
msgid "Adblock" msgid "Adblock"
msgstr "Bloqueur de publicité" msgstr "Bloqueur de publicité"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Action Adblock" msgstr "Action Adblock"
@ -48,45 +43,56 @@ msgstr "Ajout sous-domaine au réseau local blacklisté."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Ajout sous-domaine au réseau local whitelisté." msgstr "Ajout sous-domaine au réseau local whitelisté."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Additionnel Bannis Blocklisté" msgstr "Additionnel Bannis Blocklisté"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Paramètres additionnels" msgstr "Paramètres additionnels"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Délai de déclenchement supplémentaire en secondes avant que le bloqueur de " "Délai de déclenchement supplémentaire en secondes avant que le bloqueur de "
"publicité démarre." "publicité démarre."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Paramètres DNS avancés" msgstr "Paramètres DNS avancés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Paramètres de messagerie électronique avancés" msgstr "Paramètres de messagerie électronique avancés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Paramètres de rapport avancés" msgstr "Paramètres de rapport avancés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Répondre" msgstr "Répondre"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Répertoire de sauvegarde" msgstr "Répertoire de sauvegarde"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Répertoire Temporaire" msgstr "Répertoire Temporaire"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -107,19 +113,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Liste noire ..." msgstr "Liste noire ..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Domaines bloqués"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Domaines bloqués" msgstr "Domaines bloqués"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Sauvegarde de la liste de blocage" msgstr "Sauvegarde de la liste de blocage"
@ -131,11 +145,11 @@ msgstr "Demande Blocklist"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Demande Blocklist..." msgstr "Demande Blocklist..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Sources des listes de blocage" msgstr "Sources des listes de blocage"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -150,12 +164,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Annuler" msgstr "Annuler"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -163,7 +177,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "Client" msgstr "Client"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -182,7 +200,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Compteur" msgstr "Compteur"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -190,22 +208,22 @@ msgstr ""
"Créer des sauvegardes de listes de blocage compressées, elles seront " "Créer des sauvegardes de listes de blocage compressées, elles seront "
"utilisées en cas d'erreurs de téléchargement ou lors du démarrage." "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:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "Backend du DNS" msgstr "Backend du DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Répertoire du DNS" msgstr "Répertoire du DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Rapport DNS" msgstr "Rapport DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Délai de redémarrage DNS" msgstr "Délai de redémarrage DNS"
@ -213,15 +231,15 @@ msgstr "Délai de redémarrage DNS"
msgid "Date" msgid "Date"
msgstr "Date" msgstr "Date"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Désactiver l'autorisation DNS" msgstr "Désactiver l'autorisation DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Désactiver les redémarrages DNS" msgstr "Désactiver les redémarrages DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -229,48 +247,51 @@ msgstr ""
"Désactiver les redémarrages déclenchés par adblock pour les backends dns " "Désactiver les redémarrages déclenchés par adblock pour les backends dns "
"avec des fonctions d'auto-chargement/notification." "avec des fonctions d'auto-chargement/notification."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Désactiver la liste blanche sélective du DNS (passthrough RPZ)." msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Domaine" msgstr "Domaine"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Paramètres Téléchargement" msgstr "Paramètres Téléchargement"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Queue de Téléchargement" msgstr "Queue de Téléchargement"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Télécharger l'utilitaire" msgstr "Télécharger l'utilitaire"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notification E-Mail" msgstr "Notification E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Nombre de notifications par courrier électronique" msgstr "Nombre de notifications par courrier électronique"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Email du profil" msgstr "Email du profil"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adresse e-mail du destinataire" msgstr "Adresse e-mail du destinataire"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adresse électronique de l'expéditeur" msgstr "Adresse électronique de l'expéditeur"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Objet du courrier électronique" msgstr "Objet du courrier électronique"
@ -284,24 +305,24 @@ msgstr "Modifier la liste noire"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Modifier la liste blanche" msgstr "Modifier la liste blanche"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "Activer Safesearch" msgstr "Activer Safesearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Activez les filtres SafeSearch modérés pour youtube." msgstr "Activez les filtres SafeSearch modérés pour youtube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Activer le service adblock." msgstr "Activer le service adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
"Activez la journalisation verbale de débogage en cas d'erreurs de traitement." "Activez la journalisation verbale de débogage en cas d'erreurs de traitement."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Activé" msgstr "Activé"
@ -309,7 +330,7 @@ msgstr "Activé"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -321,11 +342,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Travaux en cours" msgstr "Travaux en cours"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Domaine de recherche DNS externe" msgstr "Domaine de recherche DNS externe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -338,35 +359,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Critère filtre comme la date, domaine, client (option)" msgstr "Critère filtre comme la date, domaine, client (option)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Vider le cache DNS" msgstr "Vider le cache DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Videz également le cache DNS avant le traitement des adblocs." msgstr "Videz également le cache DNS avant le traitement des adblocs."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Forcer le DNS local" msgstr "Forcer le DNS local"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -377,7 +398,7 @@ msgstr ""
"d'un paquet \"tcpdump-mini\" supplémentaire et le redémarrage complet du " "d'un paquet \"tcpdump-mini\" supplémentaire et le redémarrage complet du "
"service adblock pour prendre effet." "service adblock pour prendre effet."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Paramètres généraux" msgstr "Paramètres généraux"
@ -385,15 +406,15 @@ msgstr "Paramètres généraux"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "Donner tout accès à l'application LuCI adblock" msgstr "Donner tout accès à l'application LuCI adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Information" msgstr "Information"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Répertoire des bannis" msgstr "Répertoire des bannis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Dernière exécution" msgstr "Dernière exécution"
@ -401,23 +422,23 @@ msgstr "Dernière exécution"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "Dernière Requêtes DNS" msgstr "Dernière Requêtes DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "Limiter SafeSearch" msgstr "Limiter SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "Limitez SafeSearch à certains fournisseurs." msgstr "Limitez SafeSearch à certains fournisseurs."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Liste des périphériques réseau disponibles utilisés par tcpdump." msgstr "Liste des périphériques réseau disponibles utilisés par tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -426,7 +447,7 @@ msgstr ""
"l'adblock. Choisissez \"non spécifié\" pour utiliser un délai de démarrage " "l'adblock. Choisissez \"non spécifié\" pour utiliser un délai de démarrage "
"classique au lieu d'un déclencheur réseau." "classique au lieu d'un déclencheur réseau."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
@ -435,7 +456,7 @@ msgstr ""
"Pour écraser le chemin d'accès par défaut, utilisez l'option \"Répertoire DNS" "Pour écraser le chemin d'accès par défaut, utilisez l'option \"Répertoire DNS"
"\"." "\"."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
"Liste des utilitaires de téléchargement pris en charge et entièrement pré-" "Liste des utilitaires de téléchargement pris en charge et entièrement pré-"
@ -446,14 +467,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "Vue du journal" msgstr "Vue du journal"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Service en priorité basse" msgstr "Service en priorité basse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Nom / Adresse IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "Pas de résultats de recherche !" msgstr "Pas de résultats de recherche !"
@ -467,7 +484,7 @@ msgstr "Pas encore de journaux liés à l'adblock !"
msgid "Overview" msgid "Overview"
msgstr "Aperçu" msgstr "Aperçu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil utilisé par \"msmtp\" pour les e-mails de notification adblock." msgstr "Profil utilisé par \"msmtp\" pour les e-mails de notification adblock."
@ -481,7 +498,7 @@ msgstr ""
"Recherchez des listes de blocage actives et des sauvegardes pour un domaine " "Recherchez des listes de blocage actives et des sauvegardes pour un domaine "
"spécifique." "spécifique."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -490,19 +507,19 @@ msgstr ""
"électroniques si le nombre total de blocages est inférieur ou égal à la " "électroniques si le nombre total de blocages est inférieur ou égal à la "
"limite donnée." "limite donnée."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
"Adresse du destinataire pour les e-mails de notification du bloqueur de " "Adresse du destinataire pour les e-mails de notification du bloqueur de "
"publicité." "publicité."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -525,7 +542,7 @@ msgstr "Rafraîchir le rapport DNS"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "Rafraichir Horloge" msgstr "Rafraichir Horloge"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "Rafraîchir l'horloge..." msgstr "Rafraîchir l'horloge..."
@ -533,47 +550,47 @@ msgstr "Rafraîchir l'horloge..."
msgid "Refresh..." msgid "Refresh..."
msgstr "Rafraichi..." msgstr "Rafraichi..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "Relax SafeSearch" msgstr "Relax SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Rapporter le nombre de morceaux" msgstr "Rapporter le nombre de morceaux"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Rapporter la taille des morceaux" msgstr "Rapporter la taille des morceaux"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Rapporter le Répertoire" msgstr "Rapporter le Répertoire"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Rapporter l'Interface" msgstr "Rapporter l'Interface"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "Rapport des Ports" msgstr "Rapport des Ports"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Signalez le nombre de morceaux utilisés par tcpdump." msgstr "Signalez le nombre de morceaux utilisés par tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Indiquez la taille des morceaux utilisés par tcpdump en 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:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -581,29 +598,29 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "Resultat" msgstr "Resultat"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "Répertoire de travail" msgstr "Répertoire de travail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "Drapeaux de travail" msgstr "Drapeaux de travail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "Interfaces de travail" msgstr "Interfaces de travail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "Outils de travail" msgstr "Outils de travail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Enregistrer" msgstr "Enregistrer"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
@ -611,7 +628,7 @@ msgstr ""
"Envoyer des e-mails de notification relatifs à l'adblock. Veuillez noter que " "Envoyer des e-mails de notification relatifs à l'adblock. Veuillez noter que "
"l'installation du paquet \"msmtp\" supplémentaire est nécessaire." "l'installation du paquet \"msmtp\" supplémentaire est nécessaire."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
"Adresse de l'expéditeur des courriers électroniques de notification de " "Adresse de l'expéditeur des courriers électroniques de notification de "
@ -621,11 +638,11 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Paramètres" msgstr "Paramètres"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
@ -633,15 +650,15 @@ msgstr ""
"Taille de la file d'attente pour le traitement des téléchargements (y " "Taille de la file d'attente pour le traitement des téléchargements (y "
"compris le tri, la fusion, etc.) en parallèle." "compris le tri, la fusion, etc.) en parallèle."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Sources (Taille, Focus)" msgstr "Sources (Taille, Focus)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Liste des ports utilisés par tcpdump, séparés par des espaces." 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:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
"Options de configuration spéciales pour l'utilitaire de téléchargement " "Options de configuration spéciales pour l'utilitaire de téléchargement "
@ -651,55 +668,55 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "Interface de déclenchmnt de démarrage" msgstr "Interface de déclenchmnt de démarrage"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "Statut / Version" msgstr "Statut / Version"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Mettre en pause" msgstr "Mettre en pause"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
"Répertoire cible pour la liste de blocage générée \"adb_list.overall\"." "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:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." 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\"." msgstr "Répertoire cible pour la liste de blocage générée \"adb_list.jail\"."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "L'horloge de rafraîchissement n'a pas pu être mise à jour." msgstr "L'horloge de rafraîchissement n'a pas pu être mise à jour."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "Horloge mis à jour." msgstr "Horloge mis à jour."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
"Le jour de la semaine (opt., valeurs : 1-7 éventuellement sep. par , ou -)" "Le jour de la semaine (opt., valeurs : 1-7 éventuellement sep. par , ou -)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "La répartition des heures (req., plage : 0-23)" msgstr "La répartition des heures (req., plage : 0-23)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "La répartition des minutes (req., plage : 0-59)" msgstr "La répartition des minutes (req., plage : 0-59)"
@ -742,7 +759,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Heure" msgstr "Heure"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." 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." msgstr "Délai d'attente pour un redémarrage réussi du backend du DNS."
@ -758,7 +775,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Top 10 Statistiques" msgstr "Top 10 Statistiques"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Objet pour les notifications par e-mails d'adblock." msgstr "Objet pour les notifications par e-mails d'adblock."
@ -766,7 +783,7 @@ msgstr "Objet pour les notifications par e-mails d'adblock."
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Délai de déclenchement" msgstr "Délai de déclenchement"
@ -775,12 +792,12 @@ msgstr "Délai de déclenchement"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Sauvegarde Impossible: %s" msgstr "Sauvegarde Impossible: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Logs en mode verbeux" msgstr "Logs en mode verbeux"
@ -797,11 +814,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "Liste Blanche..." msgstr "Liste Blanche..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)"
@ -809,18 +830,29 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "taille max. des résultats" msgstr "taille max. des résultats"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "raw (/tmp)" msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "- non spécifié -"
#~ msgid "Blocked Domain"
#~ msgstr "Domaines bloqués"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "Désactiver la liste blanche sélective du DNS (passthrough RPZ)."
#~ msgid "Name / IP Address"
#~ msgstr "Nom / Adresse IP"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "named (/var/lib/bind)"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -11,16 +11,11 @@ msgstr ""
"n % 10 == 0) ? 2 : 3));\n" "n % 10 == 0) ? 2 : 3));\n"
"X-Generator: Weblate 4.5-dev\n" "X-Generator: Weblate 4.5-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "" msgstr ""
@ -29,7 +24,7 @@ msgstr ""
msgid "Adblock" msgid "Adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -49,43 +44,54 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -102,19 +108,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -126,11 +140,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -141,12 +155,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "ביטול" msgstr "ביטול"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -154,7 +168,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -168,28 +186,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -197,62 +215,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -266,23 +287,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "" msgstr ""
@ -290,7 +311,7 @@ msgstr ""
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -300,11 +321,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -314,42 +335,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -357,15 +378,15 @@ msgstr ""
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -373,35 +394,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -410,14 +431,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -431,7 +448,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -443,23 +460,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -478,7 +495,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -486,47 +503,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -534,35 +551,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -570,25 +587,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "הגדרות" msgstr "הגדרות"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -596,53 +613,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -674,7 +691,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -688,7 +705,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -696,7 +713,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -705,12 +722,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -725,11 +742,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -737,14 +758,10 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""

View file

@ -4,16 +4,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "" msgstr ""
@ -22,7 +17,7 @@ msgstr ""
msgid "Adblock" msgid "Adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -42,43 +37,54 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -95,19 +101,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -119,11 +133,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -134,12 +148,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -147,7 +161,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -161,28 +179,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -190,62 +208,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -259,23 +280,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "" msgstr ""
@ -283,7 +304,7 @@ msgstr ""
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -293,11 +314,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -307,42 +328,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -350,15 +371,15 @@ msgstr ""
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -366,35 +387,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -403,14 +424,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -424,7 +441,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -436,23 +453,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -471,7 +488,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -479,47 +496,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -527,35 +544,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -563,25 +580,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -589,53 +606,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -667,7 +684,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -681,7 +698,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -689,7 +706,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -698,12 +715,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -718,11 +735,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -730,14 +751,10 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5-dev\n" "X-Generator: Weblate 4.5-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Művelet" msgstr "Művelet"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "" msgstr ""
@ -28,7 +23,7 @@ msgstr ""
msgid "Adblock" msgid "Adblock"
msgstr "Reklámblokkoló" msgstr "Reklámblokkoló"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -48,45 +43,56 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"További aktiválókésleltetés másodpercben, mielőtt a reklámblokkolás " "További aktiválókésleltetés másodpercben, mielőtt a reklámblokkolás "
"feldolgozása elkezdődik." "feldolgozása elkezdődik."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Válasz" msgstr "Válasz"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Biztonsági mentés könyvtára" msgstr "Biztonsági mentés könyvtára"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -103,19 +109,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Blokkolt tartomány"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -127,11 +141,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Blokkolási lista forrásai" msgstr "Blokkolási lista forrásai"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -142,12 +156,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Mégse" msgstr "Mégse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -155,7 +169,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "Ügyfél" msgstr "Ügyfél"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -169,28 +187,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Darabszám" msgstr "Darabszám"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS könyvtár" msgstr "DNS könyvtár"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -198,62 +216,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Dátum" msgstr "Dátum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Tartomány" msgstr "Tartomány"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Letöltési segédprogram" msgstr "Letöltési segédprogram"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-mail értesítés" msgstr "E-mail értesítés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-mail fogadócím" msgstr "E-mail fogadócím"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -267,23 +288,23 @@ msgstr "Feketelista szerkesztése"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Fehérlista szerkesztése" msgstr "Fehérlista szerkesztése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Engedélyezve" msgstr "Engedélyezve"
@ -291,7 +312,7 @@ msgstr "Engedélyezve"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -301,11 +322,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -315,42 +336,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "DNS gyorsítótár kiürítése" msgstr "DNS gyorsítótár kiürítése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Helyi DNS kényszerítése" msgstr "Helyi DNS kényszerítése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Általános Beállítások" msgstr "Általános Beállítások"
@ -358,15 +379,15 @@ msgstr "Általános Beállítások"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Utolsó futás" msgstr "Utolsó futás"
@ -374,35 +395,35 @@ msgstr "Utolsó futás"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
"A támogatott és teljesen előre beállított letöltési segédprogramok listája." "A támogatott és teljesen előre beállított letöltési segédprogramok listája."
@ -412,14 +433,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Alacsony prioritású szolgáltatás" msgstr "Alacsony prioritású szolgáltatás"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -433,7 +450,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Áttekintés" msgstr "Áttekintés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -445,23 +462,23 @@ msgstr "Lekérdezés"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "Fogadó címe a reklámblokkoló értesítési e-mailekhez." msgstr "Fogadó címe a reklámblokkoló értesítési e-mailekhez."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -480,7 +497,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -488,47 +505,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Darabok számának jelentése" msgstr "Darabok számának jelentése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Darabok méretének jelentése" msgstr "Darabok méretének jelentése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Könyvtár jelentése" msgstr "Könyvtár jelentése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Csatoló jelentése" msgstr "Csatoló jelentése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -536,35 +553,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Mentés" msgstr "Mentés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -572,25 +589,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -598,53 +615,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Felfüggesztés" msgstr "Felfüggesztés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." 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." 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:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -678,7 +695,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Idő" msgstr "Idő"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -692,7 +709,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -700,7 +717,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Aktiváló késleltetése" msgstr "Aktiváló késleltetése"
@ -709,12 +726,12 @@ msgstr "Aktiváló késleltetése"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Részletes hibakeresési naplózás" msgstr "Részletes hibakeresési naplózás"
@ -729,11 +746,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -741,18 +762,17 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "Blocked Domain"
#~ msgstr "Blokkolt tartomány"
#~ msgid "DNS File Reset" #~ msgid "DNS File Reset"
#~ msgstr "DNS fájlvisszaállítás" #~ msgstr "DNS fájlvisszaállítás"

View file

@ -13,16 +13,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.6-dev\n" "X-Generator: Weblate 4.6-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Azione" msgstr "Azione"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Sorgenti attive" msgstr "Sorgenti attive"
@ -31,7 +26,7 @@ msgstr "Sorgenti attive"
msgid "Adblock" msgid "Adblock"
msgstr "Adblock" msgstr "Adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -51,43 +46,54 @@ msgstr "Aggiungi questo (sotto)dominio alla tua lista nera locale."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Aggiungi questo (sotto)dominio alla tua lista bianca locale." msgstr "Aggiungi questo (sotto)dominio alla tua lista bianca locale."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Impostazioni aggiuntive" msgstr "Impostazioni aggiuntive"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "Tempo addizionale in secondi di attesa prima che adblock si avvii." msgstr "Tempo addizionale in secondi di attesa prima che adblock si avvii."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Impostazioni DNS avanzate" msgstr "Impostazioni DNS avanzate"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Impostazioni E-Mail avanzate" msgstr "Impostazioni E-Mail avanzate"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Impostazioni avanzate dei report" msgstr "Impostazioni avanzate dei report"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Risposta" msgstr "Risposta"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Directory del Backup" msgstr "Directory del Backup"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -104,19 +110,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Domini bloccati"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -128,11 +142,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Fonti lista di Blocco" msgstr "Fonti lista di Blocco"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -143,12 +157,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Annulla" msgstr "Annulla"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -156,7 +170,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "Client" msgstr "Client"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -174,7 +192,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Numero" msgstr "Numero"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -182,22 +200,22 @@ msgstr ""
"Crea dei backup delle liste di blocco comrpessi, saranno usati " "Crea dei backup delle liste di blocco comrpessi, saranno usati "
"nell'evenienza di errori nello scaricamento o all'avvio." "nell'evenienza di errori nello scaricamento o all'avvio."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "Backend DNS" msgstr "Backend DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Directory DNS" msgstr "Directory DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Report del DNS" msgstr "Report del DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Tempo di riavvio del DNS" msgstr "Tempo di riavvio del DNS"
@ -205,62 +223,65 @@ msgstr "Tempo di riavvio del DNS"
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Dominio" msgstr "Dominio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilità di Scaricamento" msgstr "Utilità di Scaricamento"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notifica E-Mail" msgstr "Notifica E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Mail destinatario" msgstr "E-Mail destinatario"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -274,23 +295,23 @@ msgstr "Modifica Lista Nera"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Modifica Lista Bianca" msgstr "Modifica Lista Bianca"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Inglese (sviluppatore)" msgstr "Inglese (sviluppatore)"
@ -298,7 +319,7 @@ msgstr "Inglese (sviluppatore)"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -308,11 +329,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -322,42 +343,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Pulisci Cache DNS" msgstr "Pulisci Cache DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Forza DNS Locale" msgstr "Forza DNS Locale"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Impostazioni Generali" msgstr "Impostazioni Generali"
@ -365,15 +386,15 @@ msgstr "Impostazioni Generali"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Ultimo Avvio" msgstr "Ultimo Avvio"
@ -381,35 +402,35 @@ msgstr "Ultimo Avvio"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
"Elenco delle utility di download supportate e completamente preconfigurate." "Elenco delle utility di download supportate e completamente preconfigurate."
@ -419,14 +440,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Serviio a bassa priorità" msgstr "Serviio a bassa priorità"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -440,7 +457,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Riassunto" msgstr "Riassunto"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -452,24 +469,24 @@ msgstr "Interrogazione"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
"Indirizzo del destinatario per e-mail di notifica di blocco degli annunci." "Indirizzo del destinatario per e-mail di notifica di blocco degli annunci."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -488,7 +505,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -496,47 +513,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Directory dei report" msgstr "Directory dei report"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -544,35 +561,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Salva" msgstr "Salva"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -580,25 +597,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Impostazioni" msgstr "Impostazioni"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -606,53 +623,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Sospendi" msgstr "Sospendi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Directory per la lista di blocco generata '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:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -685,7 +702,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -699,7 +716,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -707,7 +724,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Ritardo Innesco" msgstr "Ritardo Innesco"
@ -716,12 +733,12 @@ msgstr "Ritardo Innesco"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Registro di Debug Dettagliato" msgstr "Registro di Debug Dettagliato"
@ -736,11 +753,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -748,18 +769,17 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "Blocked Domain"
#~ msgstr "Domini bloccati"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -13,16 +13,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.6-dev\n" "X-Generator: Weblate 4.6-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "詳細不明"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "アクション" msgstr "アクション"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "アクティブなソース" msgstr "アクティブなソース"
@ -31,7 +26,7 @@ msgstr "アクティブなソース"
msgid "Adblock" msgid "Adblock"
msgstr "Adblock" msgstr "Adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "アドブロックアクション" msgstr "アドブロックアクション"
@ -51,43 +46,54 @@ msgstr "この(サブ)ドメインをローカルのブラックリストに追
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "この(サブ)ドメインをローカルのホワイトリストに追加します。" msgstr "この(サブ)ドメインをローカルのホワイトリストに追加します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "追加のJailブロックリスト" msgstr "追加のJailブロックリスト"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "追加設定" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "Adblock の処理が開始されるまでの、追加の遅延時間(秒)です。" msgstr "Adblock の処理が開始されるまでの、追加の遅延時間(秒)です。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "DNS の詳細設定" msgstr "DNS の詳細設定"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Eメールの詳細設定" msgstr "Eメールの詳細設定"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "リポートの詳細設定" msgstr "リポートの詳細設定"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "回答" msgstr "回答"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "バックアップ先 ディレクトリ" msgstr "バックアップ先 ディレクトリ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "ベースとなるテンポラリディレクトリ" msgstr "ベースとなるテンポラリディレクトリ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -107,19 +113,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "ブラックリスト..." msgstr "ブラックリスト..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "ブロックされたDNSリクエスト" msgstr "ブロックされたDNSリクエスト"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "ブロックされたドメイン"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "ブロックされたドメイン" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "ブロックリストのバックアップ" msgstr "ブロックリストのバックアップ"
@ -131,11 +145,11 @@ msgstr "ブロックリストのクエリ"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "ブロックリストのクエリ..." msgstr "ブロックリストのクエリ..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "ブロックリスト提供元" msgstr "ブロックリスト提供元"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -149,12 +163,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "キャンセル" msgstr "キャンセル"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -162,7 +176,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "クライアント" msgstr "クライアント"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -180,7 +198,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "カウント" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -188,22 +206,22 @@ msgstr ""
"圧縮されたブロックリストのバックアップを作成します。ダウンロードエラーや起動" "圧縮されたブロックリストのバックアップを作成します。ダウンロードエラーや起動"
"時に使用されます。" "時に使用されます。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "DNSバックエンド" msgstr "DNSバックエンド"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS ディレクトリ" msgstr "DNS ディレクトリ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNSレポート" msgstr "DNSレポート"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS再起動タイムアウト" msgstr "DNS再起動タイムアウト"
@ -211,15 +229,15 @@ msgstr "DNS再起動タイムアウト"
msgid "Date" msgid "Date"
msgstr "日付" msgstr "日付"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "DNS許可を無効化" msgstr "DNS許可を無効化"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "DNS再起動を無効化" msgstr "DNS再起動を無効化"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -227,48 +245,51 @@ msgstr ""
"autoload/inotify機能を使用してDNSバックエンドのadblockの再起動トリガーを無効" "autoload/inotify機能を使用してDNSバックエンドのadblockの再起動トリガーを無効"
"にします。" "にします。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "セレクティブDNSホワイトリスティングを無効化(RPZパススルー)。" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "ドメイン" msgstr "ドメイン"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "ダウンロードのパラメータ" msgstr "ダウンロードのパラメータ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "ダウンロードキュー" msgstr "ダウンロードキュー"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "ダウンロードユーティリティ" msgstr "ダウンロードユーティリティ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Eメール通知" msgstr "Eメール通知"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Eメール通知数" msgstr "Eメール通知数"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Eメールプロファイル" msgstr "Eメールプロファイル"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Eメール受信アドレス" msgstr "Eメール受信アドレス"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Eメール送信者アドレス" msgstr "Eメール送信者アドレス"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Eメールトピック" msgstr "Eメールトピック"
@ -282,23 +303,23 @@ msgstr "ブラックリストの編集"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "ホワイトリストの編集" msgstr "ホワイトリストの編集"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "セーフサーチを有効化" msgstr "セーフサーチを有効化"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "youtube用の適度なセーフサーチフィルタを有効にします。" msgstr "youtube用の適度なセーフサーチフィルタを有効にします。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "adblockサービスを有効にします。" msgstr "adblockサービスを有効にします。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "エラーが発生した際に詳細なデバッグロギングを有効にします。" msgstr "エラーが発生した際に詳細なデバッグロギングを有効にします。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "有効" msgstr "有効"
@ -306,7 +327,7 @@ msgstr "有効"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "終了タイムスタンプ" msgstr "終了タイムスタンプ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -318,11 +339,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "既存のジョブ" msgstr "既存のジョブ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "外部DNSルックアップドメイン" msgstr "外部DNSルックアップドメイン"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -334,35 +355,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "日付、ドメイン、クライアントなどのフィルター基準(オプション)" msgstr "日付、ドメイン、クライアントなどのフィルター基準(オプション)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "DNS キャッシュのクリア" msgstr "DNS キャッシュのクリア"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "adblockが正常に動くようにするため、事前にDNSキャッシュをクリアします。" msgstr "adblockが正常に動くようにするため、事前にDNSキャッシュをクリアします。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "ローカル DNS の強制" msgstr "ローカル DNS の強制"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -372,7 +393,7 @@ msgstr ""
"ポートを提供します。 注意: これを有効にするには、追加の「tcpdump-mini」パッ" "ポートを提供します。 注意: これを有効にするには、追加の「tcpdump-mini」パッ"
"ケージのインストールと完全なadblockサービスの再起動が必要です。" "ケージのインストールと完全なadblockサービスの再起動が必要です。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "一般設定" msgstr "一般設定"
@ -380,15 +401,15 @@ msgstr "一般設定"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "LuCIアプリのadblockへのアクセスを許可" msgstr "LuCIアプリのadblockへのアクセスを許可"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "情報" msgstr "情報"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Jailディレクトリ" msgstr "Jailディレクトリ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "最終実行" msgstr "最終実行"
@ -396,23 +417,23 @@ msgstr "最終実行"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "最新のDNSリクエスト" msgstr "最新のDNSリクエスト"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "セーフサーチを制限" msgstr "セーフサーチを制限"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "セーフサーチを特定のプロバイダに制限します。" msgstr "セーフサーチを特定のプロバイダに制限します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "削除する行番号" msgstr "削除する行番号"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "tcpdumpが使用する利用可能なネットワークデバイス一覧です。" msgstr "tcpdumpが使用する利用可能なネットワークデバイス一覧です。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -420,7 +441,7 @@ msgstr ""
"adblockの開始をトリガーできるネットワークインターフェース一覧です。未指定を選" "adblockの開始をトリガーできるネットワークインターフェース一覧です。未指定を選"
"択するとトリガーの代わりに従来のスタートアップタイムアウトを使用します。" "択するとトリガーの代わりに従来のスタートアップタイムアウトを使用します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
@ -428,7 +449,7 @@ msgstr ""
"デフォルトのリストディレクトリを使用するDNSバックエンド一覧です。デフォルトの" "デフォルトのリストディレクトリを使用するDNSバックエンド一覧です。デフォルトの"
"パスを上書きするには'DNSディレクトリ'オプションを使用してください。" "パスを上書きするには'DNSディレクトリ'オプションを使用してください。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "サポートされ、かつ設定済のダウンロード ユーティリティの一覧です。" msgstr "サポートされ、かつ設定済のダウンロード ユーティリティの一覧です。"
@ -437,14 +458,10 @@ msgstr "サポートされ、かつ設定済のダウンロード ユーティ
msgid "Log View" msgid "Log View"
msgstr "ログビュー" msgstr "ログビュー"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "優先度が低いサービス" msgstr "優先度が低いサービス"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "名前 / IPアドレス"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "検索結果がありません!" msgstr "検索結果がありません!"
@ -458,7 +475,7 @@ msgstr "まだadblolck関連のログがありません"
msgid "Overview" msgid "Overview"
msgstr "概要" msgstr "概要"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "'msmtp'をadblock通知Eメールに使用するプロファイル。" msgstr "'msmtp'をadblock通知Eメールに使用するプロファイル。"
@ -470,7 +487,7 @@ msgstr "検索"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "特定のドメインのアクティブなブロックリストとバックアップを検索します。" msgstr "特定のドメインのアクティブなブロックリストとバックアップを検索します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -478,17 +495,17 @@ msgstr ""
"通知数を上げて、ブロックリスト全体の数が指定された制限以下の場合に電子メール" "通知数を上げて、ブロックリスト全体の数が指定された制限以下の場合に電子メール"
"を取得します。" "を取得します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "adblock 通知メールの受信アドレスです。" msgstr "adblock 通知メールの受信アドレスです。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -510,7 +527,7 @@ msgstr "DNSリポートをリフレッシュ"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "リフレッシュタイマー" msgstr "リフレッシュタイマー"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "タイマーをリフレッシュ..." msgstr "タイマーをリフレッシュ..."
@ -518,47 +535,47 @@ msgstr "タイマーをリフレッシュ..."
msgid "Refresh..." msgid "Refresh..."
msgstr "リフレッシュ..." msgstr "リフレッシュ..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "リラックスセーフサーチ" msgstr "リラックスセーフサーチ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "リロード" msgstr "リロード"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "既存のジョブを削除" msgstr "既存のジョブを削除"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "レポート チャンクカウント" msgstr "レポート チャンクカウント"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "レポート チャンクサイズ" msgstr "レポート チャンクサイズ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "レポート ディレクトリ" msgstr "レポート ディレクトリ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "レポート インターフェース" msgstr "レポート インターフェース"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "レポートポート" msgstr "レポートポート"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "tcpdumpによって使用されるレポートチャンク数。" msgstr "tcpdumpによって使用されるレポートチャンク数。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "tcpdumpがメガバイト単位で使用するレポートチャンクサイズ。" msgstr "tcpdumpがメガバイト単位で使用するレポートチャンクサイズ。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "再起動" msgstr "再起動"
@ -566,29 +583,29 @@ msgstr "再起動"
msgid "Result" msgid "Result"
msgstr "結果" msgstr "結果"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "実行ディレクトリ" msgstr "実行ディレクトリ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "実行フラグ" msgstr "実行フラグ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "実行インターフェース" msgstr "実行インターフェース"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "実行ユーティリティー" msgstr "実行ユーティリティー"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "保存" msgstr "保存"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
@ -596,7 +613,7 @@ msgstr ""
"adblock関連の通知Eメールを送信します。注意: これは追加の'msmtp'パッケージのイ" "adblock関連の通知Eメールを送信します。注意: これは追加の'msmtp'パッケージのイ"
"ンストールが必要です。" "ンストールが必要です。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "adblockの通知Eメール送信者アドレス。" msgstr "adblockの通知Eメール送信者アドレス。"
@ -604,11 +621,11 @@ msgstr "adblockの通知Eメール送信者アドレス。"
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "設定" msgstr "設定"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
@ -616,15 +633,15 @@ msgstr ""
"ダウンロード処理(並べ替え、統合など)のダウンロードキューのサイズを並列で指定" "ダウンロード処理(並べ替え、統合など)のダウンロードキューのサイズを並列で指定"
"します。" "します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "ソース(サイズ、フォーカス)" msgstr "ソース(サイズ、フォーカス)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdumpが使用するポートの、スペースで区切られたリスト。" msgstr "tcpdumpが使用するポートの、スペースで区切られたリスト。"
#: 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "選択したダウンロードユーティリティーの特別な設定オプション。" msgstr "選択したダウンロードユーティリティーの特別な設定オプション。"
@ -632,54 +649,54 @@ msgstr "選択したダウンロードユーティリティーの特別な設定
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "開始タイムスタンプ" msgstr "開始タイムスタンプ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "起動時トリガーインターフェース" msgstr "起動時トリガーインターフェース"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "ステータス / バージョン" msgstr "ステータス / バージョン"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "一時停止" msgstr "一時停止"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "生成されたブロックリスト 'adb_list.overall' の保存先ディレクトリです。" msgstr "生成されたブロックリスト 'adb_list.overall' の保存先ディレクトリです。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
"生成されたjailブロックリスト'adb_list.jail'のターゲットディレクトリです。" "生成されたjailブロックリスト'adb_list.jail'のターゲットディレクトリです。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "リフレッシュタイマーを更新できませんでした。" msgstr "リフレッシュタイマーを更新できませんでした。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "リフレッシュタイマーが更新されました。" msgstr "リフレッシュタイマーが更新されました。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "曜日(オプション、1-7の値。, または - で区切る)" msgstr "曜日(オプション、1-7の値。, または - で区切る)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "時(必須、0-23の値)" msgstr "時(必須、0-23の値)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "分(オプション、0-59の値)" msgstr "分(オプション、0-59の値)"
@ -717,7 +734,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "時刻" msgstr "時刻"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "DNSバックエンドの再起動が成功するまでのタイムアウト。" msgstr "DNSバックエンドの再起動が成功するまでのタイムアウト。"
@ -733,7 +750,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "上位10項目" msgstr "上位10項目"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "adblockの通知Eメールのトピック。" msgstr "adblockの通知Eメールのトピック。"
@ -741,7 +758,7 @@ msgstr "adblockの通知Eメールのトピック。"
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "DNSリクエスト合計" msgstr "DNSリクエスト合計"
#: 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "トリガ遅延" msgstr "トリガ遅延"
@ -750,12 +767,12 @@ msgstr "トリガ遅延"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "変更を保存できませんでした: %s" msgstr "変更を保存できませんでした: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "詳細なデバッグ ログ" msgstr "詳細なデバッグ ログ"
@ -772,11 +789,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "ホワイトリスト..." msgstr "ホワイトリスト..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)"
@ -784,18 +805,29 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "最大の結果セットサイズ" msgstr "最大の結果セットサイズ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "raw (/tmp)" msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "詳細不明"
#~ msgid "Blocked Domain"
#~ msgstr "ブロックされたドメイン"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "セレクティブDNSホワイトリスティングを無効化(RPZパススルー)。"
#~ msgid "Name / IP Address"
#~ msgstr "名前 / IPアドレス"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "named (/var/lib/bind)"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.5.2-dev\n" "X-Generator: Weblate 4.5.2-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "- 명시되지 않음 -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "액션" msgstr "액션"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "활성화된 소스" msgstr "활성화된 소스"
@ -28,7 +23,7 @@ msgstr "활성화된 소스"
msgid "Adblock" msgid "Adblock"
msgstr "Adblock" msgstr "Adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Adblock 액션" msgstr "Adblock 액션"
@ -48,45 +43,56 @@ msgstr "이 (서브)도메인을 로컬 블랙리스트에 추가."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "이 (서브)도메인을 로컬 화이트리스트에 추가." msgstr "이 (서브)도메인을 로컬 화이트리스트에 추가."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "추가적인 Jail 블록리스트" msgstr "추가적인 Jail 블록리스트"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "추가 설정" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "고급 DNS 설정" msgstr "고급 DNS 설정"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "고급 이메일 설정" msgstr "고급 이메일 설정"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "고급 리포트 설정" msgstr "고급 리포트 설정"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
#, fuzzy #, fuzzy
msgid "Answer" msgid "Answer"
msgstr "답변" msgstr "답변"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
#, fuzzy #, fuzzy
msgid "Backup Directory" msgid "Backup Directory"
msgstr "백업 경로" msgstr "백업 경로"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -105,19 +111,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "블랙리스트..." msgstr "블랙리스트..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "차단된 DNS 요청" msgstr "차단된 DNS 요청"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "차단된 도메인"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "차단된 도메인들" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "차단목록 백업" msgstr "차단목록 백업"
@ -129,11 +143,11 @@ msgstr "블록리스트 쿼리"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "블록리스트 등록..." msgstr "블록리스트 등록..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -144,12 +158,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "취소" msgstr "취소"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -157,7 +171,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -171,28 +189,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -200,62 +218,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -269,23 +290,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "활성화" msgstr "활성화"
@ -293,7 +314,7 @@ msgstr "활성화"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -303,11 +324,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -317,42 +338,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "기본 설정" msgstr "기본 설정"
@ -360,15 +381,15 @@ msgstr "기본 설정"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -376,35 +397,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -413,14 +434,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -434,7 +451,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -446,23 +463,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -481,7 +498,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -489,47 +506,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -537,35 +554,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -573,25 +590,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -599,53 +616,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -677,7 +694,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -691,7 +708,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -699,7 +716,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -708,12 +725,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -728,11 +745,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -740,14 +761,16 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "- unspecified -"
#~ msgstr "- 명시되지 않음 -"
#~ msgid "Blocked Domain"
#~ msgstr "차단된 도메인"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11-dev\n" "X-Generator: Weblate 3.11-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "" msgstr ""
@ -28,7 +23,7 @@ msgstr ""
msgid "Adblock" msgid "Adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -48,43 +43,54 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -101,19 +107,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -125,11 +139,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -140,12 +154,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -153,7 +167,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -167,28 +185,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -196,62 +214,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -265,23 +286,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "सक्षम केले" msgstr "सक्षम केले"
@ -289,7 +310,7 @@ msgstr "सक्षम केले"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -299,11 +320,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -313,42 +334,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -356,15 +377,15 @@ msgstr ""
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -372,35 +393,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -409,14 +430,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -430,7 +447,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "आढावा" msgstr "आढावा"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -442,23 +459,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -477,7 +494,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -485,47 +502,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -533,35 +550,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -569,25 +586,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -595,53 +612,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -673,7 +690,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -687,7 +704,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -695,7 +712,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -704,12 +721,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -724,11 +741,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -736,15 +757,11 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n" "X-Generator: Weblate 3.10-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Tindakan" msgstr "Tindakan"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "" msgstr ""
@ -28,7 +23,7 @@ msgstr ""
msgid "Adblock" msgid "Adblock"
msgstr "Sekatan Iklan" msgstr "Sekatan Iklan"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -48,43 +43,54 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "Terdapat kelewatan picu dalam saat sebelum proses adblock bermula." msgstr "Terdapat kelewatan picu dalam saat sebelum proses adblock bermula."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Jawapan" msgstr "Jawapan"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Direktori Sandaran" msgstr "Direktori Sandaran"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -101,19 +107,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Kawasan Liputan Yang telah disekat"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -125,11 +139,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Punca Senarai Sekatan" msgstr "Punca Senarai Sekatan"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -140,12 +154,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -153,7 +167,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "Pelanggan" msgstr "Pelanggan"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -167,28 +185,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Kiraan" msgstr "Kiraan"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Direktori DNS" msgstr "Direktori DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -196,62 +214,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Tarikh" msgstr "Tarikh"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -265,23 +286,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "" msgstr ""
@ -289,7 +310,7 @@ msgstr ""
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -299,11 +320,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -313,42 +334,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -356,15 +377,15 @@ msgstr ""
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -372,35 +393,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -409,14 +430,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -430,7 +447,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -442,23 +459,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -477,7 +494,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -485,47 +502,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -533,35 +550,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -569,25 +586,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -595,53 +612,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -673,7 +690,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -687,7 +704,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -695,7 +712,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -704,12 +721,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -724,11 +741,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -736,18 +757,17 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "Blocked Domain"
#~ msgstr "Kawasan Liputan Yang telah disekat"
#~ msgid "DNS File Reset" #~ msgid "DNS File Reset"
#~ msgstr "Reset fail DNS" #~ msgstr "Reset fail DNS"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.6-dev\n" "X-Generator: Weblate 4.6-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "- ubestemt -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Handling" msgstr "Handling"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Aktive kilder" msgstr "Aktive kilder"
@ -28,7 +23,7 @@ msgstr "Aktive kilder"
msgid "Adblock" msgid "Adblock"
msgstr "Reklameblokkering" msgstr "Reklameblokkering"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Reklameblokkeringshandling" msgstr "Reklameblokkeringshandling"
@ -48,45 +43,56 @@ msgstr "Legg til dette (under-)domenet til i din lokale svarteliste."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Legg til dette (under-)domenet til i din lokale hvitliste." msgstr "Legg til dette (under-)domenet til i din lokale hvitliste."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Ytterligere fengselssvarteliste" msgstr "Ytterligere fengselssvarteliste"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Ytterligere innstillinger" msgstr "Ytterligere innstillinger"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Ytterligere utløserforsinkelse i sekunder før behandling av " "Ytterligere utløserforsinkelse i sekunder før behandling av "
"reklameblokkering starter." "reklameblokkering starter."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Avanserte DNS-innstillinger" msgstr "Avanserte DNS-innstillinger"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Avanserte e-postinnstillinger" msgstr "Avanserte e-postinnstillinger"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Avanserte rapporteringsinnstillinger" msgstr "Avanserte rapporteringsinnstillinger"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Svar" msgstr "Svar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Sikkerhetskopimappe" msgstr "Sikkerhetskopimappe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -106,19 +112,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Svartelist …" msgstr "Svartelist …"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "Blokkerte DNS-forespørsler" msgstr "Blokkerte DNS-forespørsler"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Blokkert domene"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Blokkerte domener" msgstr "Blokkerte domener"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Blokkeringslistesikkerhetskopi" msgstr "Blokkeringslistesikkerhetskopi"
@ -130,11 +144,11 @@ msgstr "Blokkeringslistespørring"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Blokkeringslistespørring …" msgstr "Blokkeringslistespørring …"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Blokklistekilder" msgstr "Blokklistekilder"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -145,12 +159,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Avbryt" msgstr "Avbryt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "Kategorier" msgstr "Kategorier"
@ -158,7 +172,11 @@ msgstr "Kategorier"
msgid "Client" msgid "Client"
msgstr "Klient" msgstr "Klient"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -172,28 +190,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Antall" msgstr "Antall"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "DNS-bakende" msgstr "DNS-bakende"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS-mappe" msgstr "DNS-mappe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS-rapport" msgstr "DNS-rapport"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS-omstartstidsavbrudd" msgstr "DNS-omstartstidsavbrudd"
@ -201,62 +219,65 @@ msgstr "DNS-omstartstidsavbrudd"
msgid "Date" msgid "Date"
msgstr "Dato" msgstr "Dato"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Skru av DNS-tillatelse" msgstr "Skru av DNS-tillatelse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Skru av DNS-omstarter" msgstr "Skru av DNS-omstarter"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Domene" msgstr "Domene"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Nedlastingsparametre" msgstr "Nedlastingsparametre"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Nedlastingskø" msgstr "Nedlastingskø"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Nedlastingsverktøy" msgstr "Nedlastingsverktøy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-postmerknad" msgstr "E-postmerknad"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "E-postmerknadsantall" msgstr "E-postmerknadsantall"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-postprofil" msgstr "E-postprofil"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-postmottagersadresse" msgstr "E-postmottagersadresse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-postsenderadresse" msgstr "E-postsenderadresse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-postemne" msgstr "E-postemne"
@ -270,24 +291,24 @@ msgstr "Rediger svarteliste"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Rediger hvitliste" msgstr "Rediger hvitliste"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "Skru på SafeSearch" msgstr "Skru på SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
#, fuzzy #, fuzzy
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Skru på moderate SafeSearch-filtre for YouTube." msgstr "Skru på moderate SafeSearch-filtre for YouTube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Skru på reklameblokkeringstjenesten." msgstr "Skru på reklameblokkeringstjenesten."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Påskrudd" msgstr "Påskrudd"
@ -295,7 +316,7 @@ msgstr "Påskrudd"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "Slutt-tidsstempel" msgstr "Slutt-tidsstempel"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -305,11 +326,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Eksisterende jobb(er)" msgstr "Eksisterende jobb(er)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Eksternt DNS-oppslagsdomene" msgstr "Eksternt DNS-oppslagsdomene"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -319,42 +340,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Tøm DNS-hurtiglageret" msgstr "Tøm DNS-hurtiglageret"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Tving lokal DNS" msgstr "Tving lokal DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "Påtvingte porter" msgstr "Påtvingte porter"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Påtvingte soner" msgstr "Påtvingte soner"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Generelle innstillinger" msgstr "Generelle innstillinger"
@ -362,15 +383,15 @@ msgstr "Generelle innstillinger"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "Innvilg tilgang til LuCI-programreklameblokkering" msgstr "Innvilg tilgang til LuCI-programreklameblokkering"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Info" msgstr "Info"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Fengselsmappe" msgstr "Fengselsmappe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Sist kjørt" msgstr "Sist kjørt"
@ -378,35 +399,35 @@ msgstr "Sist kjørt"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "Siste DNS-forespørsler" msgstr "Siste DNS-forespørsler"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "Begrens SafeSearch" msgstr "Begrens SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "Begrens SafeSearch til gitte tilbydere." msgstr "Begrens SafeSearch til gitte tilbydere."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Linjenummer å fjerne" msgstr "Linjenummer å fjerne"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Liste over tilgjengelige nettverksenheter brukt av tcpdump." msgstr "Liste over tilgjengelige nettverksenheter brukt av tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -415,14 +436,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "Loggvisning" msgstr "Loggvisning"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Lavprioritetstjeneste" msgstr "Lavprioritetstjeneste"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Navn / IP-adresse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -436,7 +453,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Oversikt" msgstr "Oversikt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -448,23 +465,23 @@ msgstr "Spørring"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -483,7 +500,7 @@ msgstr "Gjenoppfrisk DNS-rapport"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "Gjenoppfrisk tidsur" msgstr "Gjenoppfrisk tidsur"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "Gjenoppfrisk tidsur …" msgstr "Gjenoppfrisk tidsur …"
@ -491,47 +508,47 @@ msgstr "Gjenoppfrisk tidsur …"
msgid "Refresh..." msgid "Refresh..."
msgstr "Gjenoppfrisk …" msgstr "Gjenoppfrisk …"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "Last inn igjen" msgstr "Last inn igjen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Fjern en eksisterende jobb" msgstr "Fjern en eksisterende jobb"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Rapportmappe" msgstr "Rapportmappe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Rapportgrensesnitt" msgstr "Rapportgrensesnitt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "Rapportporter" msgstr "Rapportporter"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "Omstart" msgstr "Omstart"
@ -539,39 +556,39 @@ msgstr "Omstart"
msgid "Result" msgid "Result"
msgstr "Resultat" msgstr "Resultat"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
#, fuzzy #, fuzzy
msgid "Run Directories" msgid "Run Directories"
msgstr "Kjøringsmapper" msgstr "Kjøringsmapper"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
#, fuzzy #, fuzzy
msgid "Run Flags" msgid "Run Flags"
msgstr "Kjøringsflagg" msgstr "Kjøringsflagg"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
#, fuzzy #, fuzzy
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "Kjøringsgrensesnitt" msgstr "Kjøringsgrensesnitt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
#, fuzzy #, fuzzy
msgid "Run Utils" msgid "Run Utils"
msgstr "Kjøringsverktøy" msgstr "Kjøringsverktøy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Lagre" msgstr "Lagre"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -579,25 +596,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Innstillinger" msgstr "Innstillinger"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Kilder (størrelse, fokus)" msgstr "Kilder (størrelse, fokus)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Mellomromsinndelt liste over porter brukt av tcpdump." msgstr "Mellomromsinndelt liste over porter brukt av tcpdump."
#: 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -606,53 +623,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "Start-tidsstempel" msgstr "Start-tidsstempel"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "Status/versjon" msgstr "Status/versjon"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -684,7 +701,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Tid" msgstr "Tid"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -698,7 +715,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Topp 10-statistikk" msgstr "Topp 10-statistikk"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -706,7 +723,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "Totalt antall DNS-forespørsler" msgstr "Totalt antall DNS-forespørsler"
#: 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Utløserforsinkelse" msgstr "Utløserforsinkelse"
@ -715,12 +732,12 @@ msgstr "Utløserforsinkelse"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Kunne ikke lagre endringer: %s" msgstr "Kunne ikke lagre endringer: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "Varianter" msgstr "Varianter"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -735,11 +752,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "Hvitliste …" msgstr "Hvitliste …"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)"
@ -747,19 +768,27 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "maks. resultatsettstørrelse" msgstr "maks. resultatsettstørrelse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "navngitt (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "rå (/tmp)" msgstr "rå (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
#, fuzzy #, fuzzy
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "ubundet (/var/lib/unbound)" msgstr "ubundet (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "- ubestemt -"
#~ msgid "Blocked Domain"
#~ msgstr "Blokkert domene"
#~ msgid "Name / IP Address"
#~ msgstr "Navn / IP-adresse"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "navngitt (/var/lib/bind)"
#~ msgid "DNS File Reset" #~ msgid "DNS File Reset"
#~ msgstr "DNS-filtilbakestilling" #~ msgstr "DNS-filtilbakestilling"

View file

@ -11,16 +11,11 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n" "|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.5.2-dev\n" "X-Generator: Weblate 4.5.2-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "- nieokreślony -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Akcja" msgstr "Akcja"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Aktywne źródła" msgstr "Aktywne źródła"
@ -29,7 +24,7 @@ msgstr "Aktywne źródła"
msgid "Adblock" msgid "Adblock"
msgstr "Blokowanie reklam" msgstr "Blokowanie reklam"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Akcje Adblock" msgstr "Akcje Adblock"
@ -49,45 +44,56 @@ msgstr "Dodaj tę (sub-)domenę do Twojej lokalnej czarnej listy."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Dodaj tę (pod-)domenę do Twojej lokalnej białej listy." msgstr "Dodaj tę (pod-)domenę do Twojej lokalnej białej listy."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Dodatkowa lista blokująca" msgstr "Dodatkowa lista blokująca"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Dodatkowe ustawienia" msgstr "Dodatkowe ustawienia"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Dodatkowe opóźnienie wyzwalacza w sekundach przed rozpoczęciem przetwarzania " "Dodatkowe opóźnienie wyzwalacza w sekundach przed rozpoczęciem przetwarzania "
"adblocka." "adblocka."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Ustawienia DNS" msgstr "Ustawienia DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Zaawansowane ustawienia e-mail" msgstr "Zaawansowane ustawienia e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Ustawienia raportowania" msgstr "Ustawienia raportowania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Odpowiedź" msgstr "Odpowiedź"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Katalog kopii zapasowej" msgstr "Katalog kopii zapasowej"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Podstawowy katalog tymczasowy" msgstr "Podstawowy katalog tymczasowy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -108,19 +114,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Czarna lista..." msgstr "Czarna lista..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "Zablokowane żądania DNS" msgstr "Zablokowane żądania DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Zablokowana domena"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Zablokowane domeny" msgstr "Zablokowane domeny"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Kopia zapasowa list blokujących" msgstr "Kopia zapasowa list blokujących"
@ -132,11 +146,11 @@ msgstr "Zapytanie do list blokujących"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Zapytanie..." msgstr "Zapytanie..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Źródła list" msgstr "Źródła list"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -151,12 +165,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Anuluj" msgstr "Anuluj"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "Kategorie" msgstr "Kategorie"
@ -164,7 +178,11 @@ msgstr "Kategorie"
msgid "Client" msgid "Client"
msgstr "Klient" msgstr "Klient"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -182,7 +200,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Licznik" msgstr "Licznik"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -190,22 +208,22 @@ msgstr ""
"Tworzenie skompresowanej kopii zapasowej list, będzie używana w przypadku " "Tworzenie skompresowanej kopii zapasowej list, będzie używana w przypadku "
"błędów pobierania lub podczas startu." "błędów pobierania lub podczas startu."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "Zaplecze DNS" msgstr "Zaplecze DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Katalog DNS" msgstr "Katalog DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Raport DNS" msgstr "Raport DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Limit czasu restartu DNS" msgstr "Limit czasu restartu DNS"
@ -213,15 +231,15 @@ msgstr "Limit czasu restartu DNS"
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Wyłącz pozwolenie na DNS" msgstr "Wyłącz pozwolenie na DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Wyłącz restart DNS" msgstr "Wyłącz restart DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -229,48 +247,51 @@ msgstr ""
"Wyłącz wyzwalane restarty adblocka dla zaplecza DNS z funkcjami Autoload/" "Wyłącz wyzwalane restarty adblocka dla zaplecza DNS z funkcjami Autoload/"
"Inotify." "Inotify."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Wyłącz selektywną białą listę DNS (RPZ)." msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Domena" msgstr "Domena"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Parametry pobierania" msgstr "Parametry pobierania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Kolejka pobierania" msgstr "Kolejka pobierania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Narzędzie pobierania" msgstr "Narzędzie pobierania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Powiadomienie e-mail" msgstr "Powiadomienie e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Licznik powiadomień e-mail" msgstr "Licznik powiadomień e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Profil e-mail" msgstr "Profil e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adres e-mail odbiorcy" msgstr "Adres e-mail odbiorcy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adres e-mail nadawcy" msgstr "Adres e-mail nadawcy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Temat e-mail" msgstr "Temat e-mail"
@ -284,25 +305,25 @@ msgstr "Czarna lista"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Biała lista" msgstr "Biała lista"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "Włącz SafeSearch" msgstr "Włącz SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Włącz umiarkowane filtry SafeSearch dla youtube." msgstr "Włącz umiarkowane filtry SafeSearch dla youtube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Włącz usługę adblock." msgstr "Włącz usługę adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
"Włącz rejestrowanie debugowania w przypadku wystąpienia błędów w " "Włącz rejestrowanie debugowania w przypadku wystąpienia błędów w "
"przetwarzaniu." "przetwarzaniu."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Włączone" msgstr "Włączone"
@ -310,7 +331,7 @@ msgstr "Włączone"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "Sygnatura czasowa zakończenia" msgstr "Sygnatura czasowa zakończenia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -322,11 +343,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Istniejące zadania" msgstr "Istniejące zadania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Zewnętrzna domena wyszukiwania DNS" msgstr "Zewnętrzna domena wyszukiwania DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -339,35 +360,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Kryteria filtrowania takie jak data, domena lub klient (opcjonalnie)" msgstr "Kryteria filtrowania takie jak data, domena lub klient (opcjonalnie)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "Porty zapory, które powinny być wymuszane lokalnie." msgstr "Porty zapory, które powinny być wymuszane lokalnie."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Strefy źródłowe zapory, które powinny być wymuszane lokalnie." msgstr "Strefy źródłowe zapory, które powinny być wymuszane lokalnie."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Opróżnij pamięć podręczną DNS" msgstr "Opróżnij pamięć podręczną DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Opróżnij pamięć podręczną DNS przed przetwarzaniem adblocka." msgstr "Opróżnij pamięć podręczną DNS przed przetwarzaniem adblocka."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Wymuś lokalny DNS" msgstr "Wymuś lokalny DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "Wymuszone porty" msgstr "Wymuszone porty"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Strefy wymuszone" msgstr "Strefy wymuszone"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -377,7 +398,7 @@ msgstr ""
"dostarczaj raport DNS. Uwaga: wymaga to dodatkowej instalacji pakietu " "dostarczaj raport DNS. Uwaga: wymaga to dodatkowej instalacji pakietu "
"'tcpdump-mini' i pełnego ponownego uruchomienia usługi adblock." "'tcpdump-mini' i pełnego ponownego uruchomienia usługi adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Ustawienia główne" msgstr "Ustawienia główne"
@ -385,15 +406,15 @@ msgstr "Ustawienia główne"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "Udziel dostępu LuCI do aplikacji adblock" msgstr "Udziel dostępu LuCI do aplikacji adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Informacje" msgstr "Informacje"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Katalog więzienia" msgstr "Katalog więzienia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Ostatnie uruchomienie" msgstr "Ostatnie uruchomienie"
@ -401,23 +422,23 @@ msgstr "Ostatnie uruchomienie"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "Ostatnie zapytania DNS" msgstr "Ostatnie zapytania DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "Limit SafeSearch" msgstr "Limit SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "Limit SafeSearch dla certyfikowanych dostawców." msgstr "Limit SafeSearch dla certyfikowanych dostawców."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Numer wiersza do usunięcia" msgstr "Numer wiersza do usunięcia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Lista dostępnych urządzeń sieciowych używanych przez tcpdump." msgstr "Lista dostępnych urządzeń sieciowych używanych przez tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -426,7 +447,7 @@ msgstr ""
"'nieokreślone', aby użyć klasycznego limitu czasu uruchamiania zamiast " "'nieokreślone', aby użyć klasycznego limitu czasu uruchamiania zamiast "
"wyzwalacza sieciowego." "wyzwalacza sieciowego."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
@ -434,7 +455,7 @@ msgstr ""
"Lista obsługiwanych zapleczy DNS z domyślnym katalogiem list. Aby zastąpić " "Lista obsługiwanych zapleczy DNS z domyślnym katalogiem list. Aby zastąpić "
"domyślną ścieżkę, użyj opcji 'Katalog DNS'." "domyślną ścieżkę, użyj opcji 'Katalog DNS'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
"Lista obsługiwanych i wstępnie skonfigurowanych narzędzi do pobierania." "Lista obsługiwanych i wstępnie skonfigurowanych narzędzi do pobierania."
@ -444,14 +465,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "Widok dziennika" msgstr "Widok dziennika"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Usługa niskopriorytetowa" msgstr "Usługa niskopriorytetowa"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Nazwa/Adres IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "Brak wyników zapytania!" msgstr "Brak wyników zapytania!"
@ -465,7 +482,7 @@ msgstr "Brak dzienników związanych z adblockiem!"
msgid "Overview" msgid "Overview"
msgstr "Przegląd" msgstr "Przegląd"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil używany przez 'msmtp' do powiadamiania o blokadzie e-mail." msgstr "Profil używany przez 'msmtp' do powiadamiania o blokadzie e-mail."
@ -479,7 +496,7 @@ msgstr ""
"Wysyłaj zapytania do aktywnych list blokowania i kopii zapasowych dla " "Wysyłaj zapytania do aktywnych list blokowania i kopii zapasowych dla "
"określonej domeny." "określonej domeny."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -487,11 +504,11 @@ msgstr ""
"Zwiększ liczbę powiadomień, aby otrzymywać wiadomości e-mail jeśli ogólna " "Zwiększ liczbę powiadomień, aby otrzymywać wiadomości e-mail jeśli ogólna "
"liczba blokowanych list jest mniejsza lub równa podanemu limitowi." "liczba blokowanych list jest mniejsza lub równa podanemu limitowi."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "Adres odbiorcy dla powiadomień e-mail adblocka." msgstr "Adres odbiorcy dla powiadomień e-mail adblocka."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
@ -499,7 +516,7 @@ msgstr ""
"Przekieruj wszystkie zapytania DNS z określonych stref do lokalnego " "Przekieruj wszystkie zapytania DNS z określonych stref do lokalnego "
"resolwera DNS, dotyczy protokołów UDP i TCP." "resolwera DNS, dotyczy protokołów UDP i TCP."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -520,7 +537,7 @@ msgstr "Odśwież raport DNS"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "Zaktualizuj listy automatycznie" msgstr "Zaktualizuj listy automatycznie"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "Harmonogram..." msgstr "Harmonogram..."
@ -528,47 +545,47 @@ msgstr "Harmonogram..."
msgid "Refresh..." msgid "Refresh..."
msgstr "Odświeżanie..." msgstr "Odświeżanie..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "Odpoczynek SafeSearch" msgstr "Odpoczynek SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "Przeładuj" msgstr "Przeładuj"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Usuń istniejące zadanie" msgstr "Usuń istniejące zadanie"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Zgłoś liczbę fragmentów" msgstr "Zgłoś liczbę fragmentów"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Zgłoś wielkość porcji" msgstr "Zgłoś wielkość porcji"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Katalog raportów" msgstr "Katalog raportów"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Interfejs raportowania" msgstr "Interfejs raportowania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "Porty raportowania" msgstr "Porty raportowania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Raportuj liczbę fragmentów używaną przez tcpdump." msgstr "Raportuj liczbę fragmentów używaną przez tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Raportuj wielkość fragmentów używaną przez tcpdump w MB." msgstr "Raportuj wielkość fragmentów używaną przez tcpdump w MB."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "Restart" msgstr "Restart"
@ -576,29 +593,29 @@ msgstr "Restart"
msgid "Result" msgid "Result"
msgstr "Wynik" msgstr "Wynik"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "Uruchomione katalogi" msgstr "Uruchomione katalogi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "Uruchomione flagi" msgstr "Uruchomione flagi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "Uruchomione interfejsy" msgstr "Uruchomione interfejsy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "Uruchomione narzędzia" msgstr "Uruchomione narzędzia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Zapisz" msgstr "Zapisz"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
@ -606,7 +623,7 @@ msgstr ""
"Wysyłaj powiadomienia e-mail związane z adblock. Uwaga: wymaga to dodatkowej " "Wysyłaj powiadomienia e-mail związane z adblock. Uwaga: wymaga to dodatkowej "
"instalacji pakietu 'msmtp'." "instalacji pakietu 'msmtp'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "Adres nadawcy dla powiadomień e-mailowych adblocka." msgstr "Adres nadawcy dla powiadomień e-mailowych adblocka."
@ -614,11 +631,11 @@ msgstr "Adres nadawcy dla powiadomień e-mailowych adblocka."
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Ustaw nowe zadanie adblocka" msgstr "Ustaw nowe zadanie adblocka"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Ustawienia" msgstr "Ustawienia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
@ -626,15 +643,15 @@ msgstr ""
"Rozmiar kolejki pobierania do przetwarzania plików (w tym sortowanie, " "Rozmiar kolejki pobierania do przetwarzania plików (w tym sortowanie, "
"łączenie itp.) równolegle." "łączenie itp.) równolegle."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Źródła (wielkość, skupienie)" msgstr "Źródła (wielkość, skupienie)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Rozdzielona spacjami lista portów używanych przez tcpdump." msgstr "Rozdzielona spacjami lista portów używanych przez tcpdump."
#: 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "Specjalne opcje konfiguracji dla wybranego narzędzia do pobierania." msgstr "Specjalne opcje konfiguracji dla wybranego narzędzia do pobierania."
@ -642,55 +659,55 @@ msgstr "Specjalne opcje konfiguracji dla wybranego narzędzia do pobierania."
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "Sygnatura czasowa uruchamiania" msgstr "Sygnatura czasowa uruchamiania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "Interfejs wyzwalacza uruchamiania" msgstr "Interfejs wyzwalacza uruchamiania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "Status/Wersja" msgstr "Status/Wersja"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Zawieś" msgstr "Zawieś"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "Katalog docelowy dla plików raportów związanych z DNS." msgstr "Katalog docelowy dla plików raportów związanych z DNS."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "Katalog docelowy dla kopii zapasowych listy blokującej." msgstr "Katalog docelowy dla kopii zapasowych listy blokującej."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
"Katalog docelowy dla wygenerowanej listy blokowania 'adb_list.overall'." "Katalog docelowy dla wygenerowanej listy blokowania 'adb_list.overall'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
"Katalog docelowy dla wygenerowanej listy zablokowanych 'adb_list.jail'." "Katalog docelowy dla wygenerowanej listy zablokowanych 'adb_list.jail'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "Nie można zaktualizować czasu odświeżania." msgstr "Nie można zaktualizować czasu odświeżania."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "Czas odświeżania został zaktualizowany." msgstr "Czas odświeżania został zaktualizowany."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "Dni tygodnia (opcjonalnie, wartości: 1-7, osobno, lub -)" msgstr "Dni tygodnia (opcjonalnie, wartości: 1-7, osobno, lub -)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "Godzina (wymagane, zakres: 023)" msgstr "Godzina (wymagane, zakres: 023)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "Minuta (opcjonalnie, zakres: 059)" msgstr "Minuta (opcjonalnie, zakres: 059)"
@ -733,7 +750,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Czas" msgstr "Czas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Limit czasu oczekiwania na pomyślne ponowne uruchomienie zaplecza DNS." msgstr "Limit czasu oczekiwania na pomyślne ponowne uruchomienie zaplecza DNS."
@ -749,7 +766,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Top 10" msgstr "Top 10"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Temat dla powiadomień e-mail adblocka." msgstr "Temat dla powiadomień e-mail adblocka."
@ -757,7 +774,7 @@ msgstr "Temat dla powiadomień e-mail adblocka."
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "Łączna liczba żądań DNS" msgstr "Łączna liczba żądań DNS"
#: 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Opóźnienie wyzwalacza" msgstr "Opóźnienie wyzwalacza"
@ -766,12 +783,12 @@ msgstr "Opóźnienie wyzwalacza"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Nie można zapisać zmian: %s" msgstr "Nie można zapisać zmian: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "Warianty" msgstr "Warianty"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Pełne rejestrowanie debugowania" msgstr "Pełne rejestrowanie debugowania"
@ -788,11 +805,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "Biała lista ..." msgstr "Biała lista ..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)"
@ -800,18 +821,29 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "maks. rozmiar zestawu wyników" msgstr "maks. rozmiar zestawu wyników"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "raw (/tmp)" msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "- nieokreślony -"
#~ msgid "Blocked Domain"
#~ msgstr "Zablokowana domena"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "Wyłącz selektywną białą listę DNS (RPZ)."
#~ msgid "Name / IP Address"
#~ msgstr "Nazwa/Adres IP"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "named (/var/lib/bind)"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.5.2-dev\n" "X-Generator: Weblate 4.5.2-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "- não especificado -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Ação" msgstr "Ação"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Fontes Ativas" msgstr "Fontes Ativas"
@ -28,7 +23,7 @@ msgstr "Fontes Ativas"
msgid "Adblock" msgid "Adblock"
msgstr "Adblock" msgstr "Adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Ação do adblock" msgstr "Ação do adblock"
@ -48,45 +43,56 @@ msgstr "Adicione este (sub)domínio na sua lista negra local."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Adicione este (sub)domínio na sua lista branca local." msgstr "Adicione este (sub)domínio na sua lista branca local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Lista de Bloqueio Priosional" msgstr "Lista de Bloqueio Priosional"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Configurações adicionais" msgstr "Configurações adicionais"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Atraso adicional do gatilho em segundos antes do processamento do adblock " "Atraso adicional do gatilho em segundos antes do processamento do adblock "
"começar." "começar."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Configurações Avançadas do DNS" msgstr "Configurações Avançadas do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Configurações avançadas de E-Mail" msgstr "Configurações avançadas de E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Configurações Avançadas do Relatório" msgstr "Configurações Avançadas do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Resposta" msgstr "Resposta"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Diretório do Backup" msgstr "Diretório do Backup"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Diretório Base Temporário" msgstr "Diretório Base Temporário"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -108,19 +114,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Lista negra..." msgstr "Lista negra..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "Solicitações de DNS bloqueadas" msgstr "Solicitações de DNS bloqueadas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Domínio Bloqueado"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Domínios Bloqueados" msgstr "Domínios Bloqueados"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Cópia de Segurança da Lista de Bloqueio" msgstr "Cópia de Segurança da Lista de Bloqueio"
@ -132,11 +146,11 @@ msgstr "Consulta na Lista de Bloqueio"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Pesquisando a Lista de Bloqueio..." msgstr "Pesquisando a Lista de Bloqueio..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Origem da Blocklist" msgstr "Origem da Blocklist"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -151,12 +165,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "Categorias" msgstr "Categorias"
@ -164,7 +178,11 @@ msgstr "Categorias"
msgid "Client" msgid "Client"
msgstr "Cliente" msgstr "Cliente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -182,7 +200,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Contagem" msgstr "Contagem"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -190,22 +208,22 @@ msgstr ""
"Crie cópias de segurança compactados da lista de bloqueio, estes serão " "Crie cópias de segurança compactados da lista de bloqueio, estes serão "
"usados em caso de erros de descarregamento ou durante a inicialização." "usados em caso de erros de descarregamento ou durante a inicialização."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "Infraestrutura do DNS" msgstr "Infraestrutura do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Diretório DNS" msgstr "Diretório DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Relatório do DNS" msgstr "Relatório do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Tempo Limite para Reiniciar o DNS" msgstr "Tempo Limite para Reiniciar o DNS"
@ -213,15 +231,15 @@ msgstr "Tempo Limite para Reiniciar o DNS"
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Desativar a opção DNS Permitir" msgstr "Desativar a opção DNS Permitir"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Desativar as Reinicializações do DNS" msgstr "Desativar as Reinicializações do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -229,48 +247,51 @@ msgstr ""
"Desativar o adblock que causar a reinicialização das funções autoload/" "Desativar o adblock que causar a reinicialização das funções autoload/"
"inotify da infraestrutura do DNS." "inotify da infraestrutura do DNS."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Desativa a lista branca seletiva do DNS (passagem pelo RPZ)." msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Domínio" msgstr "Domínio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Parâmetros de Descarregamento" msgstr "Parâmetros de Descarregamento"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Fila de Descarregamento" msgstr "Fila de Descarregamento"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Ferramenta para Descarregar" msgstr "Ferramenta para Descarregar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificação por e-mail" msgstr "Notificação por e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Contagem de Notificações por E-Mail" msgstr "Contagem de Notificações por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Perfil de e-mail" msgstr "Perfil de e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Endereço de e-mail do destinatário" msgstr "Endereço de e-mail do destinatário"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Endereço de e-mail do remetente" msgstr "Endereço de e-mail do remetente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Assunto do e-mail" msgstr "Assunto do e-mail"
@ -284,25 +305,25 @@ msgstr "Editar Lista Negra"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Editar lista de permissões" msgstr "Editar lista de permissões"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "Ativar o SafeSearch" msgstr "Ativar o SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Ativar os filtros SafeSearch de forma moderada para o Youtube." msgstr "Ativar os filtros SafeSearch de forma moderada para o Youtube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Ativar o serviço adblock." msgstr "Ativar o serviço adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
"Ativa o registo de depuração detalhado para casos de todos os erros de " "Ativa o registo de depuração detalhado para casos de todos os erros de "
"processamento." "processamento."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Ativado" msgstr "Ativado"
@ -310,7 +331,7 @@ msgstr "Ativado"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "Carimbo de tempo final" msgstr "Carimbo de tempo final"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -322,11 +343,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Tarefa(s) existente(s)" msgstr "Tarefa(s) existente(s)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Domínio de Pesquisa Externa do DNS" msgstr "Domínio de Pesquisa Externa do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -339,35 +360,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Filtrar critérios como data, domínio ou cliente (opcional)" msgstr "Filtrar critérios como data, domínio ou cliente (opcional)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "Portas da firewall que devem ser localmente forçadas." msgstr "Portas da firewall que devem ser localmente forçadas."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Zonas fonte da firewall que devem ser localmente forçadas." msgstr "Zonas fonte da firewall que devem ser localmente forçadas."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Limpar o cache de DNS" msgstr "Limpar o cache de DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Também limpar o Cache do DNS antes do adblock." msgstr "Também limpar o Cache do DNS antes do adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Forçar o DNS Local" msgstr "Forçar o DNS Local"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "Portas forçadas" msgstr "Portas forçadas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Zonas forçadas" msgstr "Zonas forçadas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -378,7 +399,7 @@ msgstr ""
"pacote 'tcpdump-mini' e a reinicialização completa do serviço do adblock " "pacote 'tcpdump-mini' e a reinicialização completa do serviço do adblock "
"para que as modificações entrem em vigor." "para que as modificações entrem em vigor."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Configurações gerais" msgstr "Configurações gerais"
@ -386,15 +407,15 @@ msgstr "Configurações gerais"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "Conceder acesso à app LuCI adblock" msgstr "Conceder acesso à app LuCI adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Informação" msgstr "Informação"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Diretório Prisional" msgstr "Diretório Prisional"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Última Execução" msgstr "Última Execução"
@ -402,23 +423,23 @@ msgstr "Última Execução"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "As últimas solicitações do DNS" msgstr "As últimas solicitações do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "Limite do SafeSearch" msgstr "Limite do SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "Limite o SafeSearch a determinados provedores." msgstr "Limite o SafeSearch a determinados provedores."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Número da linha a remover" msgstr "Número da linha a remover"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Lista de aparelhos da rede disponíveis que foram usados pelo tcpdump." msgstr "Lista de aparelhos da rede disponíveis que foram usados pelo tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -427,7 +448,7 @@ msgstr ""
"'não especificado' para usar um tempo de inicialização clássico em vez de um " "'não especificado' para usar um tempo de inicialização clássico em vez de um "
"gatilho de rede." "gatilho de rede."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
@ -436,7 +457,7 @@ msgstr ""
"de diretório. Para substituir o caminho predefinido, use a opção 'Diretório " "de diretório. Para substituir o caminho predefinido, use a opção 'Diretório "
"DNS'." "DNS'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
"Lista de ferramentas de descarregamento suportadas e completamente pré-" "Lista de ferramentas de descarregamento suportadas e completamente pré-"
@ -447,14 +468,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "Vista do registo log" msgstr "Vista do registo log"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Serviço de Baixa Prioridade" msgstr "Serviço de Baixa Prioridade"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Nome / Endereço IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "A consulta não retornou resultados!" msgstr "A consulta não retornou resultados!"
@ -468,7 +485,7 @@ msgstr "Ainda não há registos relacionados ao adblock!"
msgid "Overview" msgid "Overview"
msgstr "Visão Geral" msgstr "Visão Geral"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Perfil dos e-mails de notificação do adblock utilizado por 'msmtp'." msgstr "Perfil dos e-mails de notificação do adblock utilizado por 'msmtp'."
@ -482,7 +499,7 @@ msgstr ""
"Consulta as listas de bloqueios ativos e as cópias de segurança para um " "Consulta as listas de bloqueios ativos e as cópias de segurança para um "
"domínio específico." "domínio específico."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -490,11 +507,11 @@ msgstr ""
"Aumente a contagem de notificações para receber e-mails caso a contagem " "Aumente a contagem de notificações para receber e-mails caso a contagem "
"geral das listas de bloqueio seja menor ou igual ao limite informado." "geral das listas de bloqueio seja menor ou igual ao limite informado."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "Endereço do destinatário para e-mails de notificação do adblock." msgstr "Endereço do destinatário para e-mails de notificação do adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
@ -502,7 +519,7 @@ msgstr ""
"Redirecionar todas as consultas DNS de zonas especificadas para o resolvedor " "Redirecionar todas as consultas DNS de zonas especificadas para o resolvedor "
"DNS local, aplica-se ao protocolo UDP e TCP." "DNS local, aplica-se ao protocolo UDP e TCP."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -524,7 +541,7 @@ msgstr "Atualizar o Relatório do DNS"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "Atualizar Temporizador" msgstr "Atualizar Temporizador"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "Atualizando o Temporizador..." msgstr "Atualizando o Temporizador..."
@ -532,47 +549,47 @@ msgstr "Atualizando o Temporizador..."
msgid "Refresh..." msgid "Refresh..."
msgstr "Atualizar..." msgstr "Atualizar..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "Alivie o SafeSearch" msgstr "Alivie o SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "Recarregar" msgstr "Recarregar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Remover uma tarefa existente" msgstr "Remover uma tarefa existente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Relatar Contagem de Porções" msgstr "Relatar Contagem de Porções"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Tamanho de Porções de Relatório" msgstr "Tamanho de Porções de Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Diretório de Relatórios" msgstr "Diretório de Relatórios"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Interface de Relatório" msgstr "Interface de Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "Relatório das Portas" msgstr "Relatório das Portas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Informar a contagem dos pedaços usados pelo tcpdump." msgstr "Informar a contagem dos pedaços usados pelo tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Informar o tamanho do pedaço utilizado pelo tcpdump em 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:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
@ -580,29 +597,29 @@ msgstr "Reiniciar"
msgid "Result" msgid "Result"
msgstr "Resultado" msgstr "Resultado"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "Executar Diretórios" msgstr "Executar Diretórios"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "Flags de Execução" msgstr "Flags de Execução"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "Executar Interfaces" msgstr "Executar Interfaces"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "Executar Utilitários" msgstr "Executar Utilitários"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Guardar" msgstr "Guardar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
@ -610,7 +627,7 @@ msgstr ""
"Envie e-mails de notificação relacionados ao adblock. Note que: a instalação " "Envie e-mails de notificação relacionados ao adblock. Note que: a instalação "
"adicional do pacote 'msmtp' é necessária." "adicional do pacote 'msmtp' é necessária."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "Endereço E-Mail do remetente para as notificações do adblock." msgstr "Endereço E-Mail do remetente para as notificações do adblock."
@ -618,11 +635,11 @@ msgstr "Endereço E-Mail do remetente para as notificações do adblock."
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Definir uma nova tarefa de adblock" msgstr "Definir uma nova tarefa de adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
@ -630,15 +647,15 @@ msgstr ""
"Tamanho da fila de descarregamento para o processamento de descarregamento " "Tamanho da fila de descarregamento para o processamento de descarregamento "
"(incl. classificação, fusão etc.) em paralelo." "(incl. classificação, fusão etc.) em paralelo."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Fontes (Tamanho, Foco)" msgstr "Fontes (Tamanho, Foco)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump." msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump."
#: 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
"Opções especiais de configuração para o utilitário de descarregamento " "Opções especiais de configuração para o utilitário de descarregamento "
@ -648,56 +665,56 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "Carimbo de tempo incial" msgstr "Carimbo de tempo incial"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "Interface do Gatilho de Inicialização" msgstr "Interface do Gatilho de Inicialização"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "Condição geral / versão" msgstr "Condição geral / versão"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Suspender" msgstr "Suspender"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "Diretório de destino para ficheiros de relatório relacionados ao DNS." msgstr "Diretório de destino para ficheiros de relatório relacionados ao DNS."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "Diretório de destino para os backups de listas de bloqueio." msgstr "Diretório de destino para os backups de listas de bloqueio."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
"Diretório de destino para a lista de blocos 'adb_list.overall' gerada ." "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:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
"Diretório de destino para a lista que for gerada pelo lista de bloqueio " "Diretório de destino para a lista que for gerada pelo lista de bloqueio "
"prisional 'adb_list.jail'." "prisional 'adb_list.jail'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "Não foi possível atualizar o tempo de atualização do temporizador." msgstr "Não foi possível atualizar o tempo de atualização do temporizador."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "O tempo de atualização foi atualizado." msgstr "O tempo de atualização foi atualizado."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "O dia da semana (valores opc.: 1-7 possivelmente sep. por , ou -)" msgstr "O dia da semana (valores opc.: 1-7 possivelmente sep. por , ou -)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "A parte das horas (obg., intervalo: 0-23)" msgstr "A parte das horas (obg., intervalo: 0-23)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "A parte dos minutos (opt., intervalo: 0-59)" msgstr "A parte dos minutos (opt., intervalo: 0-59)"
@ -739,7 +756,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Tempo" msgstr "Tempo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS." msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS."
@ -755,7 +772,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "As 10 Estatísticas Principais" msgstr "As 10 Estatísticas Principais"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
"Defina o assunto dos e-mails que serão usados nas notificações do adblock." "Defina o assunto dos e-mails que serão usados nas notificações do adblock."
@ -764,7 +781,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "Total de solicitações de DNS" msgstr "Total de solicitações de DNS"
#: 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Atraso do Gatilho" msgstr "Atraso do Gatilho"
@ -773,12 +790,12 @@ msgstr "Atraso do Gatilho"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Impossível gravar as modificações: %s" msgstr "Impossível gravar as modificações: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "Variantes" msgstr "Variantes"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Registos detalhados de depuração" msgstr "Registos detalhados de depuração"
@ -795,11 +812,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "Lista Branca..." msgstr "Lista Branca..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)"
@ -807,18 +828,29 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "def. a quantidade máxima de resultados" msgstr "def. a quantidade máxima de resultados"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "raw (/tmp)" msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "- não especificado -"
#~ msgid "Blocked Domain"
#~ msgstr "Domínio Bloqueado"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "Desativa a lista branca seletiva do DNS (passagem pelo RPZ)."
#~ msgid "Name / IP Address"
#~ msgstr "Nome / Endereço IP"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "named (/var/lib/bind)"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -13,16 +13,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.5.2-dev\n" "X-Generator: Weblate 4.5.2-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "- não especificado -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Ação" msgstr "Ação"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Fontes Ativas" msgstr "Fontes Ativas"
@ -31,7 +26,7 @@ msgstr "Fontes Ativas"
msgid "Adblock" msgid "Adblock"
msgstr "Bloqueio de anúncios" msgstr "Bloqueio de anúncios"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Ação do adblock" msgstr "Ação do adblock"
@ -51,45 +46,56 @@ msgstr "Adicione este (sub)domínio na sua lista negra local."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Adicione este (sub)domínio na sua lista branca local." msgstr "Adicione este (sub)domínio na sua lista branca local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Lista de Bloqueio Adicional" msgstr "Lista de Bloqueio Adicional"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Configurações Adicionais" msgstr "Configurações Adicionais"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Atraso de gatilho adicional em segundos antes do processamento do adblock " "Atraso de gatilho adicional em segundos antes do processamento do adblock "
"começar." "começar."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Configurações Avançadas do DNS" msgstr "Configurações Avançadas do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Configurações Avançadas do E-Mail" msgstr "Configurações Avançadas do E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Configurações Avançadas do Relatório" msgstr "Configurações Avançadas do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Resposta" msgstr "Resposta"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Diretório da cópia de segurança" msgstr "Diretório da cópia de segurança"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Diretório Base Temporário" msgstr "Diretório Base Temporário"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -111,19 +117,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Lista negra..." msgstr "Lista negra..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "Requisições bloqueadas do DNS" msgstr "Requisições bloqueadas do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Domínios Bloqueados"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Domínios Bloqueados" msgstr "Domínios Bloqueados"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Cópia de Segurança da Lista de Bloqueio" msgstr "Cópia de Segurança da Lista de Bloqueio"
@ -135,11 +149,11 @@ msgstr "Consulta na Lista de Bloqueio"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Pesquisando a Lista de Bloqueio..." msgstr "Pesquisando a Lista de Bloqueio..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Fontes das listas de bloqueio" msgstr "Fontes das listas de bloqueio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -154,12 +168,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "Categorias" msgstr "Categorias"
@ -167,7 +181,11 @@ msgstr "Categorias"
msgid "Client" msgid "Client"
msgstr "Cliente" msgstr "Cliente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -185,7 +203,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Contagem" msgstr "Contagem"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -193,22 +211,22 @@ msgstr ""
"Crie cópias de segurança compactados da lista de bloqueio, estes serão " "Crie cópias de segurança compactados da lista de bloqueio, estes serão "
"usados em caso de erros de download ou durante a inicialização." "usados em caso de erros de download ou durante a inicialização."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "Infraestrutura do DNS" msgstr "Infraestrutura do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Diretório DNS" msgstr "Diretório DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Relatório do DNS" msgstr "Relatório do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Tempo Limite para Reiniciar o DNS" msgstr "Tempo Limite para Reiniciar o DNS"
@ -216,15 +234,15 @@ msgstr "Tempo Limite para Reiniciar o DNS"
msgid "Date" msgid "Date"
msgstr "Dia" msgstr "Dia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Desativar a opção DNS Permitir" msgstr "Desativar a opção DNS Permitir"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Desativar as Reinicializações do DNS" msgstr "Desativar as Reinicializações do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -232,48 +250,51 @@ msgstr ""
"Desative o bloqueador de anúncios que causar a reinicialização das funções " "Desative o bloqueador de anúncios que causar a reinicialização das funções "
"autoload/inotify da infraestrutura do DNS." "autoload/inotify da infraestrutura do DNS."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Desative a lista branca seletiva do DNS (passagem pelo RPZ)." msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Domínio" msgstr "Domínio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Parâmetros de Download" msgstr "Parâmetros de Download"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Fila de Download" msgstr "Fila de Download"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Ferramenta para Baixar" msgstr "Ferramenta para Baixar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificação por E-Mail" msgstr "Notificação por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Contagem de Notificações por E-Mail" msgstr "Contagem de Notificações por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail do Perfil" msgstr "E-Mail do Perfil"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Endereço de E-Mail do Destinatário" msgstr "Endereço de E-Mail do Destinatário"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Endereço de E-Mail do Remetente" msgstr "Endereço de E-Mail do Remetente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Assunto do E-Mail" msgstr "Assunto do E-Mail"
@ -287,25 +308,25 @@ msgstr "Editar a Lista Negra"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Editar a Lista Branca" msgstr "Editar a Lista Branca"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "Ativar o SafeSearch" msgstr "Ativar o SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Ativar os filtros SafeSearch de forma moderada para o youtube." msgstr "Ativar os filtros SafeSearch de forma moderada para o youtube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Ativar o serviço de bloqueio de anúncios." msgstr "Ativar o serviço de bloqueio de anúncios."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
"Ativa o registro de depuração detalhada nos casos de qualquer erro de " "Ativa o registro de depuração detalhada nos casos de qualquer erro de "
"processamento." "processamento."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Ativado" msgstr "Ativado"
@ -313,7 +334,7 @@ msgstr "Ativado"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "Fim da marca temporal" msgstr "Fim da marca temporal"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -325,11 +346,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Tarefa(s) existente(s)" msgstr "Tarefa(s) existente(s)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Domínio de Pesquisa Externa do DNS" msgstr "Domínio de Pesquisa Externa do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -342,35 +363,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Filtrar critérios como data, domínio ou cliente (opcional)" msgstr "Filtrar critérios como data, domínio ou cliente (opcional)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "As portas do firewall que devem ser impostas localmente." msgstr "As portas do firewall que devem ser impostas localmente."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Zonas de origem do firewall que devem ser imposta localmente." msgstr "Zonas de origem do firewall que devem ser imposta localmente."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Limpar a Cache do DNS" msgstr "Limpar a Cache do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Também liberar o Cache do DNS antes do bloqueador de anúncios." msgstr "Também liberar o Cache do DNS antes do bloqueador de anúncios."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Usar o DNS Local" msgstr "Usar o DNS Local"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "Portas Impostas" msgstr "Portas Impostas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Zonas Impostas" msgstr "Zonas Impostas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -381,7 +402,7 @@ msgstr ""
"pacote 'tcpdump-mini' e da reinicialização completa do serviço do bloqueio " "pacote 'tcpdump-mini' e da reinicialização completa do serviço do bloqueio "
"de anúncios para que as modificações entrem em vigor." "de anúncios para que as modificações entrem em vigor."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Configurações gerais" msgstr "Configurações gerais"
@ -389,15 +410,15 @@ msgstr "Configurações gerais"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "Conceda acesso ao aplicativo LuCI adblock" msgstr "Conceda acesso ao aplicativo LuCI adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Informações" msgstr "Informações"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Diretório Prisional" msgstr "Diretório Prisional"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Última Execução" msgstr "Última Execução"
@ -405,24 +426,24 @@ msgstr "Última Execução"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "As últimas solicitações do DNS" msgstr "As últimas solicitações do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "Limite do SafeSearch" msgstr "Limite do SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "Limite o SafeSearch a determinados fornecedores." msgstr "Limite o SafeSearch a determinados fornecedores."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "O número da linha para remover" msgstr "O número da linha para remover"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
"Lista de dispositivos da rede disponíveis que foram usados pelo tcpdump." "Lista de dispositivos da rede disponíveis que foram usados pelo tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -431,7 +452,7 @@ msgstr ""
"Escolha 'não especificado' para usar um tempo de inicialização clássico em " "Escolha 'não especificado' para usar um tempo de inicialização clássico em "
"vez de um gatilho de rede." "vez de um gatilho de rede."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
@ -440,7 +461,7 @@ msgstr ""
"de diretório. Para substituir o caminho predefinido, use a opção 'Diretório " "de diretório. Para substituir o caminho predefinido, use a opção 'Diretório "
"DNS'." "DNS'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "Lista de ferramentas compatíveis e já pré-configuradas para download." msgstr "Lista de ferramentas compatíveis e já pré-configuradas para download."
@ -449,14 +470,10 @@ msgstr "Lista de ferramentas compatíveis e já pré-configuradas para download.
msgid "Log View" msgid "Log View"
msgstr "Exiba o registro log" msgstr "Exiba o registro log"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Serviço de Baixa Prioridade" msgstr "Serviço de Baixa Prioridade"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Nome / Endereço-IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "A Consulta Não Retornou Resultados!" msgstr "A Consulta Não Retornou Resultados!"
@ -470,7 +487,7 @@ msgstr "Ainda não há registros relacionados ao bloqueio de anúncio!"
msgid "Overview" msgid "Overview"
msgstr "Visão geral" msgstr "Visão geral"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
"Perfil dos E-Mails de notificação do bloqueio de anúncio utilizado por " "Perfil dos E-Mails de notificação do bloqueio de anúncio utilizado por "
@ -486,7 +503,7 @@ msgstr ""
"Consulta as listas de bloqueios ativos e as cópias de segurança para um " "Consulta as listas de bloqueios ativos e as cópias de segurança para um "
"domínio específico." "domínio específico."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -494,13 +511,13 @@ msgstr ""
"Aumente a contagem de notificações para receber E-Mails caso a contagem " "Aumente a contagem de notificações para receber E-Mails caso a contagem "
"geral das listas de bloqueio seja menor ou igual ao limite informado." "geral das listas de bloqueio seja menor ou igual ao limite informado."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
"Endereço do E-Mail do destinatário para o recebimento das notificações do " "Endereço do E-Mail do destinatário para o recebimento das notificações do "
"adblock." "adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
@ -508,7 +525,7 @@ msgstr ""
"Redirecione todas as consultas DNS das zonas especificadas para o resolvedor " "Redirecione todas as consultas DNS das zonas especificadas para o resolvedor "
"do DNS local, aplica-se ao protocolo UDP e TCP." "do DNS local, aplica-se ao protocolo UDP e TCP."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -531,7 +548,7 @@ msgstr "Atualizar o Relatório do DNS"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "Atualize o Temporizador" msgstr "Atualize o Temporizador"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "Atualizando o Temporizador..." msgstr "Atualizando o Temporizador..."
@ -539,47 +556,47 @@ msgstr "Atualizando o Temporizador..."
msgid "Refresh..." msgid "Refresh..."
msgstr "Atualizar..." msgstr "Atualizar..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "Alivie o SafeSearch" msgstr "Alivie o SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "Recarregar" msgstr "Recarregar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Exclua uma tarefa já existente" msgstr "Exclua uma tarefa já existente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Contagem de Pedaços do Relatório" msgstr "Contagem de Pedaços do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Tamanho dos Pedaços do Relatório" msgstr "Tamanho dos Pedaços do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Diretório do Relatório" msgstr "Diretório do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Interface do Relatório" msgstr "Interface do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "Relatório das Portas" msgstr "Relatório das Portas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Informar a contagem dos pedaços usados pelo tcpdump." msgstr "Informar a contagem dos pedaços usados pelo tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Informar o tamanho do pedaço utilizado pelo tcpdump em 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:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
@ -587,29 +604,29 @@ msgstr "Reiniciar"
msgid "Result" msgid "Result"
msgstr "Resultado" msgstr "Resultado"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "Executar Diretórios" msgstr "Executar Diretórios"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "Executar Flags" msgstr "Executar Flags"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "Executar Interfaces" msgstr "Executar Interfaces"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "Executar Utilitários" msgstr "Executar Utilitários"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Salvar" msgstr "Salvar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
@ -617,7 +634,7 @@ msgstr ""
"Envie E-Mails de notificação relacionados ao bloqueio de anúncios. Note que: " "Envie E-Mails de notificação relacionados ao bloqueio de anúncios. Note que: "
"é necessário a instalação adicional do pacote 'msmtp'." "é necessário a instalação adicional do pacote 'msmtp'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
"Endereço E-Mail do remetente para as notificações do bloqueador de anúncios." "Endereço E-Mail do remetente para as notificações do bloqueador de anúncios."
@ -626,11 +643,11 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Defina uma nova tarefa ao adblock" msgstr "Defina uma nova tarefa ao adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
@ -638,15 +655,15 @@ msgstr ""
"Tamanho da fila de download para o processamento de download (incl. " "Tamanho da fila de download para o processamento de download (incl. "
"classificação, fusão etc.) em paralelo." "classificação, fusão etc.) em paralelo."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Fontes (Tamanho, Foco)" msgstr "Fontes (Tamanho, Foco)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump." msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump."
#: 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
"Opções especiais de configuração para o utilitário de download selecionado." "Opções especiais de configuração para o utilitário de download selecionado."
@ -655,56 +672,56 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "Início da marca temporal" msgstr "Início da marca temporal"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "Interface do Gatilho de Inicialização" msgstr "Interface do Gatilho de Inicialização"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "Condição Geral / Versão" msgstr "Condição Geral / Versão"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Suspender" msgstr "Suspender"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
"Diretório de destino dos relatórios para os arquivos relacionados ao DNS." "Diretório de destino dos relatórios para os arquivos relacionados ao DNS."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "O diretório de destino para os backups da lista de bloqueio." msgstr "O diretório de destino para os backups da lista de bloqueio."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Caminho do diretório para a lista nega gerada '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:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
"Diretório de destino para a lista que for gerada pelo lista de bloqueio " "Diretório de destino para a lista que for gerada pelo lista de bloqueio "
"prisional 'adb_list.jail'." "prisional 'adb_list.jail'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "Não foi possível atualizar o tempo de atualização do temporizador." msgstr "Não foi possível atualizar o tempo de atualização do temporizador."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "O tempo de atualização foi atualizado." msgstr "O tempo de atualização foi atualizado."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "O dia da semana (valores opc.: 1-7 possivelmente set. por , ou -)" msgstr "O dia da semana (valores opc.: 1-7 possivelmente set. por , ou -)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "A parte das horas (obg., intervalo: 0-23)" msgstr "A parte das horas (obg., intervalo: 0-23)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "A parte dos minutos (obg., intervalo: 0-59)" msgstr "A parte dos minutos (obg., intervalo: 0-59)"
@ -747,7 +764,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Tempo" msgstr "Tempo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS." msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS."
@ -763,7 +780,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "As 10 Estatísticas Principais" msgstr "As 10 Estatísticas Principais"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
"Defina o assunto dos E-Mais que serão usados nas notificações do bloqueador " "Defina o assunto dos E-Mais que serão usados nas notificações do bloqueador "
@ -773,7 +790,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "Total das solicitações do DNS" msgstr "Total das solicitações do DNS"
#: 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Gatilho de Atraso" msgstr "Gatilho de Atraso"
@ -782,12 +799,12 @@ msgstr "Gatilho de Atraso"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Impossível salvar as modificações: %s" msgstr "Impossível salvar as modificações: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "Variantes" msgstr "Variantes"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Registros Detalhados de Depuração" msgstr "Registros Detalhados de Depuração"
@ -804,11 +821,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "Lista Branca..." msgstr "Lista Branca..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)"
@ -816,18 +837,29 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "def. a quantidade máxima de resultados" msgstr "def. a quantidade máxima de resultados"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "raw (/tmp)" msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "- não especificado -"
#~ msgid "Blocked Domain"
#~ msgstr "Domínios Bloqueados"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "Desative a lista branca seletiva do DNS (passagem pelo RPZ)."
#~ msgid "Name / IP Address"
#~ msgstr "Nome / Endereço-IP"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "named (/var/lib/bind)"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -11,16 +11,11 @@ msgstr ""
"20)) ? 1 : 2;\n" "20)) ? 1 : 2;\n"
"X-Generator: Weblate 4.0-dev\n" "X-Generator: Weblate 4.0-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Actiune" msgstr "Actiune"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Surse Active" msgstr "Surse Active"
@ -29,7 +24,7 @@ msgstr "Surse Active"
msgid "Adblock" msgid "Adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Acțiune Adblock" msgstr "Acțiune Adblock"
@ -49,45 +44,56 @@ msgstr "Adăugați acest (sub) domeniu în lista locală de interzise."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Adăugați acest (sub) domeniu la lista locală de admise." msgstr "Adăugați acest (sub) domeniu la lista locală de admise."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Setări Suplimentare" msgstr "Setări Suplimentare"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Întârziere adițională înainte ca procesarea adblock-ului să înceapă (în " "Întârziere adițională înainte ca procesarea adblock-ului să înceapă (în "
"secunde)." "secunde)."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Setări Avansate DNS" msgstr "Setări Avansate DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Setări Avansate E-Mail" msgstr "Setări Avansate E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Setări Avansate Raport" msgstr "Setări Avansate Raport"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Răspuns" msgstr "Răspuns"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Director copie de siguranţă" msgstr "Director copie de siguranţă"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Director Temporar de Bază" msgstr "Director Temporar de Bază"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -108,19 +114,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Lista de Interzise..." msgstr "Lista de Interzise..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Domeniu blocat"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Domenii Blocate" msgstr "Domenii Blocate"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Copie de Rezervă Pentru Lista de Blocate" msgstr "Copie de Rezervă Pentru Lista de Blocate"
@ -132,11 +146,11 @@ msgstr "Interogare Lista de Blocare"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Interogare Lista de Blocare..." msgstr "Interogare Lista de Blocare..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Surse de blocare" msgstr "Surse de blocare"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -151,12 +165,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Renunțare" msgstr "Renunțare"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -164,7 +178,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "Client" msgstr "Client"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -182,7 +200,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Număr" msgstr "Număr"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -190,22 +208,22 @@ msgstr ""
"Creare copii de rezervă comprimate a listei de blocate, acestea vor fi " "Creare copii de rezervă comprimate a listei de blocate, acestea vor fi "
"utilizate în cazul erorilor de descărcare sau în timpul pornirii." "utilizate în cazul erorilor de descărcare sau în timpul pornirii."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Director DNS" msgstr "Director DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Raport DNS" msgstr "Raport DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Timp Repornire DNS" msgstr "Timp Repornire DNS"
@ -213,15 +231,15 @@ msgstr "Timp Repornire DNS"
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Dezactivare Permite DNS" msgstr "Dezactivare Permite DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Dezactivare Repornire DNS" msgstr "Dezactivare Repornire DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -229,48 +247,51 @@ msgstr ""
"Dezactivează repornirile declanșate de adblock pentru backend-urile dns cu " "Dezactivează repornirile declanșate de adblock pentru backend-urile dns cu "
"funcții de autoîncărcare /notificare." "funcții de autoîncărcare /notificare."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Dezactivați lista selectivă pentru DNS permise (trecere prin RPZ)." msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Domeniu" msgstr "Domeniu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Descărcare Parametri" msgstr "Descărcare Parametri"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Coadă de Descărcare" msgstr "Coadă de Descărcare"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilitar descărcare" msgstr "Utilitar descărcare"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificare e-mail" msgstr "Notificare e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Număr de Notificări pe E-mail" msgstr "Număr de Notificări pe E-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Profil E-Mail" msgstr "Profil E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adresa E-Mail Expeditor" msgstr "Adresa E-Mail Expeditor"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Subiect E-Mail" msgstr "Subiect E-Mail"
@ -284,24 +305,24 @@ msgstr "Editare listă neagră"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Editare listă albă" msgstr "Editare listă albă"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "Activare Căutare Sigură" msgstr "Activare Căutare Sigură"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Activare filtre moderate SafeSearch pentru YouTube." msgstr "Activare filtre moderate SafeSearch pentru YouTube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Activare serviciu adblock." msgstr "Activare serviciu adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
"Activare înregistrare detaliată de depanare în cazul unor erori de procesare." "Activare înregistrare detaliată de depanare în cazul unor erori de procesare."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Activat" msgstr "Activat"
@ -309,7 +330,7 @@ msgstr "Activat"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -321,11 +342,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Activitate(ăți) existentă(e)" msgstr "Activitate(ăți) existentă(e)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Domeniul de căutare DNS extern" msgstr "Domeniul de căutare DNS extern"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -338,35 +359,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Criterii de filtrare precum dată, domeniu sau client (opțional)" msgstr "Criterii de filtrare precum dată, domeniu sau client (opțional)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Eliberează cache-ul DNS" msgstr "Eliberează cache-ul DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Spălare memoria cache DNS înainte de procesarea adblock." msgstr "Spălare memoria cache DNS înainte de procesarea adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Forţează DNS Local" msgstr "Forţează DNS Local"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -377,7 +398,7 @@ msgstr ""
"pachetului „tcpdump-mini” și o repornire completă a serviciului de blocare, " "pachetului „tcpdump-mini” și o repornire completă a serviciului de blocare, "
"pentru a avea efect." "pentru a avea efect."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Setări generale" msgstr "Setări generale"
@ -385,15 +406,15 @@ msgstr "Setări generale"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Informare" msgstr "Informare"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Director Închisoare" msgstr "Director Închisoare"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Ultima rulare" msgstr "Ultima rulare"
@ -401,23 +422,23 @@ msgstr "Ultima rulare"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "Ultimele Cereri DNS" msgstr "Ultimele Cereri DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Lista dispozitivelor de rețea utilizate de tcpdump." msgstr "Lista dispozitivelor de rețea utilizate de tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -426,7 +447,7 @@ msgstr ""
"Alegeți „nespecificat” pentru a utiliza un interval de timp de pornire " "Alegeți „nespecificat” pentru a utiliza un interval de timp de pornire "
"clasic în loc de declanșarea rețelei." "clasic în loc de declanșarea rețelei."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
@ -434,7 +455,7 @@ msgstr ""
"Lista DNS-urilor acceptate cu directorul lor al listelor implicite. Pentru a " "Lista DNS-urilor acceptate cu directorul lor al listelor implicite. Pentru a "
"rescrie calea implicită, utilizați opțiunea „Director DNS”." "rescrie calea implicită, utilizați opțiunea „Director DNS”."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -443,14 +464,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "Vizualizare Jurnal" msgstr "Vizualizare Jurnal"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Nume / Adresă IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "Nu există rezultate de interogare!" msgstr "Nu există rezultate de interogare!"
@ -464,7 +481,7 @@ msgstr "Nu există încă jurnale adblock!"
msgid "Overview" msgid "Overview"
msgstr "Prezentare generală" msgstr "Prezentare generală"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil utilizat de „msmtp” pentru e-mailurile de notificare adblock." msgstr "Profil utilizat de „msmtp” pentru e-mailurile de notificare adblock."
@ -478,7 +495,7 @@ msgstr ""
"Interogare listă de blocări active și copii de rezervă pentru un anumit " "Interogare listă de blocări active și copii de rezervă pentru un anumit "
"domeniu." "domeniu."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -486,17 +503,17 @@ msgstr ""
"Creșteți numărul de notificări pentru a primi e-mailuri dacă numărul total " "Creșteți numărul de notificări pentru a primi e-mailuri dacă numărul total "
"de blocări este mai mic sau egal cu limita dată." "de blocări este mai mic sau egal cu limita dată."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -518,7 +535,7 @@ msgstr "Actualizare Raport DNS"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -526,47 +543,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -574,35 +591,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Salvează" msgstr "Salvează"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -610,25 +627,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -636,53 +653,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Suspendă" msgstr "Suspendă"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -714,7 +731,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -728,7 +745,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -736,7 +753,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Intârzierea declanșării" msgstr "Intârzierea declanșării"
@ -745,12 +762,12 @@ msgstr "Intârzierea declanșării"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -765,11 +782,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -777,18 +798,23 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "Blocked Domain"
#~ msgstr "Domeniu blocat"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "Dezactivați lista selectivă pentru DNS permise (trecere prin RPZ)."
#~ msgid "Name / IP Address"
#~ msgstr "Nume / Adresă IP"
#~ msgid "" #~ msgid ""
#~ "List of supported and fully pre-configured adblock sources, already " #~ "List of supported and fully pre-configured adblock sources, already "
#~ "active sources are pre-selected.<br /> <b><em>To avoid OOM errors, please " #~ "active sources are pre-selected.<br /> <b><em>To avoid OOM errors, please "

View file

@ -16,16 +16,11 @@ msgstr ""
"Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "Project-Info: Это технический перевод, не дословный. Главное-удобный русский "
"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n"
#: 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:419
msgid "- unspecified -"
msgstr "- не указано -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Действие" msgstr "Действие"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Активные источники" msgstr "Активные источники"
@ -34,7 +29,7 @@ msgstr "Активные источники"
msgid "Adblock" msgid "Adblock"
msgstr "Блокировщик рекламы" msgstr "Блокировщик рекламы"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Действие Adblock" msgstr "Действие Adblock"
@ -54,43 +49,54 @@ msgstr "Добавить этот (под-)домен в локальный чё
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Добавить этот (под-)домен в локальный белый список." msgstr "Добавить этот (под-)домен в локальный белый список."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Дополнительный «тюремный» список блокировок" msgstr "Дополнительный «тюремный» список блокировок"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Дополнительные настройки" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "Дополнительная задержка в секундах до начала работы Adblock." msgstr "Дополнительная задержка в секундах до начала работы Adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Расширенные настройки DNS" msgstr "Расширенные настройки DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Расширенные настройки электронной почты" msgstr "Расширенные настройки электронной почты"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Расширенные настройки отчётов" msgstr "Расширенные настройки отчётов"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Ответ" msgstr "Ответ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Папка для резервных копий" msgstr "Папка для резервных копий"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Расположение временных файлов" msgstr "Расположение временных файлов"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -111,19 +117,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Чёрный список..." msgstr "Чёрный список..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "Заблокированные DNS-запросы" msgstr "Заблокированные DNS-запросы"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Блокируемый домен"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Блокируемые домены" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Резервная копия чёрного списка" msgstr "Резервная копия чёрного списка"
@ -135,11 +149,11 @@ msgstr "Поиск по «чёрному списку»"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Поиск по чёрному списку..." msgstr "Поиск по чёрному списку..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Источники черного списка" msgstr "Источники черного списка"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -154,12 +168,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Отмена" msgstr "Отмена"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "Категории" msgstr "Категории"
@ -167,7 +181,11 @@ msgstr "Категории"
msgid "Client" msgid "Client"
msgstr "Клиент" msgstr "Клиент"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -185,7 +203,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Количество" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -193,22 +211,22 @@ msgstr ""
"Создание сжатых резервных копий списков блокировок для использования при " "Создание сжатых резервных копий списков блокировок для использования при "
"различных проблемах с загрузкой или во время запуска." "различных проблемах с загрузкой или во время запуска."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "Служба DNS" msgstr "Служба DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Папка DNS" msgstr "Папка DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Отчёт DNS" msgstr "Отчёт DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Тайм-аут перезапуска DNS" msgstr "Тайм-аут перезапуска DNS"
@ -216,15 +234,15 @@ msgstr "Тайм-аут перезапуска DNS"
msgid "Date" msgid "Date"
msgstr "Дата" msgstr "Дата"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Отключить пропуск DNS" msgstr "Отключить пропуск DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Отключить перезагрузки DNS" msgstr "Отключить перезагрузки DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -232,49 +250,51 @@ msgstr ""
"Отключить перезапуски служб DNS с функциями автозагрузки/inotify, вызываемые " "Отключить перезапуски служб DNS с функциями автозагрузки/inotify, вызываемые "
"Adblock." "Adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
#, fuzzy msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr ""
msgstr "Запретить избирательное применение белого списка DNS (сквозное RPZ)."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Домен" msgstr "Домен"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Параметры загрузки" msgstr "Параметры загрузки"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Очередь загрузки" msgstr "Очередь загрузки"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Утилита для загрузки" msgstr "Утилита для загрузки"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Уведомление по электронной почте" msgstr "Уведомление по электронной почте"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Счётчик e-mail уведомлений" msgstr "Счётчик e-mail уведомлений"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Профиль электронной почты" msgstr "Профиль электронной почты"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Адрес получателя" msgstr "Адрес получателя"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Адрес отправителя" msgstr "Адрес отправителя"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Тема" msgstr "Тема"
@ -288,23 +308,23 @@ msgstr "Редактировать чёрный список"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Редактировать белый список" msgstr "Редактировать белый список"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "Включить Безопасный поиск" msgstr "Включить Безопасный поиск"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Включить более умеренные фильтры Безопасного поиска для УouTube." msgstr "Включить более умеренные фильтры Безопасного поиска для УouTube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Включить службу Adblock." msgstr "Включить службу Adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Включить подробное формирование отчёта на случай возникновения ошибок." msgstr "Включить подробное формирование отчёта на случай возникновения ошибок."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Включено" msgstr "Включено"
@ -312,7 +332,7 @@ msgstr "Включено"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "Время окончания" msgstr "Время окончания"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -324,11 +344,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Существующие задания" msgstr "Существующие задания"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Внешний домен DNS Lookup" msgstr "Внешний домен DNS Lookup"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -341,39 +361,39 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Критерии фильтрации, такие как дата, домен или клиент (необязательно)" msgstr "Критерии фильтрации, такие как дата, домен или клиент (необязательно)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "Порты файерволла, перенаправляемые локально." msgstr "Порты файерволла, перенаправляемые локально."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
#, fuzzy #, fuzzy
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Зоны файерволла, перенаправляемые локально." msgstr "Зоны файерволла, перенаправляемые локально."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Очистка кэша DNS" msgstr "Очистка кэша DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Дополнительная очистка кэша DNS до его обработки Adblock." msgstr "Дополнительная очистка кэша DNS до его обработки Adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
#, fuzzy #, fuzzy
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Принудительный локальный DNS" msgstr "Принудительный локальный DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
#, fuzzy #, fuzzy
msgid "Forced Ports" msgid "Forced Ports"
msgstr "Перенаправляемые порты" msgstr "Перенаправляемые порты"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
#, fuzzy #, fuzzy
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Перенаправляемые зоны" msgstr "Перенаправляемые зоны"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -383,7 +403,7 @@ msgstr ""
"<i>Обратите внимание: для работы этой функции необходим пакет 'tcpdump-mini' " "<i>Обратите внимание: для работы этой функции необходим пакет 'tcpdump-mini' "
"и полная перезагрузка службы Adblock.</i>" "и полная перезагрузка службы Adblock.</i>"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Общие настройки" msgstr "Общие настройки"
@ -391,15 +411,15 @@ msgstr "Общие настройки"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "Предоставить доступ к приложению Adblock для LuCI" msgstr "Предоставить доступ к приложению Adblock для LuCI"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Информация" msgstr "Информация"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Папка для «тюрьмы»" msgstr "Папка для «тюрьмы»"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Последний запуск" msgstr "Последний запуск"
@ -407,25 +427,25 @@ msgstr "Последний запуск"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "Последние DNS-запросы" msgstr "Последние DNS-запросы"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "Ограничить Безопасный поиск" msgstr "Ограничить Безопасный поиск"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
"Ограничить использование Безопасного поиска определёнными поисковыми " "Ограничить использование Безопасного поиска определёнными поисковыми "
"службами." "службами."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Номер строки для удаления" msgstr "Номер строки для удаления"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Список доступных сетевых устройств, используемых tcpdump." msgstr "Список доступных сетевых устройств, используемых tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -433,7 +453,7 @@ msgstr ""
"Список сетевых интерфейсов для запуска Adblock в случае их доступности. " "Список сетевых интерфейсов для запуска Adblock в случае их доступности. "
"Выберите «не определено» для стандартного запуска по тайм-ауту." "Выберите «не определено» для стандартного запуска по тайм-ауту."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
@ -441,7 +461,7 @@ msgstr ""
"Список поддерживаемых служб DNS с их каталогом по умолчанию. Чтобы " "Список поддерживаемых служб DNS с их каталогом по умолчанию. Чтобы "
"перезаписать путь по умолчанию, используйте опцию «Каталог DNS»." "перезаписать путь по умолчанию, используйте опцию «Каталог DNS»."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
"Список поддерживаемых предварительно настроенных утилит для загрузки списков." "Список поддерживаемых предварительно настроенных утилит для загрузки списков."
@ -451,14 +471,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "Просмотр журнала" msgstr "Просмотр журнала"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Низкий приоритет службы" msgstr "Низкий приоритет службы"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Имя / IP-адрес"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "Нет результатов запроса!" msgstr "Нет результатов запроса!"
@ -472,7 +488,7 @@ msgstr "Ещё нет журналов, связанных с Adblock!"
msgid "Overview" msgid "Overview"
msgstr "Обзор" msgstr "Обзор"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Профиль, используемый 'msmtp' для отправки почтовых уведомлений." msgstr "Профиль, используемый 'msmtp' для отправки почтовых уведомлений."
@ -485,7 +501,7 @@ msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
"Поиск определенного домена в активных списках блокировок и резервных копиях." "Поиск определенного домена в активных списках блокировок и резервных копиях."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
#, fuzzy #, fuzzy
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
@ -494,11 +510,11 @@ msgstr ""
"Увеличение количества уведомлений для отправки письма в случае, если " "Увеличение количества уведомлений для отправки письма в случае, если "
"количество блокировок не превышает указанного числа." "количество блокировок не превышает указанного числа."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "Адрес получателя для уведомлений по электронной почте." msgstr "Адрес получателя для уведомлений по электронной почте."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
@ -506,7 +522,7 @@ msgstr ""
"Перенаправление всех DNS-запросов из указанных зон к локальной службе DNS " "Перенаправление всех DNS-запросов из указанных зон к локальной службе DNS "
"Lookup. Применяется к протоколам TCP и UDP." "Lookup. Применяется к протоколам TCP и UDP."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -528,7 +544,7 @@ msgstr "Обновить отчёт DNS"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "Обновить таймер" msgstr "Обновить таймер"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "Обновить таймер..." msgstr "Обновить таймер..."
@ -536,47 +552,47 @@ msgstr "Обновить таймер..."
msgid "Refresh..." msgid "Refresh..."
msgstr "Обновить..." msgstr "Обновить..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "Ослабить Безопасный поиск" msgstr "Ослабить Безопасный поиск"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "Перезапустить" msgstr "Перезапустить"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Удалить существующее задание" msgstr "Удалить существующее задание"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Количество фрагментов отчёта" msgstr "Количество фрагментов отчёта"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Размер фрагментов отчёта" msgstr "Размер фрагментов отчёта"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Папка для отчётов" msgstr "Папка для отчётов"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Интерфейсы в отчёте" msgstr "Интерфейсы в отчёте"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "Порты в отчёте" msgstr "Порты в отчёте"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Количество фрагментов отчёта, используемых tcpdump." msgstr "Количество фрагментов отчёта, используемых tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Размер фрагментов отчёта, используемых tcpdump, в мегабайтах." msgstr "Размер фрагментов отчёта, используемых tcpdump, в мегабайтах."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "Перезапустить" msgstr "Перезапустить"
@ -584,30 +600,30 @@ msgstr "Перезапустить"
msgid "Result" msgid "Result"
msgstr "Результат" msgstr "Результат"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "Рабочие папки" msgstr "Рабочие папки"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
#, fuzzy #, fuzzy
msgid "Run Flags" msgid "Run Flags"
msgstr "Рабочие флаги" msgstr "Рабочие флаги"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "Рабочие интерфейсы" msgstr "Рабочие интерфейсы"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "Рабочие утилиты" msgstr "Рабочие утилиты"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Сохранить" msgstr "Сохранить"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
@ -615,7 +631,7 @@ msgstr ""
"Отправлять на e-mail уведомления, касающиеся Adblock. <br /> <i>Обратите " "Отправлять на e-mail уведомления, касающиеся Adblock. <br /> <i>Обратите "
"внимание: требуется установка дополнительного пакета \"msmtp\".</i>" "внимание: требуется установка дополнительного пакета \"msmtp\".</i>"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "E-Mail адрес отправителя уведомлений Adblock." msgstr "E-Mail адрес отправителя уведомлений Adblock."
@ -623,11 +639,11 @@ msgstr "E-Mail адрес отправителя уведомлений Adblock.
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Настройки" msgstr "Настройки"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
@ -635,16 +651,16 @@ msgstr ""
"Размер очереди загрузки для параллельной обработки (сортировки, объединения " "Размер очереди загрузки для параллельной обработки (сортировки, объединения "
"и т.п.)." "и т.п.)."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
#, fuzzy #, fuzzy
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Источники (Размер, Фокусировка)" msgstr "Источники (Размер, Фокусировка)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Разделенный пробелами список портов, используемых tcpdump." msgstr "Разделенный пробелами список портов, используемых tcpdump."
#: 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "Специальные опции конфигурации для выбранной утилиты загрузки." msgstr "Специальные опции конфигурации для выбранной утилиты загрузки."
@ -652,53 +668,53 @@ msgstr "Специальные опции конфигурации для выб
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "Время начала" msgstr "Время начала"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "Интерфейс для запуска" msgstr "Интерфейс для запуска"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "Статус / Версия" msgstr "Статус / Версия"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Приостановить" msgstr "Приостановить"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Папка для созданного списка блокировки 'adb_list.overall'." msgstr "Папка для созданного списка блокировки 'adb_list.overall'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "Папка для «тюремного» списка блокировки 'adb_list.jail'." msgstr "Папка для «тюремного» списка блокировки 'adb_list.jail'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "Не удалось обновить таймер обновления." msgstr "Не удалось обновить таймер обновления."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "Таймер обновления обновлён." msgstr "Таймер обновления обновлён."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "День недели (необязательно, значения: 17, запятые или дефисы)" msgstr "День недели (необязательно, значения: 17, запятые или дефисы)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "Распределение часов (обязательно, значения: 023)" msgstr "Распределение часов (обязательно, значения: 023)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "Распределение минут (обязательно, значения: 059)" msgstr "Распределение минут (обязательно, значения: 059)"
@ -740,7 +756,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Время" msgstr "Время"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Тайм-аут ожидания успешного перезапуска службы DNS." msgstr "Тайм-аут ожидания успешного перезапуска службы DNS."
@ -754,7 +770,7 @@ msgstr "Чтобы списки были актуальны, настройте
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Топ-10 статистики" msgstr "Топ-10 статистики"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Тема, используемая для отправки электронных писем." msgstr "Тема, используемая для отправки электронных писем."
@ -762,7 +778,7 @@ msgstr "Тема, используемая для отправки электр
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "Всего DNS-запросов" msgstr "Всего DNS-запросов"
#: 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Задержка запуска" msgstr "Задержка запуска"
@ -771,12 +787,12 @@ msgstr "Задержка запуска"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Невозможно сохранить изменения: %s" msgstr "Невозможно сохранить изменения: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Подробный журнал отладки" msgstr "Подробный журнал отладки"
@ -793,11 +809,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "Белый список..." msgstr "Белый список..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)"
@ -805,18 +825,31 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "макс. размер списка результатов" msgstr "макс. размер списка результатов"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "named (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "raw (/tmp)" msgstr "raw (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "- не указано -"
#~ msgid "Blocked Domain"
#~ msgstr "Блокируемый домен"
#, fuzzy
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr ""
#~ "Запретить избирательное применение белого списка DNS (сквозное RPZ)."
#~ msgid "Name / IP Address"
#~ msgstr "Имя / IP-адрес"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "named (/var/lib/bind)"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.5\n" "X-Generator: Weblate 4.5\n"
#: 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:419
msgid "- unspecified -"
msgstr "- නිශ්චිතව දක්වා නැත -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "" msgstr ""
@ -28,7 +23,7 @@ msgstr ""
msgid "Adblock" msgid "Adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -48,43 +43,54 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "පිළිතුර" msgstr "පිළිතුර"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -101,19 +107,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -125,11 +139,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -140,12 +154,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -153,7 +167,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -167,28 +185,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -196,62 +214,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -265,23 +286,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "" msgstr ""
@ -289,7 +310,7 @@ msgstr ""
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -299,11 +320,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -313,42 +334,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -356,15 +377,15 @@ msgstr ""
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -372,35 +393,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -409,14 +430,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -430,7 +447,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -442,23 +459,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -477,7 +494,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -485,47 +502,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -533,35 +550,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -569,25 +586,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -595,53 +612,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -673,7 +690,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -687,7 +704,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -695,7 +712,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -704,12 +721,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -724,11 +741,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -736,14 +757,13 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "- unspecified -"
#~ msgstr "- නිශ්චිතව දක්වා නැත -"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Akcia" msgstr "Akcia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "" msgstr ""
@ -28,7 +23,7 @@ msgstr ""
msgid "Adblock" msgid "Adblock"
msgstr "Blokovanie reklamy Adblock" msgstr "Blokovanie reklamy Adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Akcia" msgstr "Akcia"
@ -48,46 +43,57 @@ msgstr "Pridať túto (sub-) doménu medzi lokálne zakázané domény."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Pridať túto (sub-) doménu medzi lokálne povolené domény." 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:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Ďalšie nastavenia" msgstr "Ďalšie nastavenia"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Dodatočné oneskorenie v sekundách pred začiatkom spracovania blokovania " "Dodatočné oneskorenie v sekundách pred začiatkom spracovania blokovania "
"reklamy." "reklamy."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Pokročilé DNS nastavenia" msgstr "Pokročilé DNS nastavenia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Pokročilé nastavenia e-mailu" msgstr "Pokročilé nastavenia e-mailu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
#, fuzzy #, fuzzy
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Pokročilé nastavenia" msgstr "Pokročilé nastavenia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Odpoveď" msgstr "Odpoveď"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Záložný priečinok" msgstr "Záložný priečinok"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Základný Temp priečinok" msgstr "Základný Temp priečinok"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -106,19 +112,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Zoznam zakázaných domén..." msgstr "Zoznam zakázaných domén..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Blokovaná doména"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Blokované domény" msgstr "Blokované domény"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Záloha zoznamu blokovaných domén" msgstr "Záloha zoznamu blokovaných domén"
@ -130,11 +144,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Zdroje zoznamov blokovaní" msgstr "Zdroje zoznamov blokovaní"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -145,12 +159,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Zrušiť" msgstr "Zrušiť"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -158,7 +172,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "Klient" msgstr "Klient"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -172,28 +190,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Počet" msgstr "Počet"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS adresár" msgstr "DNS adresár"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -201,62 +219,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Dátum" msgstr "Dátum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Doména" msgstr "Doména"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Nástroj na sťahovanie" msgstr "Nástroj na sťahovanie"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Upozornenie e-mailom" msgstr "Upozornenie e-mailom"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adresa príjemcu e-mailu" msgstr "Adresa príjemcu e-mailu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -270,23 +291,23 @@ msgstr "Upraviť čiernu listinu"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Upraviť bielu listinu" msgstr "Upraviť bielu listinu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Povolené" msgstr "Povolené"
@ -294,7 +315,7 @@ msgstr "Povolené"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -304,11 +325,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -318,42 +339,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Vyprázdniť medzipamäť DNS" msgstr "Vyprázdniť medzipamäť DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Všeobecné nastavenia" msgstr "Všeobecné nastavenia"
@ -361,15 +382,15 @@ msgstr "Všeobecné nastavenia"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Informácie" msgstr "Informácie"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -377,35 +398,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -414,14 +435,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -435,7 +452,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Prehľad" msgstr "Prehľad"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -447,23 +464,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -482,7 +499,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -490,47 +507,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -538,35 +555,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Uložiť" msgstr "Uložiť"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -574,25 +591,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Nastavenia" msgstr "Nastavenia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -600,53 +617,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -678,7 +695,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -692,7 +709,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -700,7 +717,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -709,12 +726,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -729,11 +746,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -741,18 +762,17 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "Blocked Domain"
#~ msgstr "Blokovaná doména"
#~ msgid "DNS File Reset" #~ msgid "DNS File Reset"
#~ msgstr "Inicializácia DNS súboru" #~ msgstr "Inicializácia DNS súboru"

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5.2-dev\n" "X-Generator: Weblate 4.5.2-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "- ospecificerad -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Åtgärd" msgstr "Åtgärd"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Aktiva källor" msgstr "Aktiva källor"
@ -28,7 +23,7 @@ msgstr "Aktiva källor"
msgid "Adblock" msgid "Adblock"
msgstr "Adblock" msgstr "Adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Reklamblockeringshandling" msgstr "Reklamblockeringshandling"
@ -48,45 +43,56 @@ msgstr "Lägg till denna (under-)domän till din lokala svartlista."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Lägg till denna (under-)domän i din lokala vitlista." msgstr "Lägg till denna (under-)domän i din lokala vitlista."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Ytterligare arrest-blocklista" msgstr "Ytterligare arrest-blocklista"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Fler inställningar" msgstr "Fler inställningar"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Ytterligare trigger fördröjning i sekunder innan Adblock-bearbetningen " "Ytterligare trigger fördröjning i sekunder innan Adblock-bearbetningen "
"påbörjas." "påbörjas."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Avancerade DNS-inställningar" msgstr "Avancerade DNS-inställningar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Avancerade e-post-inställingar" msgstr "Avancerade e-post-inställingar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Avancerade rapportinställningar" msgstr "Avancerade rapportinställningar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Svar" msgstr "Svar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Säkerhetskopiera mapp" msgstr "Säkerhetskopiera mapp"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Tempkatalogbas" msgstr "Tempkatalogbas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -107,19 +113,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Svartlista..." msgstr "Svartlista..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "Blockerade DNS-uppslag" msgstr "Blockerade DNS-uppslag"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Blockerad domän"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Blockerade domäner" msgstr "Blockerade domäner"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Blockeringslistssäkerhetskopia" msgstr "Blockeringslistssäkerhetskopia"
@ -131,11 +145,11 @@ msgstr "Blockeringslistsfråga"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Blockeringslistsfråga..." msgstr "Blockeringslistsfråga..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Källor för blockeringslistor" msgstr "Källor för blockeringslistor"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -149,12 +163,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Avbryt" msgstr "Avbryt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -162,7 +176,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "Klient" msgstr "Klient"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -180,7 +198,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Räkna" msgstr "Räkna"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -188,22 +206,22 @@ msgstr ""
"Skapa komprimerade säkerhetskopior av spärrlistor för att användas vid " "Skapa komprimerade säkerhetskopior av spärrlistor för att användas vid "
"uppstart i händelse av nedladdningsfel." "uppstart i händelse av nedladdningsfel."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "DNS-bakände" msgstr "DNS-bakände"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS-mapp" msgstr "DNS-mapp"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS-rapport" msgstr "DNS-rapport"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Tidsgräns för DNS-omstart" msgstr "Tidsgräns för DNS-omstart"
@ -211,15 +229,15 @@ msgstr "Tidsgräns för DNS-omstart"
msgid "Date" msgid "Date"
msgstr "Datum" msgstr "Datum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Inaktivera DNS-tillåtelse" msgstr "Inaktivera DNS-tillåtelse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Inaktivera DNS-omstarter" msgstr "Inaktivera DNS-omstarter"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -227,48 +245,51 @@ msgstr ""
"Inaktivera annonsblockeringsstyrda omstarter av DNS-bakändar med autoload/" "Inaktivera annonsblockeringsstyrda omstarter av DNS-bakändar med autoload/"
"inotify funktionalitet." "inotify funktionalitet."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Inaktivera selektiv DNS-vitlistning (RPZ-genomflöde)." msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Domän" msgstr "Domän"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "Ladda ner parametrar" msgstr "Ladda ner parametrar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "Nedladdningskö" msgstr "Nedladdningskö"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "Ladda ner verktyget" msgstr "Ladda ner verktyget"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-postavisering" msgstr "E-postavisering"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Antal E-postaviseringar" msgstr "Antal E-postaviseringar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-postprofil" msgstr "E-postprofil"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-postmottagaradress" msgstr "E-postmottagaradress"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Avsändaradress för e-post" msgstr "Avsändaradress för e-post"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-postämne" msgstr "E-postämne"
@ -282,23 +303,23 @@ msgstr "Redigera svartlista"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Redigera vitlista" msgstr "Redigera vitlista"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "Aktivera SafeSearch" msgstr "Aktivera SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Aktivera måttliga SafeSearch-filter för Youtube." msgstr "Aktivera måttliga SafeSearch-filter för Youtube."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Aktivera annonsblockerinstjänsten." msgstr "Aktivera annonsblockerinstjänsten."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Aktivera utförlig avlusningsloggning i händelse av behandlingsfel." msgstr "Aktivera utförlig avlusningsloggning i händelse av behandlingsfel."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Aktiverad" msgstr "Aktiverad"
@ -306,7 +327,7 @@ msgstr "Aktiverad"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "Sluttidstämpel" msgstr "Sluttidstämpel"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -316,11 +337,11 @@ msgstr "Påtvingar SafeSearch på Google, Bing, DuckDuckGo, Yandex och Pixbay."
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Befintliga jobb" msgstr "Befintliga jobb"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Extern DNS-uppslagsdomän" msgstr "Extern DNS-uppslagsdomän"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -332,35 +353,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Filtreringsvillkor som datum, domän eller klient (valfritt)" msgstr "Filtreringsvillkor som datum, domän eller klient (valfritt)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "Brandväggsportar som ska forceras lokalt." msgstr "Brandväggsportar som ska forceras lokalt."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Brandväggskällzoner som ska forceras lokalt." msgstr "Brandväggskällzoner som ska forceras lokalt."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Töm DNS-cache" msgstr "Töm DNS-cache"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Spola också DNS-cachen innan annonsblockeringshantering." msgstr "Spola också DNS-cachen innan annonsblockeringshantering."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Tvinga lokal DNS" msgstr "Tvinga lokal DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "Forcerade portar" msgstr "Forcerade portar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Forcerade zoner" msgstr "Forcerade zoner"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -371,7 +392,7 @@ msgstr ""
"'tcpdump-mini'-paketet och en fullständig omstart av " "'tcpdump-mini'-paketet och en fullständig omstart av "
"annonsblockeringstjänsten för att få verkan." "annonsblockeringstjänsten för att få verkan."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Generella inställningar" msgstr "Generella inställningar"
@ -379,15 +400,15 @@ msgstr "Generella inställningar"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "Ge tillgång till LuCi-programmet annonsblockering" msgstr "Ge tillgång till LuCi-programmet annonsblockering"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Information" msgstr "Information"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Arrestkatalog" msgstr "Arrestkatalog"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Kördes senast" msgstr "Kördes senast"
@ -395,23 +416,23 @@ msgstr "Kördes senast"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "Senaste DNS-begäranden" msgstr "Senaste DNS-begäranden"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "Begränsa SafeSearch" msgstr "Begränsa SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "Begränsa SafeSearch till vissa leverantörer." msgstr "Begränsa SafeSearch till vissa leverantörer."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Lista med tillgängliga nätverksenheter använda av tcpdump." msgstr "Lista med tillgängliga nätverksenheter använda av tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -420,7 +441,7 @@ msgstr ""
"annonsblockeringen. Välj 'unspecified' för att använda en klassisk " "annonsblockeringen. Välj 'unspecified' för att använda en klassisk "
"upstartstidsgräns istället för en nätverksaktivering." "upstartstidsgräns istället för en nätverksaktivering."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
@ -428,7 +449,7 @@ msgstr ""
"Lista med tillgängliga DNS-bakändar med deras standardlistskatalog. För att " "Lista med tillgängliga DNS-bakändar med deras standardlistskatalog. För att "
"åsidosätta standardsökvägen; använd alternativet 'DNS-katalog'." "åsidosätta standardsökvägen; använd alternativet 'DNS-katalog'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "Lista över stödda och helt förkonfigurerade nedladdningsverktyg." msgstr "Lista över stödda och helt förkonfigurerade nedladdningsverktyg."
@ -437,14 +458,10 @@ msgstr "Lista över stödda och helt förkonfigurerade nedladdningsverktyg."
msgid "Log View" msgid "Log View"
msgstr "Logutsikt" msgstr "Logutsikt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Lågprioriterad tjänst" msgstr "Lågprioriterad tjänst"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "Namn / IP-adress"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "Inga frågeresultat!" msgstr "Inga frågeresultat!"
@ -458,7 +475,7 @@ msgstr "Inga annonsblockerinsrelaterade loggar ännu!"
msgid "Overview" msgid "Overview"
msgstr "Överblick" msgstr "Överblick"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
"Profil som används av 'msmtp' för annonsblockeringsaviserinse-" "Profil som används av 'msmtp' för annonsblockeringsaviserinse-"
@ -472,7 +489,7 @@ msgstr "Fråga"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "Fråga aktiva svartlistor och säkerhetskopior efter en given domän." msgstr "Fråga aktiva svartlistor och säkerhetskopior efter en given domän."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -480,11 +497,11 @@ msgstr ""
"Öka aviseringsantalet för att få e-post om den sammantagna spärrlistans " "Öka aviseringsantalet för att få e-post om den sammantagna spärrlistans "
"antal är mindre än eller lika med den givna gränsen." "antal är mindre än eller lika med den givna gränsen."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "Mottagande adress för annonsblockeringsaviserings-e-postmeddelanden." msgstr "Mottagande adress för annonsblockeringsaviserings-e-postmeddelanden."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
@ -492,7 +509,7 @@ msgstr ""
"Omdirigera alla DNS-frågor från specifika zoner till den lokala DNS-" "Omdirigera alla DNS-frågor från specifika zoner till den lokala DNS-"
"utredaren, gäller för UDP- och TCP-protokoll." "utredaren, gäller för UDP- och TCP-protokoll."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -514,7 +531,7 @@ msgstr "Förnya DNS-rapporten"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "Förnya stoppuret" msgstr "Förnya stoppuret"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "Förnya stoppuret..." msgstr "Förnya stoppuret..."
@ -522,47 +539,47 @@ msgstr "Förnya stoppuret..."
msgid "Refresh..." msgid "Refresh..."
msgstr "Fräscha upp..." msgstr "Fräscha upp..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "Slappna av SafeSearch" msgstr "Slappna av SafeSearch"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Rapportera klimpantal" msgstr "Rapportera klimpantal"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Rapportera klimpstorlek" msgstr "Rapportera klimpstorlek"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "Rapportkatalog" msgstr "Rapportkatalog"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "Rapportgränssnitt" msgstr "Rapportgränssnitt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "Rapporthamnar" msgstr "Rapporthamnar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Rapportera klimpantal använt av tcpdump." msgstr "Rapportera klimpantal använt av tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Rapportera klimpstorlek som används av tcpdump i MByte." msgstr "Rapportera klimpstorlek som används av tcpdump i MByte."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -570,35 +587,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "Resultat" msgstr "Resultat"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "Körkataloger" msgstr "Körkataloger"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "Förflaggor" msgstr "Förflaggor"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "Körgränssnitt" msgstr "Körgränssnitt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "Kör verktyg" msgstr "Kör verktyg"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Spara" msgstr "Spara"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -606,25 +623,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Inställningar" msgstr "Inställningar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -632,53 +649,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "Status / Version" msgstr "Status / Version"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "Stäng av" msgstr "Stäng av"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -710,7 +727,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -724,7 +741,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -732,7 +749,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -741,12 +758,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -761,11 +778,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -773,18 +794,26 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "- unspecified -"
#~ msgstr "- ospecificerad -"
#~ msgid "Blocked Domain"
#~ msgstr "Blockerad domän"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "Inaktivera selektiv DNS-vitlistning (RPZ-genomflöde)."
#~ msgid "Name / IP Address"
#~ msgstr "Namn / IP-adress"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -1,16 +1,11 @@
msgid "" msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8" msgstr "Content-Type: text/plain; charset=UTF-8"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "" msgstr ""
@ -19,7 +14,7 @@ msgstr ""
msgid "Adblock" msgid "Adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -39,43 +34,54 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -92,19 +98,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -116,11 +130,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -131,12 +145,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -144,7 +158,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -158,28 +176,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -187,62 +205,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -256,23 +277,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "" msgstr ""
@ -280,7 +301,7 @@ msgstr ""
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -290,11 +311,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -304,42 +325,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -347,15 +368,15 @@ msgstr ""
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -363,35 +384,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -400,14 +421,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -421,7 +438,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -433,23 +450,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -468,7 +485,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -476,47 +493,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -524,35 +541,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -560,25 +577,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -586,53 +603,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -664,7 +681,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -678,7 +695,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -686,7 +703,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -695,12 +712,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -715,11 +732,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -727,14 +748,10 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.6-dev\n" "X-Generator: Weblate 4.6-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "belirtilmemiş"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Eylem" msgstr "Eylem"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Etkin Kaynaklar" msgstr "Etkin Kaynaklar"
@ -28,7 +23,7 @@ msgstr "Etkin Kaynaklar"
msgid "Adblock" msgid "Adblock"
msgstr "Reklam Engelleyici" msgstr "Reklam Engelleyici"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Reklam engelleme eylemi" msgstr "Reklam engelleme eylemi"
@ -48,44 +43,55 @@ msgstr "Bu (alt-)alan adını yerel kara listenize ekleyin."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Bu (alt)alan adını yerel izin verilen listenize ekleyin." msgstr "Bu (alt)alan adını yerel izin verilen listenize ekleyin."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Ek \"Hapis\" Engelleme listesi" msgstr "Ek \"Hapis\" Engelleme listesi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "Ek Ayarlar" msgstr "Ek Ayarlar"
#: 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Reklam engelleme işlemi başlamadan önce saniye cinsinden gecikme süresi." "Reklam engelleme işlemi başlamadan önce saniye cinsinden gecikme süresi."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "Gelişmiş DNS Ayarları" msgstr "Gelişmiş DNS Ayarları"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "Gelişmiş E-Posta Ayarları" msgstr "Gelişmiş E-Posta Ayarları"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Gelişmiş Rapor Ayarları" msgstr "Gelişmiş Rapor Ayarları"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Cevap" msgstr "Cevap"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Yedekleme Dizini" msgstr "Yedekleme Dizini"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "Temel Geçici Dizin" msgstr "Temel Geçici Dizin"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -106,19 +112,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Kara liste..." msgstr "Kara liste..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "Engellenen DNS İstekleri" msgstr "Engellenen DNS İstekleri"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Engellenmiş Alan Adı"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "Engellenen Alan Adları" msgstr "Engellenen Alan Adları"
#: 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "Engelleme Listesi Yedekleme" msgstr "Engelleme Listesi Yedekleme"
@ -130,11 +144,11 @@ msgstr "Engelleme Listesi Sorgusu"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "Engelleme Listesi Sorgusu..." msgstr "Engelleme Listesi Sorgusu..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Engelleme Listesi Kaynakları" msgstr "Engelleme Listesi Kaynakları"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -149,12 +163,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "İptal" msgstr "İptal"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "Kategoriler" msgstr "Kategoriler"
@ -162,7 +176,11 @@ msgstr "Kategoriler"
msgid "Client" msgid "Client"
msgstr "İstemci" msgstr "İstemci"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -181,7 +199,7 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Adet" msgstr "Adet"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
@ -189,22 +207,22 @@ msgstr ""
"Sıkıştırılmış kara liste yedekleri oluşturun, bunlar indirme hataları ve " "Sıkıştırılmış kara liste yedekleri oluşturun, bunlar indirme hataları ve "
"başlatma sırasında kullanılacaktır." "başlatma sırasında kullanılacaktır."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "DNS Arka Uç" msgstr "DNS Arka Uç"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS Dizini" msgstr "DNS Dizini"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS Raporu" msgstr "DNS Raporu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS Yeniden Başlatma Zaman Aşımı" msgstr "DNS Yeniden Başlatma Zaman Aşımı"
@ -212,15 +230,15 @@ msgstr "DNS Yeniden Başlatma Zaman Aşımı"
msgid "Date" msgid "Date"
msgstr "Tarih" msgstr "Tarih"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "DNS İzin Vermeyi Devre Dışı bırakın" msgstr "DNS İzin Vermeyi Devre Dışı bırakın"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "DNS Yeniden Başlatmalarını Devre Dışı bırakın" msgstr "DNS Yeniden Başlatmalarını Devre Dışı bırakın"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -228,48 +246,51 @@ msgstr ""
"Adblock tarafından tetiklenen autoload/inotify fonksiyonları ile dns arka uç " "Adblock tarafından tetiklenen autoload/inotify fonksiyonları ile dns arka uç "
"yeniden başlatmasını devre dışı bırakın." "yeniden başlatmasını devre dışı bırakın."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Seçilebilir DNS beyaz listesini (RPZ geçişi) devre dışı bırakın." msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Alan" msgstr "Alan"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "İndirme Parametreleri" msgstr "İndirme Parametreleri"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "İndirme Kuyruğu" msgstr "İndirme Kuyruğu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "İndirme Aracı" msgstr "İndirme Aracı"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Posta Bildirimi" msgstr "E-Posta Bildirimi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "E-Posta Bildirim Sayısı" msgstr "E-Posta Bildirim Sayısı"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Posta Profili" msgstr "E-Posta Profili"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Posta Alıcı Adresi" msgstr "E-Posta Alıcı Adresi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Posta Gönderen Adresi" msgstr "E-Posta Gönderen Adresi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Posta Konusu" msgstr "E-Posta Konusu"
@ -283,25 +304,25 @@ msgstr "Karalisteyi Düzenle"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Beyazlisteyi Düzenle" msgstr "Beyazlisteyi Düzenle"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "GüvenliArama'yı Etkinleştir" msgstr "GüvenliArama'yı Etkinleştir"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Youtube için hafif GüvenliArama'yı etkinleştir." msgstr "Youtube için hafif GüvenliArama'yı etkinleştir."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "Adblock servisini etkinleştir." msgstr "Adblock servisini etkinleştir."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
"Herhangi bir işleme hatası durumunda ayrıntılı hata ayıklama günlüğünü " "Herhangi bir işleme hatası durumunda ayrıntılı hata ayıklama günlüğünü "
"etkinleştir." "etkinleştir."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Etkin" msgstr "Etkin"
@ -309,7 +330,7 @@ msgstr "Etkin"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "Zaman damgasını bitir" msgstr "Zaman damgasını bitir"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -321,11 +342,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Mevcut iş(ler)" msgstr "Mevcut iş(ler)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Harici DNS Arama Alanı" msgstr "Harici DNS Arama Alanı"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -338,35 +359,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Tarih, alan, client gibi filtre özellikleri (opsiyonel)" msgstr "Tarih, alan, client gibi filtre özellikleri (opsiyonel)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "Yerel olarak zorlanması gereken güvenlik duvarı bağlantı noktaları." msgstr "Yerel olarak zorlanması gereken güvenlik duvarı bağlantı noktaları."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Yerel olarak zorunlu olması gereken güvenlik duvarı kaynak bölgeleri." msgstr "Yerel olarak zorunlu olması gereken güvenlik duvarı kaynak bölgeleri."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "DNS Önbelleğini Temizle" msgstr "DNS Önbelleğini Temizle"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Adblock işleminden önce de DNS Önbelleğini temizle." msgstr "Adblock işleminden önce de DNS Önbelleğini temizle."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "Yerel DNS zorla" msgstr "Yerel DNS zorla"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "Zorlanan Erişim Noktaları" msgstr "Zorlanan Erişim Noktaları"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Zorlanan Bölgeler" msgstr "Zorlanan Bölgeler"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -377,7 +398,7 @@ msgstr ""
"'tcpdump-mini' paket kurulumuna ve adblock hizmetinin tamamen yeniden " "'tcpdump-mini' paket kurulumuna ve adblock hizmetinin tamamen yeniden "
"başlatılması gerekir." "başlatılması gerekir."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Genel Ayarlar" msgstr "Genel Ayarlar"
@ -385,15 +406,15 @@ msgstr "Genel Ayarlar"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "LuCI uygulaması adblock'a izin verin" msgstr "LuCI uygulaması adblock'a izin verin"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Bilgi" msgstr "Bilgi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Kafes Dizini" msgstr "Kafes Dizini"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "Son çalışma zamanı" msgstr "Son çalışma zamanı"
@ -401,35 +422,35 @@ msgstr "Son çalışma zamanı"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "Yeni DNS Sorguları" msgstr "Yeni DNS Sorguları"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "GüvenliArama'yı limitle" msgstr "GüvenliArama'yı limitle"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "Belirli sağlayıcılar için GüvenliArama'yı limitle." msgstr "Belirli sağlayıcılar için GüvenliArama'yı limitle."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Kaldırılacak satırın numarası" msgstr "Kaldırılacak satırın numarası"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "tcpdump tarafından kullanılan mevcut ağ aygıtlarının listesi." msgstr "tcpdump tarafından kullanılan mevcut ağ aygıtlarının listesi."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -438,14 +459,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "Günlük Kayıtlarını Göster" msgstr "Günlük Kayıtlarını Göster"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "Düşük Öncelikli Servis" msgstr "Düşük Öncelikli Servis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "İsim / IP Adresi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "Sorgu sonuçları yok!" msgstr "Sorgu sonuçları yok!"
@ -459,7 +476,7 @@ msgstr "Henüz adblock ile ilgili kayıt yok!"
msgid "Overview" msgid "Overview"
msgstr "Genel bakış" msgstr "Genel bakış"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -471,23 +488,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -506,7 +523,7 @@ msgstr "DNS Raporunu Yenile"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -514,47 +531,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "Yeniden yükle" msgstr "Yeniden yükle"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "Yeniden başlat" msgstr "Yeniden başlat"
@ -562,35 +579,35 @@ msgstr "Yeniden başlat"
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Kaydet" msgstr "Kaydet"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -598,25 +615,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Ayarlar" msgstr "Ayarlar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -624,53 +641,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -702,7 +719,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -716,7 +733,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -724,7 +741,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -733,12 +750,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -753,11 +770,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)"
@ -765,18 +786,26 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "- unspecified -"
#~ msgstr "belirtilmemiş"
#~ msgid "Blocked Domain"
#~ msgstr "Engellenmiş Alan Adı"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "Seçilebilir DNS beyaz listesini (RPZ geçişi) devre dışı bırakın."
#~ msgid "Name / IP Address"
#~ msgstr "İsim / IP Adresi"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -11,16 +11,11 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.6-dev\n" "X-Generator: Weblate 4.6-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Дія" msgstr "Дія"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "Активні джерела" msgstr "Активні джерела"
@ -29,7 +24,7 @@ msgstr "Активні джерела"
msgid "Adblock" msgid "Adblock"
msgstr "Adblock" msgstr "Adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -49,43 +44,54 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -102,19 +108,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -126,11 +140,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -141,12 +155,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "Скасувати" msgstr "Скасувати"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -154,7 +168,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "Клієнт" msgstr "Клієнт"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -168,28 +186,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -197,62 +215,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Дата" msgstr "Дата"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "Домен" msgstr "Домен"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -266,23 +287,23 @@ msgstr "Редагувати чорний список"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "Редагувати білий список" msgstr "Редагувати білий список"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Увімкнено" msgstr "Увімкнено"
@ -290,7 +311,7 @@ msgstr "Увімкнено"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -300,11 +321,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -314,42 +335,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "Загальні налаштування" msgstr "Загальні налаштування"
@ -357,15 +378,15 @@ msgstr "Загальні налаштування"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "Інформація" msgstr "Інформація"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -373,35 +394,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -410,14 +431,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -431,7 +448,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Огляд" msgstr "Огляд"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -443,23 +460,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -478,7 +495,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -486,47 +503,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -534,35 +551,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "Зберегти" msgstr "Зберегти"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -570,25 +587,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -596,53 +613,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -674,7 +691,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -688,7 +705,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -696,7 +713,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "" msgstr ""
@ -705,12 +722,12 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
@ -725,11 +742,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -737,15 +758,11 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""

View file

@ -10,16 +10,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.4-dev\n" "X-Generator: Weblate 4.4-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "Hành động" msgstr "Hành động"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "" msgstr ""
@ -28,7 +23,7 @@ msgstr ""
msgid "Adblock" msgid "Adblock"
msgstr "Chặn quảng cáo" msgstr "Chặn quảng cáo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "" msgstr ""
@ -48,44 +43,55 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "" msgstr ""
"Kích hoạt độ trễ trong vài giây trước khi bắt đầu tiến trình chặn quảng cáo." "Kích hoạt độ trễ trong vài giây trước khi bắt đầu tiến trình chặn quảng cáo."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "Phản hồi" msgstr "Phản hồi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "Thư mục sao lưu" msgstr "Thư mục sao lưu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -102,19 +108,27 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "Tên miền bị chặn"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "" msgstr ""
@ -126,11 +140,11 @@ msgstr ""
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Bộ lọc" msgstr "Bộ lọc"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -141,12 +155,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -154,7 +168,11 @@ msgstr ""
msgid "Client" msgid "Client"
msgstr "Khách hàng" msgstr "Khách hàng"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -168,29 +186,29 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "Bộ đếm" msgstr "Bộ đếm"
#: 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
#, fuzzy #, fuzzy
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Thư mục DNS" msgstr "Thư mục DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -198,62 +216,65 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Ngày" msgstr "Ngày"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -267,23 +288,23 @@ msgstr ""
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "Bật" msgstr "Bật"
@ -291,7 +312,7 @@ msgstr "Bật"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -301,11 +322,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -315,42 +336,42 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -358,15 +379,15 @@ msgstr ""
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@ -374,35 +395,35 @@ msgstr ""
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
@ -411,14 +432,10 @@ msgstr ""
msgid "Log View" msgid "Log View"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "" msgstr ""
@ -432,7 +449,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -444,23 +461,23 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -479,7 +496,7 @@ msgstr ""
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "" msgstr ""
@ -487,47 +504,47 @@ msgstr ""
msgid "Refresh..." msgid "Refresh..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
@ -535,35 +552,35 @@ msgstr ""
msgid "Result" msgid "Result"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -571,25 +588,25 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "" msgstr ""
@ -597,53 +614,53 @@ msgstr ""
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "" msgstr ""
@ -675,7 +692,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Thời gian" msgstr "Thời gian"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -689,7 +706,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -697,7 +714,7 @@ msgstr ""
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "" 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "Kích hoạt độ trễ" msgstr "Kích hoạt độ trễ"
@ -706,12 +723,12 @@ msgstr "Kích hoạt độ trễ"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
#, fuzzy #, fuzzy
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Nhật ký gỡ lỗi khởi động" msgstr "Nhật ký gỡ lỗi khởi động"
@ -727,11 +744,15 @@ msgstr ""
msgid "Whitelist..." msgid "Whitelist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "bind (/var/lib/bind)"
msgstr "" 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:423
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "" msgstr ""
@ -739,18 +760,17 @@ msgstr ""
msgid "max. result set size" msgid "max. result set size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "" msgstr ""
#~ msgid "Blocked Domain"
#~ msgstr "Tên miền bị chặn"
#~ msgid "DNS File Reset" #~ msgid "DNS File Reset"
#~ msgstr "Đặt lại tệp DNS" #~ msgstr "Đặt lại tệp DNS"

View file

@ -17,16 +17,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.6-dev\n" "X-Generator: Weblate 4.6-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "- 未指定 -"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "操作" msgstr "操作"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "活动源" msgstr "活动源"
@ -35,7 +30,7 @@ msgstr "活动源"
msgid "Adblock" msgid "Adblock"
msgstr "广告拦截" msgstr "广告拦截"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "拦截操作" msgstr "拦截操作"
@ -55,43 +50,54 @@ msgstr "添加此域名到本地黑名单。"
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "添加此域名到本地白名单。" msgstr "添加此域名到本地白名单。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "其它被屏蔽列表" msgstr "其它被屏蔽列表"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "额外设置" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "事件触发启动前的延时(秒)。" msgstr "事件触发启动前的延时(秒)。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "高级设置 - DNS" msgstr "高级设置 - DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "高级设置 - 邮箱" msgstr "高级设置 - 邮箱"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "高级设置 - 报告" msgstr "高级设置 - 报告"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "回答" msgstr "回答"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "备份目录" msgstr "备份目录"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "基础临时目录" msgstr "基础临时目录"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -108,19 +114,27 @@ msgstr "黑名单更改已保存。刷新您的广告拦截列表以使更改生
msgid "Blacklist..." msgid "Blacklist..."
msgstr "黑名单..." msgstr "黑名单..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "阻止的DNS请求" msgstr "阻止的DNS请求"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "已拦截的域名"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "已拦截域名" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "黑名单列表的备份" msgstr "黑名单列表的备份"
@ -132,11 +146,11 @@ msgstr "拦截列表查询"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "黑名单查询..." msgstr "黑名单查询..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "阻止列表内容" msgstr "阻止列表内容"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -149,12 +163,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "取消" msgstr "取消"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "类别" msgstr "类别"
@ -162,16 +176,20 @@ msgstr "类别"
msgid "Client" msgid "Client"
msgstr "客户端" msgstr "客户端"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
"master/net/adblock/files/README.md\" target=\"_blank\" rel=\"noreferrer " "master/net/adblock/files/README.md\" target=\"_blank\" rel=\"noreferrer "
"noopener\" >check the online documentation</a>" "noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
"配置广告拦截软件包,以通过 DNS 屏蔽广告/滥用域名。更多有关信息,请<a href=\"https://github.com/openwrt/" "配置广告拦截软件包,以通过 DNS 屏蔽广告/滥用域名。更多有关信息,请<a href="
"packages/blob/master/net/adblock/files/README.md\" target=\"_blank\" rel=" "\"https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md"
"\"noreferrer noopener\" >查看在线文档</a>" "\" target=\"_blank\" rel=\"noreferrer noopener\" >查看在线文档</a>"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:206 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:206
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:208 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:208
@ -179,28 +197,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "计数" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "创建压缩的阻止列表备份,将在下载错误或启动期间使用它们。" msgstr "创建压缩的阻止列表备份,将在下载错误或启动期间使用它们。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "DNS后端" msgstr "DNS后端"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS 目录" msgstr "DNS 目录"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS报告" msgstr "DNS报告"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS重新启动超时" msgstr "DNS重新启动超时"
@ -208,62 +226,65 @@ msgstr "DNS重新启动超时"
msgid "Date" msgid "Date"
msgstr "日期" msgstr "日期"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "禁用DNS允许" msgstr "禁用DNS允许"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "禁用DNS重新启动" msgstr "禁用DNS重新启动"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "禁止广告拦截触发具有 自动加载/inotify 功能的 DNS 后端的重新启动。" msgstr "禁止广告拦截触发具有 自动加载/inotify 功能的 DNS 后端的重新启动。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "禁止选择性DNS白名单(RPZ通过)." msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "域名" msgstr "域名"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "下载参数" msgstr "下载参数"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "下载队列" msgstr "下载队列"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "下载工具" msgstr "下载工具"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "电子邮件通知" msgstr "电子邮件通知"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "电子邮件通知计数" msgstr "电子邮件通知计数"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "电子邮件概要" msgstr "电子邮件概要"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "电子邮件收件人地址" msgstr "电子邮件收件人地址"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "电子邮件发件人地址" msgstr "电子邮件发件人地址"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "电子邮件主题" msgstr "电子邮件主题"
@ -277,23 +298,23 @@ msgstr "编辑黑名单"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "编辑白名单" msgstr "编辑白名单"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "启用安全搜索" msgstr "启用安全搜索"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "为YouTube启用适度的安全搜索过滤器." msgstr "为YouTube启用适度的安全搜索过滤器."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "启用广告拦截服务。" msgstr "启用广告拦截服务。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "在出现任何处理错误时启用详细的调试日志。" msgstr "在出现任何处理错误时启用详细的调试日志。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "已启用" msgstr "已启用"
@ -301,7 +322,7 @@ msgstr "已启用"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "结束时间戳" msgstr "结束时间戳"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -311,11 +332,11 @@ msgstr "强制执行GoogleBingDuckduckgoYandexyoutube和Google的Saf
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "现有任务" msgstr "现有任务"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "外部DNS查找域" msgstr "外部DNS查找域"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -327,44 +348,44 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "过滤条件,例如日期,域或客户(可选)" msgstr "过滤条件,例如日期,域或客户(可选)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "本地应强制使用的防火墙端口。" msgstr "本地应强制使用的防火墙端口。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "本地应强制使用的防火墙源域。" msgstr "本地应强制使用的防火墙源域。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "清空 DNS 缓存" msgstr "清空 DNS 缓存"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "在处理广告过滤之前刷新 DNS 缓存。" msgstr "在处理广告过滤之前刷新 DNS 缓存。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "强制本地 DNS" msgstr "强制本地 DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "强制端口" msgstr "强制端口"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "强制域" msgstr "强制域"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
"installation and a full adblock service restart to take effect." "installation and a full adblock service restart to take effect."
msgstr "" msgstr ""
"通过 tcpdump 收集与 DNS 相关的网络流量,并按需提供 DNS 报告。请注意:这需要额外的“tcpdump-" "通过 tcpdump 收集与 DNS 相关的网络流量,并按需提供 DNS 报告。请注意:这需要额"
"mini”软件包并重新启动完整的广告拦截服务才能生效。" "外的“tcpdump-mini”软件包并重新启动完整的广告拦截服务才能生效。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "常规设置" msgstr "常规设置"
@ -372,15 +393,15 @@ msgstr "常规设置"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "授予访问 LuCI 应用 adblock 的权限" msgstr "授予访问 LuCI 应用 adblock 的权限"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "信息" msgstr "信息"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "黑名单目录" msgstr "黑名单目录"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "最后运行" msgstr "最后运行"
@ -388,23 +409,23 @@ msgstr "最后运行"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "最新的DNS请求" msgstr "最新的DNS请求"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "限定安全搜索" msgstr "限定安全搜索"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "限定特定搜索引擎使用安全搜索。" msgstr "限定特定搜索引擎使用安全搜索。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "要移除的行号" msgstr "要移除的行号"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "tcpdump使用的可用网络设备列表." msgstr "tcpdump使用的可用网络设备列表."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -412,14 +433,14 @@ msgstr ""
"触发adblock启动的可用网络接口列表.选择“未指定”以使用传统的启动超时而不是网络" "触发adblock启动的可用网络接口列表.选择“未指定”以使用传统的启动超时而不是网络"
"触发器." "触发器."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
"支持的DNS后端列表及其默认列表目录.要覆盖默认路径,请使用“ DNS目录”选项." "支持的DNS后端列表及其默认列表目录.要覆盖默认路径,请使用“ DNS目录”选项."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "支持和完全预配置的下载实用程序列表。" msgstr "支持和完全预配置的下载实用程序列表。"
@ -428,14 +449,10 @@ msgstr "支持和完全预配置的下载实用程序列表。"
msgid "Log View" msgid "Log View"
msgstr "日志视图" msgstr "日志视图"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "低优先级服务" msgstr "低优先级服务"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "名称 / IP 地址"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "无查询结果!" msgstr "无查询结果!"
@ -449,7 +466,7 @@ msgstr "尚无与广告拦截相关的日志!"
msgid "Overview" msgid "Overview"
msgstr "概览" msgstr "概览"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "'msmtp' 用于adblock通知电子邮件的配置文件。" msgstr "'msmtp' 用于adblock通知电子邮件的配置文件。"
@ -461,24 +478,24 @@ msgstr "查询"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "查询特定域的活动阻止列表和备份." msgstr "查询特定域的活动阻止列表和备份."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
msgstr "" msgstr ""
"如果总体阻止列表总数小于或等于给定的限制,请提高通知数量,以获取电子邮件." "如果总体阻止列表总数小于或等于给定的限制,请提高通知数量,以获取电子邮件."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "adblock 通知 E-Mail 的收件人地址。" msgstr "adblock 通知 E-Mail 的收件人地址。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
msgstr "将所有DNS查询从指定区域重定向到本地DNS解析器适用于UDP和TCP协议。" msgstr "将所有DNS查询从指定区域重定向到本地DNS解析器适用于UDP和TCP协议。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -499,7 +516,7 @@ msgstr "刷新DNS报告"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "定时恢复" msgstr "定时恢复"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "定时恢复中..." msgstr "定时恢复中..."
@ -507,47 +524,47 @@ msgstr "定时恢复中..."
msgid "Refresh..." msgid "Refresh..."
msgstr "刷新..." msgstr "刷新..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "放宽安全搜寻" msgstr "放宽安全搜寻"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "重新加载" msgstr "重新加载"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "移除一个现有任务" msgstr "移除一个现有任务"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "报告区块计数" msgstr "报告区块计数"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "报告区块大小" msgstr "报告区块大小"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "报告目录" msgstr "报告目录"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "报告接口" msgstr "报告接口"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "报告端口" msgstr "报告端口"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "报告 tcpdump 所使用的区块数量。" msgstr "报告 tcpdump 所使用的区块数量。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "报告 tcpdump 所使用的区块大小 (以 MByte 显示)。" msgstr "报告 tcpdump 所使用的区块大小 (以 MByte 显示)。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "重启" msgstr "重启"
@ -555,35 +572,35 @@ msgstr "重启"
msgid "Result" msgid "Result"
msgstr "结果" msgstr "结果"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "运行目录" msgstr "运行目录"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "运行标记" msgstr "运行标记"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "运行接口" msgstr "运行接口"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "运行工具" msgstr "运行工具"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "保存" msgstr "保存"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "发送 AdBlock 相关的通知邮件。请留意:此功能需要安装 \"msmtp\"。" msgstr "发送 AdBlock 相关的通知邮件。请留意:此功能需要安装 \"msmtp\"。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "AdBlock 通知邮件的发送地址。" msgstr "AdBlock 通知邮件的发送地址。"
@ -591,25 +608,25 @@ msgstr "AdBlock 通知邮件的发送地址。"
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "设置一个新的广告拦截作业" msgstr "设置一个新的广告拦截作业"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "设置" msgstr "设置"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "并行下载处理 (分类、合并等) 的下载队列大小。" msgstr "并行下载处理 (分类、合并等) 的下载队列大小。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "来源(大小,焦点)" msgstr "来源(大小,焦点)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdump使用的端口列表用空格分隔端口。" msgstr "tcpdump使用的端口列表用空格分隔端口。"
#: 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "所选下载工具的特殊配置选项。" msgstr "所选下载工具的特殊配置选项。"
@ -617,53 +634,53 @@ msgstr "所选下载工具的特殊配置选项。"
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "开始时间戳" msgstr "开始时间戳"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "启动触发接口" msgstr "启动触发接口"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "状态 / 版本" msgstr "状态 / 版本"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "暂停" msgstr "暂停"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "DNS 相关报告文件的目标目录。" msgstr "DNS 相关报告文件的目标目录。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "拦截列表备份的目标目录。" msgstr "拦截列表备份的目标目录。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "生成拦截列表“adb_list.overall”的目标目录。" msgstr "生成拦截列表“adb_list.overall”的目标目录。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "生成拦截列表“adb_list.overall”的目标目录。" msgstr "生成拦截列表“adb_list.overall”的目标目录。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "无法更新刷新计时器。" msgstr "无法更新刷新计时器。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "刷新计时器已更新。" msgstr "刷新计时器已更新。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "星期几可选。取值范围1-7可用 , 或 - 分隔)" msgstr "星期几可选。取值范围1-7可用 , 或 - 分隔)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "小时必须。取值范围0-23" msgstr "小时必须。取值范围0-23"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "分钟可选。取值范围0-59" msgstr "分钟可选。取值范围0-59"
@ -699,7 +716,7 @@ msgstr "此选项卡显示上次生成的 DNS 报告,按“刷新”按钮获
msgid "Time" msgid "Time"
msgstr "时间" msgstr "时间"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "等待成功的DNS后端重新启动的超时。" msgstr "等待成功的DNS后端重新启动的超时。"
@ -713,7 +730,7 @@ msgstr "为了使您的广告过滤列表保持最新,您应该为这些列表
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "前 10 统计数据" msgstr "前 10 统计数据"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "广告拦截通知邮件的主题。" msgstr "广告拦截通知邮件的主题。"
@ -721,7 +738,7 @@ msgstr "广告拦截通知邮件的主题。"
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "DNS 请求总数" msgstr "DNS 请求总数"
#: 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "触发延时" msgstr "触发延时"
@ -730,12 +747,12 @@ msgstr "触发延时"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "无法保存更改:%s" msgstr "无法保存更改:%s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "变种" msgstr "变种"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "详细的调试记录" msgstr "详细的调试记录"
@ -750,11 +767,15 @@ msgstr "白名单更改已保存。刷新您的广告拦截列表以使更改生
msgid "Whitelist..." msgid "Whitelist..."
msgstr "白名单..." msgstr "白名单..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "抑制 (/etc/kresd)" msgstr "抑制 (/etc/kresd)"
@ -762,18 +783,29 @@ msgstr "抑制 (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "最大结果集大小" msgstr "最大结果集大小"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "BIND(/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "原始(/ tmp" msgstr "原始(/ tmp"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "未绑定 (/var/lib/unbound)" msgstr "未绑定 (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "- 未指定 -"
#~ msgid "Blocked Domain"
#~ msgstr "已拦截的域名"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "禁止选择性DNS白名单(RPZ通过)."
#~ msgid "Name / IP Address"
#~ msgstr "名称 / IP 地址"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "BIND(/var/lib/bind)"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -16,16 +16,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.6-dev\n" "X-Generator: Weblate 4.6-dev\n"
#: 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:419
msgid "- unspecified -"
msgstr "未指定"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:258
msgid "Action" msgid "Action"
msgstr "動作" msgstr "動作"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233
msgid "Active Sources" msgid "Active Sources"
msgstr "活躍的來源" msgstr "活躍的來源"
@ -34,7 +29,7 @@ msgstr "活躍的來源"
msgid "Adblock" msgid "Adblock"
msgstr "Adblock" msgstr "Adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:36 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:40
msgid "Adblock action" msgid "Adblock action"
msgstr "Adblock 動作" msgstr "Adblock 動作"
@ -54,43 +49,54 @@ msgstr "加入該(子)域名到您的本地黑名單。"
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "加入該(子)域名到您的本地白名單。" msgstr "加入該(子)域名到您的本地白名單。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "附加 Jail 封鎖清單" msgstr "附加 Jail 封鎖清單"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:296 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300
msgid "Additional Settings" msgid "Additional Settings"
msgstr "附加設定" 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:379
msgid "Additional trigger delay in seconds before adblock processing begins." msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "附加觸發 Adblock 行程延遲開始的秒數。" msgstr "附加觸發 Adblock 行程延遲開始的秒數。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:301
msgid "Advanced DNS Settings" msgid "Advanced DNS Settings"
msgstr "進階 DNS 設定" msgstr "進階 DNS 設定"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:303
msgid "Advanced E-Mail Settings" msgid "Advanced E-Mail Settings"
msgstr "進階電郵設定" msgstr "進階電郵設定"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:298 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:302
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "進階報告設定" msgstr "進階報告設定"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid "Allow Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:257
msgid "Answer" msgid "Answer"
msgstr "回答" msgstr "回答"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Backup Directory" msgid "Backup Directory"
msgstr "備份目錄" msgstr "備份目錄"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "Base Temp Directory" msgid "Base Temp Directory"
msgstr "基本臨時目錄" msgstr "基本臨時目錄"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:389 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
msgid "" msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. " "Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc." "downloading, sorting, merging etc."
@ -108,19 +114,27 @@ msgstr "黑名單變更已儲存;請重新整理您的 Adblock 清單來使變
msgid "Blacklist..." msgid "Blacklist..."
msgstr "黑名單…" msgstr "黑名單…"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Block Local Client IPs"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
"DNS backend."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:313
msgid "Blocked DNS Requests" msgid "Blocked DNS Requests"
msgstr "封鎖的 DNS 請求" msgstr "封鎖的 DNS 請求"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:211
msgid "Blocked Domain" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:229
msgstr "封鎖的域名"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Blocked Domains" msgid "Blocked Domains"
msgstr "封鎖的域名" 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:398
msgid "Blocklist Backup" msgid "Blocklist Backup"
msgstr "黑名單備份" msgstr "黑名單備份"
@ -132,11 +146,11 @@ msgstr "封鎖清單查詢"
msgid "Blocklist Query..." msgid "Blocklist Query..."
msgstr "黑名單查詢…" msgstr "黑名單查詢…"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:300 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "封鎖清單來源" msgstr "封鎖清單來源"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:447 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -149,12 +163,12 @@ msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:109
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:163
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:68 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:72
msgid "Cancel" msgid "Cancel"
msgstr "取消" msgstr "取消"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:567
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:566 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:582
msgid "Categories" msgid "Categories"
msgstr "類別" msgstr "類別"
@ -162,7 +176,11 @@ msgstr "類別"
msgid "Client" msgid "Client"
msgstr "客户端" msgstr "客户端"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:132 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Clients"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:136
msgid "" msgid ""
"Configuration of the adblock package to block ad/abuse domains by using DNS. " "Configuration of the adblock package to block ad/abuse domains by using DNS. "
"For further information <a href=\"https://github.com/openwrt/packages/blob/" "For further information <a href=\"https://github.com/openwrt/packages/blob/"
@ -180,28 +198,28 @@ msgstr ""
msgid "Count" msgid "Count"
msgstr "計數" 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:398
msgid "" msgid ""
"Create compressed blocklist backups, they will be used in case of download " "Create compressed blocklist backups, they will be used in case of download "
"errors or during startup." "errors or during startup."
msgstr "建立壓縮的封鎖清單備份;它們將在下載錯誤時或啟動期間被使用。" msgstr "建立壓縮的封鎖清單備份;它們將在下載錯誤時或啟動期間被使用。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:233 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "DNS Backend" msgid "DNS Backend"
msgstr "DNS 後端" msgstr "DNS 後端"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS 目錄" msgstr "DNS 目錄"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS 報告" msgstr "DNS 報告"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS 重新啟動逾時值" msgstr "DNS 重新啟動逾時值"
@ -209,62 +227,65 @@ msgstr "DNS 重新啟動逾時值"
msgid "Date" msgid "Date"
msgstr "日期" msgstr "日期"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "停用 DNS 解析修改" msgstr "停用 DNS 解析修改"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "停用 DNS 重新啟動" msgstr "停用 DNS 重新啟動"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "停用 Adblock 觸發具有「自動載入inotify 」功能的 DNS 後端重新啟動。" msgstr "停用 Adblock 觸發具有「自動載入inotify 」功能的 DNS 後端重新啟動。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448
msgid "Disable selective DNS whitelisting (RPZ pass through)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "停用 DNS 選擇性白名單解析(忽略 RPZ一律放行" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:256
msgid "Domain" msgid "Domain"
msgstr "網域名稱" msgstr "網域名稱"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:209
msgid "Domains"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
msgid "Download Parameters" msgid "Download Parameters"
msgstr "下載參數" msgstr "下載參數"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "Download Queue" msgid "Download Queue"
msgstr "下載佇列" msgstr "下載佇列"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "Download Utility" msgid "Download Utility"
msgstr "下載工具" msgstr "下載工具"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "電子郵件通知" msgstr "電子郵件通知"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "電郵通知數量" msgstr "電郵通知數量"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "電郵設定檔" msgstr "電郵設定檔"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "電郵收件人位址" msgstr "電郵收件人位址"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "電郵寄件人位址" msgstr "電郵寄件人位址"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "電郵主旨" msgstr "電郵主旨"
@ -278,23 +299,23 @@ msgstr "編輯黑名單"
msgid "Edit Whitelist" msgid "Edit Whitelist"
msgstr "編輯白名單" msgstr "編輯白名單"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch" msgid "Enable SafeSearch"
msgstr "啟用安全搜尋" msgstr "啟用安全搜尋"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Enable moderate SafeSearch filters for youtube." msgid "Enable moderate SafeSearch filters for youtube."
msgstr "啟用為 YouTube 設定的中度安全搜尋篩選器。" msgstr "啟用為 YouTube 設定的中度安全搜尋篩選器。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enable the adblock service." msgid "Enable the adblock service."
msgstr "啟用 Adblock 服務。" msgstr "啟用 Adblock 服務。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Enable verbose debug logging in case of any processing errors." msgid "Enable verbose debug logging in case of any processing errors."
msgstr "在出現任何處理錯誤的情況下,請啟用詳細除錯日誌記錄。" msgstr "在出現任何處理錯誤的情況下,請啟用詳細除錯日誌記錄。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:305 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled" msgid "Enabled"
msgstr "啟用" msgstr "啟用"
@ -302,7 +323,7 @@ msgstr "啟用"
msgid "End Timestamp" msgid "End Timestamp"
msgstr "結束時間戳" msgstr "結束時間戳"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:335 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "" msgid ""
"Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and " "Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and "
"pixabay." "pixabay."
@ -314,11 +335,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "現存工作" msgstr "現存工作"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "供 DNS 查詢的外部域名" msgstr "供 DNS 查詢的外部域名"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -330,35 +351,35 @@ msgstr ""
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "篩選器準則(例如:日期、域名或客戶端,可選)" msgstr "篩選器準則(例如:日期、域名或客戶端,可選)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Firewall ports that should be forced locally." msgid "Firewall ports that should be forced locally."
msgstr "本地應被強制重新導向的防火牆通訊埠號。" msgstr "本地應被強制重新導向的防火牆通訊埠號。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "本地應被強制重新導向的防火牆來源區域。" msgstr "本地應被強制重新導向的防火牆來源區域。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "清除 DNS 快取" msgstr "清除 DNS 快取"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "在 Adblock 行程啟動前也要清除 DNS 快取。" msgstr "在 Adblock 行程啟動前也要清除 DNS 快取。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS" msgid "Force Local DNS"
msgstr "強制本地 DNS" msgstr "強制本地 DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:328
msgid "Forced Ports" msgid "Forced Ports"
msgstr "強制埠號" msgstr "強制埠號"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321
msgid "Forced Zones" msgid "Forced Zones"
msgstr "強制區域" msgstr "強制區域"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump-mini' package " "demand. Please note: this needs additional 'tcpdump-mini' package "
@ -367,7 +388,7 @@ msgstr ""
"透過 tcpdump 收集與 DNS 相關的網路流量,並隨需提供 DNS 報告;請注意:這需要安" "透過 tcpdump 收集與 DNS 相關的網路流量,並隨需提供 DNS 報告;請注意:這需要安"
"裝 \"tcpdump-mini\" 附加套件,且在完全重新啟動 Adblock 服務後才能生效。" "裝 \"tcpdump-mini\" 附加套件,且在完全重新啟動 Adblock 服務後才能生效。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:295 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
msgid "General Settings" msgid "General Settings"
msgstr "一般設定" msgstr "一般設定"
@ -375,15 +396,15 @@ msgstr "一般設定"
msgid "Grant access to LuCI app adblock" msgid "Grant access to LuCI app adblock"
msgstr "授予 luci-app-adblock 擁有 UCI 存取的權限" msgstr "授予 luci-app-adblock 擁有 UCI 存取的權限"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:223
msgid "Information" msgid "Information"
msgstr "資訊" msgstr "資訊"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Jail 檔案目錄" msgstr "Jail 檔案目錄"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257
msgid "Last Run" msgid "Last Run"
msgstr "最後執行" msgstr "最後執行"
@ -391,23 +412,23 @@ msgstr "最後執行"
msgid "Latest DNS Requests" msgid "Latest DNS Requests"
msgstr "最新 DNS 請求" msgstr "最新 DNS 請求"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch" msgid "Limit SafeSearch"
msgstr "限制性安全搜尋" msgstr "限制性安全搜尋"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:338 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:342
msgid "Limit SafeSearch to certain providers." msgid "Limit SafeSearch to certain providers."
msgstr "啟用限制性安全搜尋,以限制給定搜尋引擎的搜尋範圍。" msgstr "啟用限制性安全搜尋,以限制給定搜尋引擎的搜尋範圍。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:65
msgid "Line number to remove" msgid "Line number to remove"
msgstr "要移除的行號" msgstr "要移除的行號"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "用於 tcpdump 的可用網路裝置清單。" msgstr "用於 tcpdump 的可用網路裝置清單。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "" msgid ""
"List of available network interfaces to trigger the adblock start. Choose " "List of available network interfaces to trigger the adblock start. Choose "
"'unspecified' to use a classic startup timeout instead of a network trigger." "'unspecified' to use a classic startup timeout instead of a network trigger."
@ -415,14 +436,14 @@ msgstr ""
"用來觸發 Adblock 啟動的可用網路介面清單;選擇「未指定」則使用傳統的啟動逾時," "用來觸發 Adblock 啟動的可用網路介面清單;選擇「未指定」則使用傳統的啟動逾時,"
"而不透過網路觸發。" "而不透過網路觸發。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:417 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421
msgid "" msgid ""
"List of supported DNS backends with their default list directory. To " "List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option." "overwrite the default path use the 'DNS Directory' option."
msgstr "" msgstr ""
"支援的 DNS 後端清單及其預設清單目錄要重寫預設路徑請使用「DNS 目錄」選項。" "支援的 DNS 後端清單及其預設清單目錄要重寫預設路徑請使用「DNS 目錄」選項。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:403 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "支援的下載工具清單(完全預先配置)。" msgstr "支援的下載工具清單(完全預先配置)。"
@ -431,14 +452,10 @@ msgstr "支援的下載工具清單(完全預先配置)。"
msgid "Log View" msgid "Log View"
msgstr "日誌檢視" msgstr "日誌檢視"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "Low Priority Service" msgid "Low Priority Service"
msgstr "低優先權服務" msgstr "低優先權服務"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207
msgid "Name / IP Address"
msgstr "名稱IP 位址"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:124
msgid "No Query results!" msgid "No Query results!"
msgstr "查詢結果為空!" msgstr "查詢結果為空!"
@ -452,7 +469,7 @@ msgstr "尚無與 Adblock 相關的日誌!"
msgid "Overview" msgid "Overview"
msgstr "概覽" msgstr "概覽"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:501 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "\"msmtp\" 使用的設定檔,用於 Adblock 寄送通知電子郵件。" msgstr "\"msmtp\" 使用的設定檔,用於 Adblock 寄送通知電子郵件。"
@ -464,7 +481,7 @@ msgstr "查詢"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "查詢「特定網域」的活躍封鎖清單和備份。" msgstr "查詢「特定網域」的活躍封鎖清單和備份。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:505 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -472,11 +489,11 @@ msgstr ""
"提高通知數量;除非整體「封鎖清單數」小於或等於給定的限制,否則將不再取得電子" "提高通知數量;除非整體「封鎖清單數」小於或等於給定的限制,否則將不再取得電子"
"郵件。" "郵件。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
msgid "Receiver address for adblock notification e-mails." msgid "Receiver address for adblock notification e-mails."
msgstr "Adblock 通知電子郵件的收件人位址。" msgstr "Adblock 通知電子郵件的收件人位址。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:314 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "" msgid ""
"Redirect all DNS queries from specified zones to the local DNS resolver, " "Redirect all DNS queries from specified zones to the local DNS resolver, "
"applies to UDP and TCP protocol." "applies to UDP and TCP protocol."
@ -484,7 +501,7 @@ msgstr ""
"重新導向指定區域的所有「DNS 查詢」到本地 DNS 解析器(適用於 UDP 與 TCP 協" "重新導向指定區域的所有「DNS 查詢」到本地 DNS 解析器(適用於 UDP 與 TCP 協"
"定)。" "定)。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:370 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374
msgid "" msgid ""
"Reduce the priority of the adblock background processing to take fewer " "Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock " "resources from the system. Please note: This change requires a full adblock "
@ -505,7 +522,7 @@ msgstr "重新整理 DNS 報告"
msgid "Refresh Timer" msgid "Refresh Timer"
msgstr "重新整理計時器" msgstr "重新整理計時器"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:262 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:266
msgid "Refresh Timer..." msgid "Refresh Timer..."
msgstr "重新整理計時器…" msgstr "重新整理計時器…"
@ -513,47 +530,47 @@ msgstr "重新整理計時器…"
msgid "Refresh..." msgid "Refresh..."
msgstr "重新整理…" msgstr "重新整理…"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:347 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
msgid "Relax SafeSearch" msgid "Relax SafeSearch"
msgstr "放寬安全搜尋" msgstr "放寬安全搜尋"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:277 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:281
msgid "Reload" msgid "Reload"
msgstr "重新載入" msgstr "重新載入"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:57 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:61
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "移除一個現存工作" msgstr "移除一個現存工作"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "報告區塊數量" msgstr "報告區塊數量"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "報告區塊大小" msgstr "報告區塊大小"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Report Directory" msgid "Report Directory"
msgstr "報告目錄" msgstr "報告目錄"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Report Interface" msgid "Report Interface"
msgstr "報告介面" msgstr "報告介面"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Report Ports" msgid "Report Ports"
msgstr "報告埠號" msgstr "報告埠號"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:476 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:492
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "報告 tcpdump 使用的區塊數量。" msgstr "報告 tcpdump 使用的區塊數量。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:481 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "報告 tcpdump 使用的區塊大小單位MB。" msgstr "報告 tcpdump 使用的區塊大小單位MB。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:284 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:288
msgid "Restart" msgid "Restart"
msgstr "重新啟動" msgstr "重新啟動"
@ -561,36 +578,36 @@ msgstr "重新啟動"
msgid "Result" msgid "Result"
msgstr "結果" msgstr "結果"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249
msgid "Run Directories" msgid "Run Directories"
msgstr "執行目錄" msgstr "執行目錄"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:249 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:253
msgid "Run Flags" msgid "Run Flags"
msgstr "執行旗標" msgstr "執行旗標"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:245
msgid "Run Interfaces" msgid "Run Interfaces"
msgstr "執行介面" msgstr "執行介面"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:241
msgid "Run Utils" msgid "Run Utils"
msgstr "執行工具" msgstr "執行工具"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:102 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:106
msgid "Save" msgid "Save"
msgstr "儲存" msgstr "儲存"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" msgstr ""
"寄送與 Adblock 相關的通知電子郵件;請注意:這需要安裝 \"msmtp\" 附加套件。" "寄送與 Adblock 相關的通知電子郵件;請注意:這需要安裝 \"msmtp\" 附加套件。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:509
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "Adblock 通知電子郵件的寄件人位址。" msgstr "Adblock 通知電子郵件的寄件人位址。"
@ -598,25 +615,25 @@ msgstr "Adblock 通知電子郵件的寄件人位址。"
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "設定一個新的廣告攔截工作" msgstr "設定一個新的廣告攔截工作"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:293 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "設定" msgstr "設定"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
msgid "" msgid ""
"Size of the download queue for download processing (incl. sorting, merging " "Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel." "etc.) in parallel."
msgstr "平行下載處理(包含排序、合併等)的下載佇列大小。" msgstr "平行下載處理(包含排序、合併等)的下載佇列大小。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:543
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "來源(大小、聚焦的類別)" msgstr "來源(大小、聚焦的類別)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:486 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdump 使用的通訊埠號(以空格分隔)。" msgstr "tcpdump 使用的通訊埠號(以空格分隔)。"
#: 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:415
msgid "Special config options for the selected download utility." msgid "Special config options for the selected download utility."
msgstr "已選擇下載工具的特殊組態選項。" msgstr "已選擇下載工具的特殊組態選項。"
@ -624,53 +641,53 @@ msgstr "已選擇下載工具的特殊組態選項。"
msgid "Start Timestamp" msgid "Start Timestamp"
msgstr "啟動時間戳" msgstr "啟動時間戳"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
msgstr "啟動觸發介面" msgstr "啟動觸發介面"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:221 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:225
msgid "Status / Version" msgid "Status / Version"
msgstr "狀態/版本" msgstr "狀態/版本"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:270 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:274
msgid "Suspend" msgid "Suspend"
msgstr "掛起" msgstr "掛起"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "DNS 相關報告檔案的目標目錄。" msgstr "DNS 相關報告檔案的目標目錄。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402
msgid "Target directory for blocklist backups." msgid "Target directory for blocklist backups."
msgstr "攔截清單備份的目標目錄。" msgstr "攔截清單備份的目標目錄。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "產生封鎖清單 \"adb_list.overall\" 的目標目錄。" msgstr "產生封鎖清單 \"adb_list.overall\" 的目標目錄。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "產生 Jail 封鎖清單 \"adb_list.jail\" 的目標目錄。" msgstr "產生 Jail 封鎖清單 \"adb_list.jail\" 的目標目錄。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:82 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:86
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:91 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:95
msgid "The Refresh Timer could not been updated." msgid "The Refresh Timer could not been updated."
msgstr "重新整理計時器無法更新。" msgstr "重新整理計時器無法更新。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:84 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:88
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:93 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:97
msgid "The Refresh Timer has been updated." msgid "The Refresh Timer has been updated."
msgstr "重新整理計時器已更新。" msgstr "重新整理計時器已更新。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:52 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:56
msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)" msgid "The day of the week (opt., values: 1-7 possibly sep. by , or -)"
msgstr "一週內的某天取值範圍1-7以 \",\" 抑或 \"-\" 分隔,可選)" msgstr "一週內的某天取值範圍1-7以 \",\" 抑或 \"-\" 分隔,可選)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:42 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:46
msgid "The hours portition (req., range: 0-23)" msgid "The hours portition (req., range: 0-23)"
msgstr "小時部分取值範圍0-23必需" msgstr "小時部分取值範圍0-23必需"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:47 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:51
msgid "The minutes portion (opt., range: 0-59)" msgid "The minutes portion (opt., range: 0-59)"
msgstr "分鐘部分取值範圍0-59必需" msgstr "分鐘部分取值範圍0-59必需"
@ -708,7 +725,7 @@ msgstr "此頁籤顯示上次產生的 DNS 報告,按「更新」按鈕取得
msgid "Time" msgid "Time"
msgstr "時間" msgstr "時間"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "等待 DNS 後端成功重新啟動的逾時值。" msgstr "等待 DNS 後端成功重新啟動的逾時值。"
@ -722,7 +739,7 @@ msgstr "要保持最新的 Adblock 清單,您應該設定這些清單的自動
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "前 10 統計" msgstr "前 10 統計"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Adblock 通知電子郵件的主旨。" msgstr "Adblock 通知電子郵件的主旨。"
@ -730,7 +747,7 @@ msgstr "Adblock 通知電子郵件的主旨。"
msgid "Total DNS Requests" msgid "Total DNS Requests"
msgstr "DNS 請求總數" msgstr "DNS 請求總數"
#: 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:379
msgid "Trigger Delay" msgid "Trigger Delay"
msgstr "觸發延遲" msgstr "觸發延遲"
@ -739,12 +756,12 @@ msgstr "觸發延遲"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "無法儲存變更(訊息:%s" msgstr "無法儲存變更(訊息:%s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:581
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:597
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:613
msgid "Variants" msgid "Variants"
msgstr "變體" msgstr "變體"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:367 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "詳細除錯日誌" msgstr "詳細除錯日誌"
@ -759,11 +776,15 @@ msgstr "白名單變更已儲存;請重新整理您的 Adblock 清單來使變
msgid "Whitelist..." msgid "Whitelist..."
msgstr "白名單…" msgstr "白名單…"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:425
msgid "bind (/var/lib/bind)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423
msgid "dnsmasq (/tmp/dnsmasq.d)" msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "Dnsmasq (/tmp/dnsmasq.d)" msgstr "Dnsmasq (/tmp/dnsmasq.d)"
#: 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:426
msgid "kresd (/etc/kresd)" msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)"
@ -771,18 +792,29 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size" msgid "max. result set size"
msgstr "最大結果集大小" msgstr "最大結果集大小"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:422 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid "named (/var/lib/bind)"
msgstr "BIND (/var/lib/bind)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "raw (/tmp)" msgid "raw (/tmp)"
msgstr "原始 (/tmp)" msgstr "原始 (/tmp)"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:424
msgid "unbound (/var/lib/unbound)" msgid "unbound (/var/lib/unbound)"
msgstr "Unbound (/var/lib/unbound)" msgstr "Unbound (/var/lib/unbound)"
#~ msgid "- unspecified -"
#~ msgstr "未指定"
#~ msgid "Blocked Domain"
#~ msgstr "封鎖的域名"
#~ msgid "Disable selective DNS whitelisting (RPZ pass through)."
#~ msgstr "停用 DNS 選擇性白名單解析(忽略 RPZ一律放行。"
#~ msgid "Name / IP Address"
#~ msgstr "名稱IP 位址"
#~ msgid "named (/var/lib/bind)"
#~ msgstr "BIND (/var/lib/bind)"
#~ msgid "" #~ msgid ""
#~ "Changes on this tab needs a full adblock service restart to take effect." #~ "Changes on this tab needs a full adblock service restart to take effect."
#~ "<br /><p>&#xa0;</p>" #~ "<br /><p>&#xa0;</p>"

View file

@ -22,7 +22,7 @@
"/etc/init.d/adblock restart" : [ "exec" ], "/etc/init.d/adblock restart" : [ "exec" ],
"/etc/init.d/adblock suspend" : [ "exec" ], "/etc/init.d/adblock suspend" : [ "exec" ],
"/etc/init.d/adblock resume" : [ "exec" ], "/etc/init.d/adblock resume" : [ "exec" ],
"/etc/init.d/adblock report * [0-9]* [a-z]* json" : [ "exec" ], "/etc/init.d/adblock report [a-z]* [0-9]* *" : [ "exec" ],
"/etc/init.d/adblock timer list" : [ "exec" ], "/etc/init.d/adblock timer list" : [ "exec" ],
"/etc/init.d/adblock timer remove [0-9]*" : [ "exec" ], "/etc/init.d/adblock timer remove [0-9]*" : [ "exec" ],
"/etc/init.d/adblock timer add * [0-9]* [0-9*]* [1-7,-*]*" : [ "exec" ], "/etc/init.d/adblock timer add * [0-9]* [0-9*]* [1-7,-*]*" : [ "exec" ],