From ed5e82507c09cf086fa28543b5f2a8d930e1499b Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 11 Dec 2024 16:52:50 +0100 Subject: [PATCH] Remove luci-app-firewall fork --- luci-app-firewall/Makefile | 17 - .../luci-static/resources/tools/firewall.js | 655 ------- .../resources/view/firewall/custom.js | 33 - .../resources/view/firewall/forwards.js | 297 --- .../resources/view/firewall/rules.js | 477 ----- .../resources/view/firewall/snats.js | 303 ---- .../resources/view/firewall/zones.js | 346 ---- luci-app-firewall/po/bg/firewall.po | 1139 ------------ luci-app-firewall/po/ca/firewall.po | 1319 -------------- luci-app-firewall/po/cs/firewall.po | 1316 -------------- luci-app-firewall/po/de/firewall.po | 1587 ---------------- luci-app-firewall/po/el/firewall.po | 1141 ------------ luci-app-firewall/po/en/firewall.po | 1135 ------------ luci-app-firewall/po/es/firewall.po | 1600 ----------------- luci-app-firewall/po/fr/firewall.po | 1417 --------------- luci-app-firewall/po/he/firewall.po | 1093 ----------- luci-app-firewall/po/hi/firewall.po | 1139 ------------ luci-app-firewall/po/hu/firewall.po | 1454 --------------- luci-app-firewall/po/it/firewall.po | 1357 -------------- luci-app-firewall/po/ja/firewall.po | 1448 --------------- luci-app-firewall/po/ko/firewall.po | 1183 ------------ luci-app-firewall/po/mr/firewall.po | 1139 ------------ luci-app-firewall/po/ms/firewall.po | 1103 ------------ luci-app-firewall/po/nb_NO/firewall.po | 1316 -------------- luci-app-firewall/po/pl/firewall.po | 1559 ---------------- luci-app-firewall/po/pt/firewall.po | 1421 --------------- luci-app-firewall/po/pt_BR/firewall.po | 1567 ---------------- luci-app-firewall/po/ro/firewall.po | 1161 ------------ luci-app-firewall/po/ru/firewall.po | 1512 ---------------- luci-app-firewall/po/sk/firewall.po | 1103 ------------ luci-app-firewall/po/sv/firewall.po | 1246 ------------- luci-app-firewall/po/templates/firewall.pot | 1103 ------------ luci-app-firewall/po/tr/firewall.po | 1103 ------------ luci-app-firewall/po/uk/firewall.po | 1435 --------------- luci-app-firewall/po/vi/firewall.po | 1117 ------------ luci-app-firewall/po/zh_Hans/firewall.po | 1483 --------------- luci-app-firewall/po/zh_Hant/firewall.po | 1385 -------------- .../share/luci/menu.d/luci-app-firewall.json | 61 - .../share/rpcd/acl.d/luci-app-firewall.json | 24 - 39 files changed, 41294 deletions(-) delete mode 100644 luci-app-firewall/Makefile delete mode 100644 luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js delete mode 100644 luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js delete mode 100644 luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js delete mode 100644 luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js delete mode 100644 luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js delete mode 100644 luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js delete mode 100644 luci-app-firewall/po/bg/firewall.po delete mode 100644 luci-app-firewall/po/ca/firewall.po delete mode 100644 luci-app-firewall/po/cs/firewall.po delete mode 100644 luci-app-firewall/po/de/firewall.po delete mode 100644 luci-app-firewall/po/el/firewall.po delete mode 100644 luci-app-firewall/po/en/firewall.po delete mode 100644 luci-app-firewall/po/es/firewall.po delete mode 100644 luci-app-firewall/po/fr/firewall.po delete mode 100644 luci-app-firewall/po/he/firewall.po delete mode 100644 luci-app-firewall/po/hi/firewall.po delete mode 100644 luci-app-firewall/po/hu/firewall.po delete mode 100644 luci-app-firewall/po/it/firewall.po delete mode 100644 luci-app-firewall/po/ja/firewall.po delete mode 100644 luci-app-firewall/po/ko/firewall.po delete mode 100644 luci-app-firewall/po/mr/firewall.po delete mode 100644 luci-app-firewall/po/ms/firewall.po delete mode 100644 luci-app-firewall/po/nb_NO/firewall.po delete mode 100644 luci-app-firewall/po/pl/firewall.po delete mode 100644 luci-app-firewall/po/pt/firewall.po delete mode 100644 luci-app-firewall/po/pt_BR/firewall.po delete mode 100644 luci-app-firewall/po/ro/firewall.po delete mode 100644 luci-app-firewall/po/ru/firewall.po delete mode 100644 luci-app-firewall/po/sk/firewall.po delete mode 100644 luci-app-firewall/po/sv/firewall.po delete mode 100644 luci-app-firewall/po/templates/firewall.pot delete mode 100644 luci-app-firewall/po/tr/firewall.po delete mode 100644 luci-app-firewall/po/uk/firewall.po delete mode 100644 luci-app-firewall/po/vi/firewall.po delete mode 100644 luci-app-firewall/po/zh_Hans/firewall.po delete mode 100644 luci-app-firewall/po/zh_Hant/firewall.po delete mode 100644 luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json delete mode 100644 luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json diff --git a/luci-app-firewall/Makefile b/luci-app-firewall/Makefile deleted file mode 100644 index 30a55a9b2..000000000 --- a/luci-app-firewall/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (C) 2008-2014 The LuCI Team -# -# This is free software, licensed under the Apache License, Version 2.0 . -# - -include $(TOPDIR)/rules.mk - -LUCI_TITLE:=Firewall and Portforwarding application -LUCI_DEPENDS:=+@LINUX_5_4:firewall +@(LINUX_5_15||LINUX_6_1||LINUX_6_6||LINUX_6_7):uci-firewall - -PKG_LICENSE:=Apache-2.0 -#PKG_VERSION:=omr-202103 - -include $(TOPDIR)/feeds/luci/luci.mk - -# call BuildPackage - OpenWrt buildroot signature diff --git a/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js b/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js deleted file mode 100644 index e85b6bc6e..000000000 --- a/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js +++ /dev/null @@ -1,655 +0,0 @@ -'use strict'; -'require baseclass'; -'require dom'; -'require ui'; -'require uci'; -'require form'; -'require network'; -'require firewall'; -'require tools.prng as random'; - -var protocols = [ - 'ip', 0, 'IP', - 'hopopt', 0, 'HOPOPT', - 'icmp', 1, 'ICMP', - 'igmp', 2, 'IGMP', - 'ggp', 3 , 'GGP', - 'ipencap', 4, 'IP-ENCAP', - 'st', 5, 'ST', - 'tcp', 6, 'TCP', - 'egp', 8, 'EGP', - 'igp', 9, 'IGP', - 'pup', 12, 'PUP', - 'udp', 17, 'UDP', - 'hmp', 20, 'HMP', - 'xns-idp', 22, 'XNS-IDP', - 'rdp', 27, 'RDP', - 'iso-tp4', 29, 'ISO-TP4', - 'dccp', 33, 'DCCP', - 'xtp', 36, 'XTP', - 'ddp', 37, 'DDP', - 'idpr-cmtp', 38, 'IDPR-CMTP', - 'ipv6', 41, 'IPv6', - 'ipv6-route', 43, 'IPv6-Route', - 'ipv6-frag', 44, 'IPv6-Frag', - 'idrp', 45, 'IDRP', - 'rsvp', 46, 'RSVP', - 'gre', 47, 'GRE', - 'esp', 50, 'IPSEC-ESP', - 'ah', 51, 'IPSEC-AH', - 'skip', 57, 'SKIP', - 'icmpv6', 58, 'IPv6-ICMP', - 'ipv6-icmp', 58, 'IPv6-ICMP', - 'ipv6-nonxt', 59, 'IPv6-NoNxt', - 'ipv6-opts', 60, 'IPv6-Opts', - 'rspf', 73, 'RSPF', - 'rspf', 73, 'CPHB', - 'vmtp', 81, 'VMTP', - 'eigrp', 88, 'EIGRP', - 'ospf', 89, 'OSPFIGP', - 'ax.25', 93, 'AX.25', - 'ipip', 94, 'IPIP', - 'etherip', 97, 'ETHERIP', - 'encap', 98, 'ENCAP', - 'pim', 103, 'PIM', - 'ipcomp', 108, 'IPCOMP', - 'vrrp', 112, 'VRRP', - 'l2tp', 115, 'L2TP', - 'isis', 124, 'ISIS', - 'sctp', 132, 'SCTP', - 'fc', 133, 'FC', - 'mh', 135, 'Mobility-Header', - 'ipv6-mh', 135, 'Mobility-Header', - 'mobility-header', 135, 'Mobility-Header', - 'udplite', 136, 'UDPLite', - 'mpls-in-ip', 137, 'MPLS-in-IP', - 'manet', 138, 'MANET', - 'hip', 139, 'HIP', - 'shim6', 140, 'Shim6', - 'wesp', 141, 'WESP', - 'rohc', 142, 'ROHC', -]; - -function lookupProto(x) { - if (x == null || x === '') - return null; - - var s = String(x).toLowerCase(); - - for (var i = 0; i < protocols.length; i += 3) - if (s == protocols[i] || s == protocols[i+1]) - return [ protocols[i+1], protocols[i+2], protocols[i] ]; - - return [ -1, x, x ]; -} - -return baseclass.extend({ - fmt: function(fmtstr, args, values) { - var repl = [], - wrap = false, - tokens = []; - - if (values == null) { - values = []; - wrap = true; - } - - var get = function(args, key) { - var names = key.trim().split(/\./), - obj = args, - ctx = obj; - - for (var i = 0; i < names.length; i++) { - if (!L.isObject(obj)) - return null; - - ctx = obj; - obj = obj[names[i]]; - } - - if (typeof(obj) == 'function') - return obj.call(ctx); - - return obj; - }; - - var isset = function(val) { - if (L.isObject(val) && !dom.elem(val)) { - for (var k in val) - if (val.hasOwnProperty(k)) - return true; - - return false; - } - else if (Array.isArray(val)) { - return (val.length > 0); - } - else { - return (val !== null && val !== undefined && val !== '' && val !== false); - } - }; - - var parse = function(tokens, text) { - if (dom.elem(text)) { - tokens.push(''.format(values.length)); - values.push(text); - } - else { - tokens.push(String(text).replace(/\\(.)/g, '$1')); - } - }; - - for (var i = 0, last = 0; i <= fmtstr.length; i++) { - if (fmtstr.charAt(i) == '%' && fmtstr.charAt(i + 1) == '{') { - if (i > last) - parse(tokens, fmtstr.substring(last, i)); - - var j = i + 1, nest = 0; - - var subexpr = []; - - for (var off = j + 1, esc = false; j <= fmtstr.length; j++) { - var ch = fmtstr.charAt(j); - - if (esc) { - esc = false; - } - else if (ch == '\\') { - esc = true; - } - else if (ch == '{') { - nest++; - } - else if (ch == '}') { - if (--nest == 0) { - subexpr.push(fmtstr.substring(off, j)); - break; - } - } - else if (ch == '?' || ch == ':' || ch == '#') { - if (nest == 1) { - subexpr.push(fmtstr.substring(off, j)); - subexpr.push(ch); - off = j + 1; - } - } - } - - var varname = subexpr[0].trim(), - op1 = (subexpr[1] != null) ? subexpr[1] : '?', - if_set = (subexpr[2] != null && subexpr[2] != '') ? subexpr[2] : '%{' + varname + '}', - op2 = (subexpr[3] != null) ? subexpr[3] : ':', - if_unset = (subexpr[4] != null) ? subexpr[4] : ''; - - /* Invalid expression */ - if (nest != 0 || subexpr.length > 5 || varname == '') { - return fmtstr; - } - - /* enumeration */ - else if (op1 == '#' && subexpr.length == 3) { - var items = L.toArray(get(args, varname)); - - for (var k = 0; k < items.length; k++) { - tokens.push.apply(tokens, this.fmt(if_set, Object.assign({}, args, { - first: k == 0, - next: k > 0, - last: (k + 1) == items.length, - item: items[k] - }), values)); - } - } - - /* ternary expression */ - else if (op1 == '?' && op2 == ':' && (subexpr.length == 1 || subexpr.length == 3 || subexpr.length == 5)) { - var val = get(args, varname); - - if (subexpr.length == 1) - parse(tokens, isset(val) ? val : ''); - else if (isset(val)) - tokens.push.apply(tokens, this.fmt(if_set, args, values)); - else - tokens.push.apply(tokens, this.fmt(if_unset, args, values)); - } - - /* unrecognized command */ - else { - return fmtstr; - } - - last = j + 1; - i = j; - } - else if (i >= fmtstr.length) { - if (i > last) - parse(tokens, fmtstr.substring(last, i)); - } - } - - if (wrap) { - var node = E('span', {}, tokens.join('')), - repl = node.querySelectorAll('span[data-fmt-placeholder]'); - - for (var i = 0; i < repl.length; i++) - repl[i].parentNode.replaceChild(values[repl[i].getAttribute('data-fmt-placeholder')], repl[i]); - - return node; - } - else { - return tokens; - } - }, - - map_invert: function(v, fn) { - return L.toArray(v).map(function(v) { - v = String(v); - - if (fn != null && typeof(v[fn]) == 'function') - v = v[fn].call(v); - - return { - ival: v, - inv: v.charAt(0) == '!', - val: v.replace(/^!\s*/, '') - }; - }); - }, - - lookupProto: lookupProto, - - addDSCPOption: function(s, is_target) { - var o = s.taboption(is_target ? 'general' : 'advanced', form.Value, is_target ? 'set_dscp' : 'dscp', - is_target ? _('DSCP mark') : _('Match DSCP'), - is_target ? _('Apply the given DSCP class or value to established connections.') : _('Matches traffic carrying the specified DSCP marking.')); - - o.modalonly = true; - o.rmempty = !is_target; - o.placeholder = _('any'); - - if (is_target) - o.depends('target', 'DSCP'); - - o.value('CS0'); - o.value('CS1'); - o.value('CS2'); - o.value('CS3'); - o.value('CS4'); - o.value('CS5'); - o.value('CS6'); - o.value('CS7'); - o.value('BE'); - o.value('AF11'); - o.value('AF12'); - o.value('AF13'); - o.value('AF21'); - o.value('AF22'); - o.value('AF23'); - o.value('AF31'); - o.value('AF32'); - o.value('AF33'); - o.value('AF41'); - o.value('AF42'); - o.value('AF43'); - o.value('EF'); - o.validate = function(section_id, value) { - if (value == '') - return is_target ? _('DSCP mark required') : true; - - if (!is_target) - value = String(value).replace(/^!\s*/, ''); - - var m = value.match(/^(?:CS[0-7]|BE|AF[1234][123]|EF|(0x[0-9a-f]{1,2}|[0-9]{1,2}))$/); - - if (!m || (m[1] != null && +m[1] > 0x3f)) - return _('Invalid DSCP mark'); - - return true; - }; - - return o; - }, - - addMarkOption: function(s, is_target) { - var o = s.taboption(is_target ? 'general' : 'advanced', form.Value, - (is_target > 1) ? 'set_xmark' : (is_target ? 'set_mark' : 'mark'), - (is_target > 1) ? _('XOR mark') : (is_target ? _('Set mark') : _('Match mark')), - (is_target > 1) ? _('Apply a bitwise XOR of the given value and the existing mark value on established connections. Format is value[/mask]. If a mask is specified then those bits set in the mask are zeroed out.') : - (is_target ? _('Set the given mark value on established connections. Format is value[/mask]. If a mask is specified then only those bits set in the mask are modified.') : - _('Matches a specific firewall mark or a range of different marks.'))); - - o.modalonly = true; - o.rmempty = true; - - if (is_target > 1) - o.depends('target', 'MARK_XOR'); - else if (is_target) - o.depends('target', 'MARK_SET'); - - o.validate = function(section_id, value) { - if (value == '') - return is_target ? _('Valid firewall mark required') : true; - - if (!is_target) - value = String(value).replace(/^!\s*/, ''); - - var m = value.match(/^(0x[0-9a-f]{1,8}|[0-9]{1,10})(?:\/(0x[0-9a-f]{1,8}|[0-9]{1,10}))?$/i); - - if (!m || +m[1] > 0xffffffff || (m[2] != null && +m[2] > 0xffffffff)) - return _('Expecting: %s').format(_('valid firewall mark')); - - return true; - }; - - return o; - }, - - addLimitOption: function(s) { - var o = s.taboption('advanced', form.Value, 'limit', - _('Limit matching'), - _('Limits traffic matching to the specified rate.')); - - o.modalonly = true; - o.rmempty = true; - o.placeholder = _('unlimited'); - o.value('10/second'); - o.value('60/minute'); - o.value('3/hour'); - o.value('500/day'); - o.validate = function(section_id, value) { - if (value == '') - return true; - - var m = String(value).toLowerCase().match(/^(?:0x[0-9a-f]{1,8}|[0-9]{1,10})\/([a-z]+)$/), - u = ['second', 'minute', 'hour', 'day'], - i = 0; - - if (m) - for (i = 0; i < u.length; i++) - if (u[i].indexOf(m[1]) == 0) - break; - - if (!m || i >= u.length) - return _('Invalid limit value'); - - return true; - }; - - return o; - }, - - addLimitBurstOption: function(s) { - var o = s.taboption('advanced', form.Value, 'limit_burst', - _('Limit burst'), - _('Maximum initial number of packets to match: this number gets recharged by one every time the limit specified above is not reached, up to this number.')); - - o.modalonly = true; - o.rmempty = true; - o.placeholder = '5'; - o.datatype = 'uinteger'; - o.depends({ limit: null, '!reverse': true }); - - return o; - }, - - transformHostHints: function(family, hosts) { - var choice_values = [], choice_labels = {}; - - if (!family || family == 'ipv4') { - L.sortedKeys(hosts, 'ipv4', 'addr').forEach(function(mac) { - var val = hosts[mac].ipv4, - txt = hosts[mac].name || mac; - - choice_values.push(val); - choice_labels[val] = E([], [ val, ' (', E('strong', {}, [txt]), ')' ]); - }); - } - - if (!family || family == 'ipv6') { - L.sortedKeys(hosts, 'ipv6', 'addr').forEach(function(mac) { - var val = hosts[mac].ipv6, - txt = hosts[mac].name || mac; - - choice_values.push(val); - choice_labels[val] = E([], [ val, ' (', E('strong', {}, [txt]), ')' ]); - }); - } - - return [choice_values, choice_labels]; - }, - - updateHostHints: function(map, section_id, option, family, hosts) { - var opt = map.lookupOption(option, section_id)[0].getUIElement(section_id), - choices = this.transformHostHints(family, hosts); - - opt.clearChoices(); - opt.addChoices(choices[0], choices[1]); - }, - - addIPOption: function(s, tab, name, label, description, family, hosts, multiple) { - var o = s.taboption(tab, multiple ? form.DynamicList : form.Value, name, label, description); - - o.modalonly = true; - o.datatype = 'list(neg(ipmask))'; - o.placeholder = multiple ? _('-- add IP --') : _('any'); - - if (family != null) { - var choices = this.transformHostHints(family, hosts); - - for (var i = 0; i < choices[0].length; i++) - o.value(choices[0][i], choices[1][choices[0][i]]); - } - - /* force combobox rendering */ - o.transformChoices = function() { - return this.super('transformChoices', []) || {}; - }; - - return o; - }, - - addLocalIPOption: function(s, tab, name, label, description, devices) { - var o = s.taboption(tab, form.Value, name, label, description); - - o.modalonly = true; - o.datatype = 'ip4addr("nomask")'; - o.placeholder = _('any'); - - L.sortedKeys(devices, 'name').forEach(function(dev) { - var ip4addrs = devices[dev].ipaddrs; - - if (!L.isObject(devices[dev].flags) || !Array.isArray(ip4addrs) || devices[dev].flags.loopback) - return; - - for (var i = 0; i < ip4addrs.length; i++) { - if (!L.isObject(ip4addrs[i]) || !ip4addrs[i].address) - continue; - - o.value(ip4addrs[i].address, E([], [ - ip4addrs[i].address, ' (', E('strong', {}, [dev]), ')' - ])); - } - }); - - return o; - }, - - addMACOption: function(s, tab, name, label, description, hosts) { - var o = s.taboption(tab, form.DynamicList, name, label, description); - - o.modalonly = true; - o.datatype = 'list(macaddr)'; - o.placeholder = _('-- add MAC --'); - - L.sortedKeys(hosts).forEach(function(mac) { - o.value(mac, E([], [ mac, ' (', E('strong', {}, [ - hosts[mac].name || hosts[mac].ipv4 || hosts[mac].ipv6 || '?' - ]), ')' ])); - }); - - return o; - }, - - CBIProtocolSelect: form.MultiValue.extend({ - __name__: 'CBI.ProtocolSelect', - - addChoice: function(value, label) { - if (!Array.isArray(this.keylist) || this.keylist.indexOf(value) == -1) - this.value(value, label); - }, - - load: function(section_id) { - var cfgvalue = L.toArray(this.super('load', [section_id]) || this.default).sort(); - - ['all', 'tcp', 'udp', 'icmp'].concat(cfgvalue).forEach(L.bind(function(value) { - switch (value) { - case 'all': - case 'any': - case '*': - this.addChoice('all', _('Any')); - break; - - case 'tcpudp': - this.addChoice('tcp', 'TCP'); - this.addChoice('udp', 'UDP'); - break; - - default: - var m = value.match(/^(0x[0-9a-f]{1,2}|[0-9]{1,3})$/), - p = lookupProto(m ? +m[1] : value); - - this.addChoice(p[2], p[1]); - break; - } - }, this)); - - return cfgvalue; - }, - - renderWidget: function(section_id, option_index, cfgvalue) { - var value = (cfgvalue != null) ? cfgvalue : this.default, - choices = this.transformChoices(); - - var widget = new ui.Dropdown(L.toArray(value), choices, { - id: this.cbid(section_id), - sort: this.keylist, - multiple: true, - optional: false, - display_items: 10, - dropdown_items: -1, - create: true, - validate: function(value) { - var v = L.toArray(value); - - for (var i = 0; i < v.length; i++) { - if (v[i] == 'all') - continue; - - var m = v[i].match(/^(0x[0-9a-f]{1,2}|[0-9]{1,3})$/); - - if (m ? (+m[1] > 255) : (lookupProto(v[i])[0] == -1)) - return _('Unrecognized protocol'); - } - - return true; - } - }); - - widget.createChoiceElement = function(sb, value) { - var m = value.match(/^(0x[0-9a-f]{1,2}|[0-9]{1,3})$/), - p = lookupProto(lookupProto(m ? +m[1] : value)[0]); - - return ui.Dropdown.prototype.createChoiceElement.call(this, sb, p[2], p[1]); - }; - - widget.createItems = function(sb, value) { - var values = L.toArray(value).map(function(value) { - var m = value.match(/^(0x[0-9a-f]{1,2}|[0-9]{1,3})$/), - p = lookupProto(m ? +m[1] : value); - - return (p[0] > -1) ? p[2] : value; - }); - - return ui.Dropdown.prototype.createItems.call(this, sb, values.join(' ')); - }; - - widget.toggleItem = function(sb, li) { - var value = li.getAttribute('data-value'), - toggleFn = ui.Dropdown.prototype.toggleItem; - - toggleFn.call(this, sb, li); - - if (value == 'all') { - var items = li.parentNode.querySelectorAll('li[data-value]'); - - for (var j = 0; j < items.length; j++) - if (items[j] !== li) - toggleFn.call(this, sb, items[j], false); - } - else { - toggleFn.call(this, sb, li.parentNode.querySelector('li[data-value="all"]'), false); - } - }; - - return widget.render(); - } - }), - - checkLegacySNAT: function() { - var redirects = uci.sections('firewall', 'redirect'); - - for (var i = 0; i < redirects.length; i++) - if ((redirects[i]['target'] || '').toLowerCase() == 'snat') - return true; - - return false; - }, - - handleMigration: function(ev) { - var redirects = uci.sections('firewall', 'redirect'), - tasks = []; - - var mapping = { - dest: 'src', - reflection: null, - reflection_src: null, - src_dip: 'snat_ip', - src_dport: 'snat_port', - src: null - }; - - for (var i = 0; i < redirects.length; i++) { - if ((redirects[i]['target'] || '').toLowerCase() != 'snat') - continue; - - var sid = uci.add('firewall', 'nat'); - - for (var opt in redirects[i]) { - if (opt.charAt(0) == '.') - continue; - - if (mapping[opt] === null) - continue; - - uci.set('firewall', sid, mapping[opt] || opt, redirects[i][opt]); - } - - uci.remove('firewall', redirects[i]['.name']); - } - - return uci.save() - .then(L.bind(ui.changes.init, ui.changes)) - .then(L.bind(ui.changes.apply, ui.changes)); - }, - - renderMigration: function() { - ui.showModal(_('Firewall configuration migration'), [ - E('p', _('The existing firewall configuration needs to be changed for LuCI to function properly.')), - E('p', _('Upon pressing "Continue", "redirect" sections with target "SNAT" will be converted to "nat" sections and the firewall will be restarted to apply the updated configuration.')), - E('div', { 'class': 'right' }, - E('button', { - 'class': 'btn cbi-button-action important', - 'click': ui.createHandlerFn(this, 'handleMigration') - }, _('Continue'))) - ]); - }, -}); diff --git a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js b/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js deleted file mode 100644 index ca870552a..000000000 --- a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js +++ /dev/null @@ -1,33 +0,0 @@ -'use strict'; -'require view'; -'require fs'; -'require ui'; - -return view.extend({ - load: function() { - return L.resolveDefault(fs.read('/etc/firewall.user'), ''); - }, - - handleSave: function(ev) { - var value = (document.querySelector('textarea').value || '').trim().replace(/\r\n/g, '\n') + '\n'; - - return fs.write('/etc/firewall.user', value).then(function(rc) { - document.querySelector('textarea').value = value; - ui.addNotification(null, E('p', _('Contents have been saved.')), 'info'); - fs.exec('/etc/init.d/firewall', ['restart']); - }).catch(function(e) { - ui.addNotification(null, E('p', _('Unable to save contents: %s').format(e.message))); - }); - }, - - render: function(fwuser) { - return E([ - E('h2', _('Firewall - Custom Rules')), - E('p', {}, _('Custom rules allow you to execute arbitrary iptables commands which are not otherwise covered by the firewall framework. The commands are executed after each firewall restart, right after the default ruleset has been loaded.')), - E('p', {}, E('textarea', { 'style': 'width:100%', 'rows': 10 }, [ fwuser != null ? fwuser : '' ])) - ]); - }, - - handleSaveApply: null, - handleReset: null -}); diff --git a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js b/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js deleted file mode 100644 index 55331576e..000000000 --- a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js +++ /dev/null @@ -1,297 +0,0 @@ -'use strict'; -'require view'; -'require ui'; -'require rpc'; -'require uci'; -'require form'; -'require firewall as fwmodel'; -'require tools.firewall as fwtool'; -'require tools.widgets as widgets'; - -function rule_proto_txt(s, ctHelpers) { - var proto = L.toArray(uci.get('firewall', s, 'proto')).filter(function(p) { - return (p != '*' && p != 'any' && p != 'all'); - }).map(function(p) { - var pr = fwtool.lookupProto(p); - return { - num: pr[0], - name: pr[1], - types: (pr[0] == 1 || pr[0] == 58) ? L.toArray(uci.get('firewall', s, 'icmp_type')) : null - }; - }); - - m = String(uci.get('firewall', s, 'helper') || '').match(/^(!\s*)?(\S+)$/); - var h = m ? { - val: m[0].toUpperCase(), - inv: m[1], - name: (ctHelpers.filter(function(ctH) { return ctH.name.toLowerCase() == m[2].toLowerCase() })[0] || {}).description - } : null; - - m = String(uci.get('firewall', s, 'mark')).match(/^(!\s*)?(0x[0-9a-f]{1,8}|[0-9]{1,10})(?:\/(0x[0-9a-f]{1,8}|[0-9]{1,10}))?$/i); - var f = m ? { - val: m[0].toUpperCase().replace(/X/g, 'x'), - inv: m[1], - num: '0x%02X'.format(+m[2]), - mask: m[3] ? '0x%02X'.format(+m[3]) : null - } : null; - - return fwtool.fmt(_('Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with types %{item.types#%{next?, }%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}'), { - proto: proto, - helper: h, - mark: f - }); -} - -function rule_src_txt(s, hosts) { - var z = uci.get('firewall', s, 'src'); - - return fwtool.fmt(_('From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}'), { - src: E('span', { 'class': 'zonebadge', 'style': 'background-color:' + fwmodel.getColorForName((z && z != '*') ? z : null) }, [(z == '*') ? E('em', _('any zone')) : (z || E('em', _('this device')))]), - src_ip: fwtool.map_invert(uci.get('firewall', s, 'src_ip'), 'toLowerCase'), - src_mac: fwtool.map_invert(uci.get('firewall', s, 'src_mac'), 'toUpperCase').map(function(v) { return Object.assign(v, { hint: hosts[v.val] }) }), - src_port: fwtool.map_invert(uci.get('firewall', s, 'src_port')) - }); -} - -function rule_dest_txt(s) { - return fwtool.fmt(_('To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}'), { - dest: E('span', { 'class': 'zonebadge', 'style': 'background-color:' + fwmodel.getColorForName(null) }, [E('em', _('this device'))]), - dest_ip: fwtool.map_invert(uci.get('firewall', s, 'src_dip'), 'toLowerCase'), - dest_port: fwtool.map_invert(uci.get('firewall', s, 'src_dport')) - }); -} - -function rule_limit_txt(s) { - var m = String(uci.get('firewall', s, 'limit')).match(/^(\d+)\/([smhd])\w*$/i), - l = m ? { - num: +m[1], - unit: ({ s: _('second'), m: _('minute'), h: _('hour'), d: _('day') })[m[2]], - burst: uci.get('firewall', s, 'limit_burst') - } : null; - - if (!l) - return ''; - - return fwtool.fmt(_('Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}'), { limit: l }); -} - -function rule_target_txt(s) { - var z = uci.get('firewall', s, 'dest'); - - return fwtool.fmt(_('Forward to %{dest}%{dest_ip? IP %{dest_ip}}%{dest_port? port %{dest_port}}'), { - dest: E('span', { 'class': 'zonebadge', 'style': 'background-color:' + fwmodel.getColorForName((z && z != '*') ? z : null) }, [(z == '*') ? E('em', _('any zone')) : (z || E('em', _('this device')))]), - dest_ip: (uci.get('firewall', s, 'dest_ip') || '').toLowerCase(), - dest_port: uci.get('firewall', s, 'dest_port') - }); -} - -return view.extend({ - callHostHints: rpc.declare({ - object: 'luci-rpc', - method: 'getHostHints', - expect: { '': {} } - }), - - callConntrackHelpers: rpc.declare({ - object: 'luci', - method: 'getConntrackHelpers', - expect: { result: [] } - }), - - callNetworkDevices: rpc.declare({ - object: 'luci-rpc', - method: 'getNetworkDevices', - expect: { '': {} } - }), - - load: function() { - return Promise.all([ - this.callHostHints(), - this.callConntrackHelpers(), - this.callNetworkDevices(), - uci.load('firewall') - ]); - }, - - render: function(data) { - if (fwtool.checkLegacySNAT()) - return fwtool.renderMigration(); - else - return this.renderForwards(data); - }, - - renderForwards: function(data) { - var hosts = data[0], - ctHelpers = data[1], - devs = data[2], - m, s, o; - - m = new form.Map('firewall', _('Firewall - Port Forwards'), - _('Port forwarding allows remote computers on the Internet to connect to a specific computer or service within the private LAN.')); - - s = m.section(form.GridSection, 'redirect', _('Port Forwards')); - s.addremove = true; - s.anonymous = true; - s.sortable = true; - - s.tab('general', _('General Settings')); - s.tab('advanced', _('Advanced Settings')); - - s.filter = function(section_id) { - return (uci.get('firewall', section_id, 'target') != 'SNAT'); - }; - - s.sectiontitle = function(section_id) { - return uci.get('firewall', section_id, 'name') || _('Unnamed forward'); - }; - - s.handleAdd = function(ev) { - var config_name = this.uciconfig || this.map.config, - section_id = uci.add(config_name, this.sectiontype); - - uci.set(config_name, section_id, 'target', 'DNAT'); - - this.addedSection = section_id; - this.renderMoreOptionsModal(section_id); - }; - - o = s.taboption('general', form.Value, 'name', _('Name')); - o.placeholder = _('Unnamed forward'); - o.modalonly = true; - - o = s.option(form.DummyValue, '_match', _('Match')); - o.modalonly = false; - o.textvalue = function(s) { - return E('small', [ - rule_proto_txt(s, ctHelpers), E('br'), - rule_src_txt(s, hosts), E('br'), - rule_dest_txt(s), E('br'), - rule_limit_txt(s) - ]); - }; - - o = s.option(form.ListValue, '_dest', _('Action')); - o.modalonly = false; - o.textvalue = function(s) { - return E('small', [ - rule_target_txt(s) - ]); - }; - - o = s.option(form.Flag, 'enabled', _('Enable')); - o.modalonly = false; - o.default = o.enabled; - o.editable = true; - - o = s.taboption('general', fwtool.CBIProtocolSelect, 'proto', _('Protocol')); - o.modalonly = true; - o.default = 'tcp udp'; - - o = s.taboption('general', widgets.ZoneSelect, 'src', _('Source zone')); - o.modalonly = true; - o.rmempty = false; - o.nocreate = true; - o.default = 'wan'; - - o = fwtool.addMACOption(s, 'advanced', 'src_mac', _('Source MAC address'), - _('Only match incoming traffic from these MACs.'), hosts); - o.rmempty = true; - o.datatype = 'list(neg(macaddr))'; - - o = fwtool.addIPOption(s, 'advanced', 'src_ip', _('Source IP address'), - _('Only match incoming traffic from this IP or range.'), 'ipv4', hosts); - o.rmempty = true; - o.datatype = 'neg(ipmask4)'; - - o = s.taboption('advanced', form.Value, 'src_port', _('Source port'), - _('Only match incoming traffic originating from the given source port or port range on the client host')); - o.modalonly = true; - o.rmempty = true; - o.datatype = 'neg(portrange)'; - o.placeholder = _('any'); - o.depends({ proto: 'tcp', '!contains': true }); - o.depends({ proto: 'udp', '!contains': true }); - - o = fwtool.addLocalIPOption(s, 'advanced', 'src_dip', _('External IP address'), - _('Only match incoming traffic directed at the given IP address.'), devs); - o.datatype = 'neg(ipmask4)'; - o.rmempty = true; - - o = s.taboption('general', form.Value, 'src_dport', _('External port'), - _('Match incoming traffic directed at the given destination port or port range on this host')); - o.modalonly = true; - o.rmempty = false; - o.datatype = 'neg(portrange)'; - o.depends({ proto: 'tcp', '!contains': true }); - o.depends({ proto: 'udp', '!contains': true }); - - o = s.taboption('general', widgets.ZoneSelect, 'dest', _('Internal zone')); - o.modalonly = true; - o.rmempty = true; - o.nocreate = true; - o.default = 'lan'; - - o = fwtool.addIPOption(s, 'general', 'dest_ip', _('Internal IP address'), - _('Redirect matched incoming traffic to the specified internal host'), 'ipv4', hosts); - o.rmempty = true; - o.datatype = 'ipmask4'; - - o = s.taboption('general', form.Value, 'dest_port', _('Internal port'), - _('Redirect matched incoming traffic to the given port on the internal host')); - o.modalonly = true; - o.rmempty = true; - o.placeholder = _('any'); - o.datatype = 'portrange'; - o.depends({ proto: 'tcp', '!contains': true }); - o.depends({ proto: 'udp', '!contains': true }); - - o = s.taboption('advanced', form.Flag, 'reflection', _('Enable NAT Loopback')); - o.modalonly = true; - o.rmempty = true; - o.default = o.enabled; - - o = s.taboption('advanced', form.ListValue, 'reflection_src', _('Loopback source IP'), _('Specifies whether to use the external or the internal IP address for reflected traffic.')); - o.modalonly = true; - o.depends('reflection', '1'); - o.value('internal', _('Use internal IP address')); - o.value('external', _('Use external IP address')); - o.write = function(section_id, value) { - uci.set('firewall', section_id, 'reflection_src', (value != 'internal') ? value : null); - }; - - o = s.taboption('advanced', form.Value, 'helper', _('Match helper'), _('Match traffic using the specified connection tracking helper.')); - o.modalonly = true; - o.placeholder = _('any'); - for (var i = 0; i < ctHelpers.length; i++) - o.value(ctHelpers[i].name, '%s (%s)'.format(ctHelpers[i].description, ctHelpers[i].name.toUpperCase())); - o.validate = function(section_id, value) { - if (value == '' || value == null) - return true; - - value = value.replace(/^!\s*/, ''); - - for (var i = 0; i < ctHelpers.length; i++) - if (value == ctHelpers[i].name) - return true; - - return _('Unknown or not installed conntrack helper "%s"').format(value); - }; - - fwtool.addMarkOption(s, false); - fwtool.addLimitOption(s); - fwtool.addLimitBurstOption(s); - - o = s.taboption('advanced', form.Flag, 'v2ray', _('Use V2Ray/XRay'), - _('Forward a port (not a range) from server using V2Ray/XRay proxy (if enabled) instead of VPN')); - o.modalonly = true; - o.editable = true; - o.depends({ src: 'vpn', '!contains': true }); - - o = s.taboption('advanced', form.Value, 'extra', _('Extra arguments'), - _('Passes additional arguments to iptables. Use with care!')); - o.modalonly = true; - o.rmempty = true; - - return m.render(); - } -}); diff --git a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js b/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js deleted file mode 100644 index 3c0cdc296..000000000 --- a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js +++ /dev/null @@ -1,477 +0,0 @@ -'use strict'; -'require view'; -'require ui'; -'require rpc'; -'require uci'; -'require form'; -'require firewall as fwmodel'; -'require tools.firewall as fwtool'; -'require tools.widgets as widgets'; - -function rule_proto_txt(s, ctHelpers) { - var f = (uci.get('firewall', s, 'family') || '').toLowerCase().replace(/^(?:any|\*)$/, ''); - - var proto = L.toArray(uci.get('firewall', s, 'proto')).filter(function(p) { - return (p != '*' && p != 'any' && p != 'all'); - }).map(function(p) { - var pr = fwtool.lookupProto(p); - return { - num: pr[0], - name: pr[1], - types: (pr[0] == 1 || pr[0] == 58) ? L.toArray(uci.get('firewall', s, 'icmp_type')) : null - }; - }); - - m = String(uci.get('firewall', s, 'helper') || '').match(/^(!\s*)?(\S+)$/); - var h = m ? { - val: m[0].toUpperCase(), - inv: m[1], - name: (ctHelpers.filter(function(ctH) { return ctH.name.toLowerCase() == m[2].toLowerCase() })[0] || {}).description - } : null; - - m = String(uci.get('firewall', s, 'mark')).match(/^(!\s*)?(0x[0-9a-f]{1,8}|[0-9]{1,10})(?:\/(0x[0-9a-f]{1,8}|[0-9]{1,10}))?$/i); - var w = m ? { - val: m[0].toUpperCase().replace(/X/g, 'x'), - inv: m[1], - num: '0x%02X'.format(+m[2]), - mask: m[3] ? '0x%02X'.format(+m[3]) : null - } : null; - - m = String(uci.get('firewall', s, 'dscp')).match(/^(!\s*)?(?:(CS[0-7]|BE|AF[1234][123]|EF)|(0x[0-9a-f]{1,2}|[0-9]{1,2}))$/); - var d = m ? { - val: m[0], - inv: m[1], - name: m[2], - num: m[3] ? '0x%02X'.format(+m[3]) : null - } : null; - - return fwtool.fmt(_('%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with types %{item.types#%{next?, }%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?%{dscp.val}:%{dscp.val}}}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}'), { - ipv4: (!f || f == 'ipv4'), - ipv6: (!f || f == 'ipv6'), - src: uci.get('firewall', s, 'src'), - dest: uci.get('firewall', s, 'dest'), - proto: proto, - helper: h, - mark: w, - dscp: d - }); -} - -function rule_src_txt(s, hosts) { - var z = uci.get('firewall', s, 'src'), - d = (uci.get('firewall', s, 'direction') == 'in') ? uci.get('firewall', s, 'device') : null; - - return fwtool.fmt(_('From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}'), { - src: E('span', { 'class': 'zonebadge', 'style': 'background-color:' + fwmodel.getColorForName((z && z != '*') ? z : null) }, [(z == '*') ? E('em', _('any zone')) : (z || E('em', _('this device')))]), - src_ip: fwtool.map_invert(uci.get('firewall', s, 'src_ip'), 'toLowerCase'), - src_mac: fwtool.map_invert(uci.get('firewall', s, 'src_mac'), 'toUpperCase').map(function(v) { return Object.assign(v, { hint: hosts[v.val] }) }), - src_port: fwtool.map_invert(uci.get('firewall', s, 'src_port')), - src_device: d - }); -} - -function rule_dest_txt(s) { - var z = uci.get('firewall', s, 'dest'), - d = (uci.get('firewall', s, 'direction') == 'out') ? uci.get('firewall', s, 'device') : null; - - return fwtool.fmt(_('To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}'), { - dest: E('span', { 'class': 'zonebadge', 'style': 'background-color:' + fwmodel.getColorForName((z && z != '*') ? z : null) }, [(z == '*') ? E('em', _('any zone')) : (z || E('em', _('this device')))]), - dest_ip: fwtool.map_invert(uci.get('firewall', s, 'dest_ip'), 'toLowerCase'), - dest_port: fwtool.map_invert(uci.get('firewall', s, 'dest_port')), - dest_device: d - }); -} - -function rule_limit_txt(s) { - var m = String(uci.get('firewall', s, 'limit')).match(/^(\d+)\/([smhd])\w*$/i), - l = m ? { - num: +m[1], - unit: ({ s: _('second'), m: _('minute'), h: _('hour'), d: _('day') })[m[2]], - burst: uci.get('firewall', s, 'limit_burst') - } : null; - - if (!l) - return ''; - - return fwtool.fmt(_('Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}'), { limit: l }); -} - -function rule_target_txt(s, ctHelpers) { - var t = uci.get('firewall', s, 'target'), - h = (uci.get('firewall', s, 'set_helper') || '').toUpperCase(), - s = { - target: t, - src: uci.get('firewall', s, 'src'), - dest: uci.get('firewall', s, 'dest'), - set_helper: h, - set_mark: uci.get('firewall', s, 'set_mark'), - set_xmark: uci.get('firewall', s, 'set_xmark'), - set_dscp: uci.get('firewall', s, 'set_dscp'), - helper_name: (ctHelpers.filter(function(ctH) { return ctH.name.toUpperCase() == h })[0] || {}).description - }; - - switch (t) { - case 'DROP': - return fwtool.fmt(_('Drop %{src?%{dest?forward:input}:output}'), s); - - case 'ACCEPT': - return fwtool.fmt(_('Accept %{src?%{dest?forward:input}:output}'), s); - - case 'REJECT': - return fwtool.fmt(_('Reject %{src?%{dest?forward:input}:output}'), s); - - case 'NOTRACK': - return fwtool.fmt(_('Do not track %{src?%{dest?forward:input}:output}'), s); - - case 'HELPER': - return fwtool.fmt(_('Assign conntrack helper %{set_helper}'), s); - - case 'MARK': - return fwtool.fmt(_('%{set_mark?Assign:XOR} firewall mark %{set_mark?:%{set_xmark}}'), s); - - case 'DSCP': - return fwtool.fmt(_('Assign DSCP classification %{set_dscp}'), s); - - default: - return t; - } -} - -return view.extend({ - callHostHints: rpc.declare({ - object: 'luci-rpc', - method: 'getHostHints', - expect: { '': {} } - }), - - callConntrackHelpers: rpc.declare({ - object: 'luci', - method: 'getConntrackHelpers', - expect: { result: [] } - }), - - load: function() { - return Promise.all([ - this.callHostHints(), - this.callConntrackHelpers(), - uci.load('firewall') - ]); - }, - - render: function(data) { - if (fwtool.checkLegacySNAT()) - return fwtool.renderMigration(); - else - return this.renderRules(data); - }, - - renderRules: function(data) { - var hosts = data[0], - ctHelpers = data[1], - m, s, o; - - m = new form.Map('firewall', _('Firewall - Traffic Rules'), - _('Traffic rules define policies for packets traveling between different zones, for example to reject traffic between certain hosts or to open WAN ports on the router.')); - - s = m.section(form.GridSection, 'rule', _('Traffic Rules')); - s.addremove = true; - s.anonymous = true; - s.sortable = true; - - s.tab('general', _('General Settings')); - s.tab('advanced', _('Advanced Settings')); - s.tab('timed', _('Time Restrictions')); - - s.filter = function(section_id) { - //return (uci.get('firewall', section_id, 'target') != 'SNAT'); - return (uci.get('firewall', section_id, 'target') != 'SNAT' && section_id.startsWith('omr_dst') == false && section_id.startsWith('omr_dscp') == false); - }; - - s.sectiontitle = function(section_id) { - return uci.get('firewall', section_id, 'name') || _('Unnamed rule'); - }; - - s.handleAdd = function(ev) { - var config_name = this.uciconfig || this.map.config, - section_id = uci.add(config_name, this.sectiontype), - opt1, opt2; - - for (var i = 0; i < this.children.length; i++) - if (this.children[i].option == 'src') - opt1 = this.children[i]; - else if (this.children[i].option == 'dest') - opt2 = this.children[i]; - - opt1.default = 'wan'; - opt2.default = 'lan'; - - this.addedSection = section_id; - this.renderMoreOptionsModal(section_id); - - delete opt1.default; - delete opt2.default; - }; - - o = s.taboption('general', form.Value, 'name', _('Name')); - o.placeholder = _('Unnamed rule'); - o.modalonly = true; - - o = s.option(form.DummyValue, '_match', _('Match')); - o.modalonly = false; - o.textvalue = function(s) { - return E('small', [ - rule_proto_txt(s, ctHelpers), E('br'), - rule_src_txt(s, hosts), E('br'), - rule_dest_txt(s), E('br'), - rule_limit_txt(s) - ]); - }; - - o = s.option(form.ListValue, '_target', _('Action')); - o.modalonly = false; - o.textvalue = function(s) { - return rule_target_txt(s, ctHelpers); - }; - - o = s.option(form.Flag, 'enabled', _('Enable')); - o.modalonly = false; - o.default = o.enabled; - o.editable = true; - - - o = s.taboption('advanced', form.ListValue, 'direction', _('Match device')); - o.modalonly = true; - o.value('', _('unspecified')); - o.value('in', _('Inbound device')); - o.value('out', _('Outbound device')); - o.cfgvalue = function(section_id) { - var val = uci.get('firewall', section_id, 'direction'); - switch (val) { - case 'in': - case 'ingress': - return 'in'; - - case 'out': - case 'egress': - return 'out'; - } - - return null; - }; - - o = s.taboption('advanced', widgets.DeviceSelect, 'device', _('Device name'), - _('Specifies whether to tie this traffic rule to a specific inbound or outbound network device.')); - o.modalonly = true; - o.noaliases = true; - o.rmempty = false; - o.depends('direction', 'in'); - o.depends('direction', 'out'); - - o = s.taboption('advanced', form.ListValue, 'family', _('Restrict to address family')); - o.modalonly = true; - o.rmempty = true; - o.value('', _('IPv4 and IPv6')); - o.value('ipv4', _('IPv4 only')); - o.value('ipv6', _('IPv6 only')); - o.validate = function(section_id, value) { - fwtool.updateHostHints(this.map, section_id, 'src_ip', value, hosts); - fwtool.updateHostHints(this.map, section_id, 'dest_ip', value, hosts); - return true; - }; - - o = s.taboption('general', fwtool.CBIProtocolSelect, 'proto', _('Protocol')); - o.modalonly = true; - o.default = 'tcp udp'; - - o = s.taboption('advanced', form.MultiValue, 'icmp_type', _('Match ICMP type')); - o.modalonly = true; - o.multiple = true; - o.custom = true; - o.cast = 'table'; - o.placeholder = _('any'); - o.value('', 'any'); - o.value('address-mask-reply'); - o.value('address-mask-request'); - o.value('communication-prohibited'); - o.value('destination-unreachable'); - o.value('echo-reply'); - o.value('echo-request'); - o.value('fragmentation-needed'); - o.value('host-precedence-violation'); - o.value('host-prohibited'); - o.value('host-redirect'); - o.value('host-unknown'); - o.value('host-unreachable'); - o.value('ip-header-bad'); - o.value('neighbour-advertisement'); - o.value('neighbour-solicitation'); - o.value('network-prohibited'); - o.value('network-redirect'); - o.value('network-unknown'); - o.value('network-unreachable'); - o.value('packet-too-big'); - o.value('parameter-problem'); - o.value('port-unreachable'); - o.value('precedence-cutoff'); - o.value('protocol-unreachable'); - o.value('redirect'); - o.value('required-option-missing'); - o.value('router-advertisement'); - o.value('router-solicitation'); - o.value('source-quench'); - o.value('source-route-failed'); - o.value('time-exceeded'); - o.value('timestamp-reply'); - o.value('timestamp-request'); - o.value('TOS-host-redirect'); - o.value('TOS-host-unreachable'); - o.value('TOS-network-redirect'); - o.value('TOS-network-unreachable'); - o.value('ttl-zero-during-reassembly'); - o.value('ttl-zero-during-transit'); - o.depends({ proto: 'icmp', '!contains': true }); - o.depends({ proto: 'icmpv6', '!contains': true }); - - o = s.taboption('general', widgets.ZoneSelect, 'src', _('Source zone')); - o.modalonly = true; - o.nocreate = true; - o.allowany = true; - o.allowlocal = 'src'; - - fwtool.addMACOption(s, 'advanced', 'src_mac', _('Source MAC address'), null, hosts); - fwtool.addIPOption(s, 'general', 'src_ip', _('Source address'), null, '', hosts, true); - - o = s.taboption('general', form.Value, 'src_port', _('Source port')); - o.modalonly = true; - o.datatype = 'list(neg(portrange))'; - o.placeholder = _('any'); - o.depends({ proto: 'tcp', '!contains': true }); - o.depends({ proto: 'udp', '!contains': true }); - - o = s.taboption('general', widgets.ZoneSelect, 'dest', _('Destination zone')); - o.modalonly = true; - o.nocreate = true; - o.allowany = true; - o.allowlocal = true; - - fwtool.addIPOption(s, 'general', 'dest_ip', _('Destination address'), null, '', hosts, true); - - o = s.taboption('general', form.Value, 'dest_port', _('Destination port')); - o.modalonly = true; - o.datatype = 'list(neg(portrange))'; - o.placeholder = _('any'); - o.depends({ proto: 'tcp', '!contains': true }); - o.depends({ proto: 'udp', '!contains': true }); - - o = s.taboption('general', form.ListValue, 'target', _('Action')); - o.modalonly = true; - o.default = 'ACCEPT'; - o.value('DROP', _('drop')); - o.value('ACCEPT', _('accept')); - o.value('REJECT', _('reject')); - o.value('NOTRACK', _("don't track")); - o.value('HELPER', _('assign conntrack helper')); - o.value('MARK_SET', _('apply firewall mark')); - o.value('MARK_XOR', _('XOR firewall mark')); - o.value('DSCP', _('DSCP classification')); - o.cfgvalue = function(section_id) { - var t = uci.get('firewall', section_id, 'target'), - m = uci.get('firewall', section_id, 'set_mark'); - - if (t == 'MARK') - return m ? 'MARK_SET' : 'MARK_XOR'; - - return t; - }; - o.write = function(section_id, value) { - return this.super('write', [section_id, (value == 'MARK_SET' || value == 'MARK_XOR') ? 'MARK' : value]); - }; - - fwtool.addMarkOption(s, 1); - fwtool.addMarkOption(s, 2); - fwtool.addDSCPOption(s, true); - - o = s.taboption('general', form.ListValue, 'set_helper', _('Tracking helper'), _('Assign the specified connection tracking helper to matched traffic.')); - o.modalonly = true; - o.placeholder = _('any'); - o.depends('target', 'HELPER'); - for (var i = 0; i < ctHelpers.length; i++) - o.value(ctHelpers[i].name, '%s (%s)'.format(ctHelpers[i].description, ctHelpers[i].name.toUpperCase())); - - o = s.taboption('advanced', form.Value, 'helper', _('Match helper'), _('Match traffic using the specified connection tracking helper.')); - o.modalonly = true; - o.placeholder = _('any'); - for (var i = 0; i < ctHelpers.length; i++) - o.value(ctHelpers[i].name, '%s (%s)'.format(ctHelpers[i].description, ctHelpers[i].name.toUpperCase())); - o.validate = function(section_id, value) { - if (value == '' || value == null) - return true; - - value = value.replace(/^!\s*/, ''); - - for (var i = 0; i < ctHelpers.length; i++) - if (value == ctHelpers[i].name) - return true; - - return _('Unknown or not installed conntrack helper "%s"').format(value); - }; - - fwtool.addMarkOption(s, false); - fwtool.addDSCPOption(s, false); - fwtool.addLimitOption(s); - fwtool.addLimitBurstOption(s); - - o = s.taboption('advanced', form.Value, 'extra', _('Extra arguments'), - _('Passes additional arguments to iptables. Use with care!')); - o.modalonly = true; - - o = s.taboption('timed', form.MultiValue, 'weekdays', _('Week Days')); - o.modalonly = true; - o.multiple = true; - o.display = 5; - o.placeholder = _('Any day'); - o.value('Sun', _('Sunday')); - o.value('Mon', _('Monday')); - o.value('Tue', _('Tuesday')); - o.value('Wed', _('Wednesday')); - o.value('Thu', _('Thursday')); - o.value('Fri', _('Friday')); - o.value('Sat', _('Saturday')); - o.write = function(section_id, value) { - return this.super('write', [ section_id, L.toArray(value).join(' ') ]); - }; - - o = s.taboption('timed', form.MultiValue, 'monthdays', _('Month Days')); - o.modalonly = true; - o.multiple = true; - o.display_size = 15; - o.placeholder = _('Any day'); - o.write = function(section_id, value) { - return this.super('write', [ section_id, L.toArray(value).join(' ') ]); - }; - for (var i = 1; i <= 31; i++) - o.value(i); - - o = s.taboption('timed', form.Value, 'start_time', _('Start Time (hh.mm.ss)')); - o.modalonly = true; - o.datatype = 'timehhmmss'; - - o = s.taboption('timed', form.Value, 'stop_time', _('Stop Time (hh.mm.ss)')); - o.modalonly = true; - o.datatype = 'timehhmmss'; - - o = s.taboption('timed', form.Value, 'start_date', _('Start Date (yyyy-mm-dd)')); - o.modalonly = true; - o.datatype = 'dateyyyymmdd'; - - o = s.taboption('timed', form.Value, 'stop_date', _('Stop Date (yyyy-mm-dd)')); - o.modalonly = true; - o.datatype = 'dateyyyymmdd'; - - o = s.taboption('timed', form.Flag, 'utc_time', _('Time in UTC')); - o.modalonly = true; - o.default = o.disabled; - - return m.render(); - } -}); diff --git a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js b/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js deleted file mode 100644 index 859dba3e8..000000000 --- a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js +++ /dev/null @@ -1,303 +0,0 @@ -'use strict'; -'require view'; -'require ui'; -'require rpc'; -'require uci'; -'require form'; -'require firewall as fwmodel'; -'require tools.firewall as fwtool'; -'require tools.widgets as widgets'; - -function rule_proto_txt(s) { - var proto = L.toArray(uci.get('firewall', s, 'proto')).filter(function(p) { - return (p != '*' && p != 'any' && p != 'all'); - }).map(function(p) { - var pr = fwtool.lookupProto(p); - return { - num: pr[0], - name: pr[1] - }; - }); - - m = String(uci.get('firewall', s, 'mark')).match(/^(!\s*)?(0x[0-9a-f]{1,8}|[0-9]{1,10})(?:\/(0x[0-9a-f]{1,8}|[0-9]{1,10}))?$/i); - var f = m ? { - val: m[0].toUpperCase().replace(/X/g, 'x'), - inv: m[1], - num: '0x%02X'.format(+m[2]), - mask: m[3] ? '0x%02X'.format(+m[3]) : null - } : null; - - return fwtool.fmt(_('Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}'), { - proto: proto, - mark: f - }); -} - -function rule_src_txt(s, hosts) { - var z = uci.get('firewall', s, 'src'); - - return fwtool.fmt(_('From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }%{item.ival}}}'), { - src: E('span', { 'class': 'zonebadge', 'style': 'background-color:' + fwmodel.getColorForName(null) }, [E('em', _('any zone'))]), - src_ip: fwtool.map_invert(uci.get('firewall', s, 'src_ip'), 'toLowerCase'), - src_port: fwtool.map_invert(uci.get('firewall', s, 'src_port')) - }); -} - -function rule_dest_txt(s) { - var z = uci.get('firewall', s, 'src'); - - return fwtool.fmt(_('To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}'), { - dest: E('span', { 'class': 'zonebadge', 'style': 'background-color:' + fwmodel.getColorForName((z && z != '*') ? z : null) }, [(z == '*') ? E('em', _('any zone')) : (z || E('em', _('this device')))]), - dest_ip: fwtool.map_invert(uci.get('firewall', s, 'dest_ip'), 'toLowerCase'), - dest_port: fwtool.map_invert(uci.get('firewall', s, 'dest_port')), - dest_device: uci.get('firewall', s, 'device') - }); -} - -function rule_limit_txt(s) { - var m = String(uci.get('firewall', s, 'limit')).match(/^(\d+)\/([smhd])\w*$/i), - l = m ? { - num: +m[1], - unit: ({ s: _('second'), m: _('minute'), h: _('hour'), d: _('day') })[m[2]], - burst: uci.get('firewall', s, 'limit_burst') - } : null; - - if (!l) - return ''; - - return fwtool.fmt(_('Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}'), { limit: l }); -} - -function rule_target_txt(s) { - var t = uci.get('firewall', s, 'target'), - s = { - target: t, - snat_ip: uci.get('firewall', s, 'snat_ip'), - snat_port: uci.get('firewall', s, 'snat_port') - }; - - switch (t) { - case 'SNAT': - return fwtool.fmt(_('Statically rewrite to source %{snat_ip?IP %{snat_ip}} %{snat_port?port %{snat_port}}'), s); - - case 'MASQUERADE': - return fwtool.fmt(_('Automatically rewrite source IP')); - - case 'ACCEPT': - return fwtool.fmt(_('Prevent source rewrite')); - - default: - return t; - } -} - -return view.extend({ - callHostHints: rpc.declare({ - object: 'luci-rpc', - method: 'getHostHints', - expect: { '': {} } - }), - - callNetworkDevices: rpc.declare({ - object: 'luci-rpc', - method: 'getNetworkDevices', - expect: { '': {} } - }), - - load: function() { - return Promise.all([ - this.callHostHints(), - this.callNetworkDevices(), - uci.load('firewall') - ]); - }, - - render: function(data) { - if (fwtool.checkLegacySNAT()) - return fwtool.renderMigration(); - else - return this.renderNats(data); - }, - - renderNats: function(data) { - var hosts = data[0], - devs = data[1], - m, s, o; - - m = new form.Map('firewall', _('Firewall - NAT Rules'), - _('NAT rules allow fine grained control over the source IP to use for outbound or forwarded traffic.')); - - s = m.section(form.GridSection, 'nat', _('NAT Rules')); - s.addremove = true; - s.anonymous = true; - s.sortable = true; - - s.tab('general', _('General Settings')); - s.tab('advanced', _('Advanced Settings')); - s.tab('timed', _('Time Restrictions')); - - s.sectiontitle = function(section_id) { - return uci.get('firewall', section_id, 'name') || _('Unnamed NAT'); - }; - - o = s.taboption('general', form.Value, 'name', _('Name')); - o.placeholder = _('Unnamed NAT'); - o.modalonly = true; - - o = s.option(form.DummyValue, '_match', _('Match')); - o.modalonly = false; - o.textvalue = function(s) { - return E('small', [ - rule_proto_txt(s), E('br'), - rule_src_txt(s, hosts), E('br'), - rule_dest_txt(s), E('br'), - rule_limit_txt(s) - ]); - }; - - o = s.option(form.ListValue, '_target', _('Action')); - o.modalonly = false; - o.textvalue = function(s) { - return rule_target_txt(s); - }; - - o = s.option(form.Flag, 'enabled', _('Enable')); - o.modalonly = false; - o.default = o.enabled; - o.editable = true; - - o = s.taboption('general', fwtool.CBIProtocolSelect, 'proto', _('Protocol')); - o.modalonly = true; - o.default = 'all'; - - o = s.taboption('general', widgets.ZoneSelect, 'src', _('Outbound zone')); - o.modalonly = true; - o.rmempty = false; - o.nocreate = true; - o.allowany = true; - o.default = 'lan'; - - o = fwtool.addIPOption(s, 'general', 'src_ip', _('Source address'), - _('Match forwarded traffic from this IP or range.'), 'ipv4', hosts); - o.rmempty = true; - o.datatype = 'neg(ipmask4)'; - - o = s.taboption('general', form.Value, 'src_port', _('Source port'), - _('Match forwarded traffic originating from the given source port or port range.')); - o.modalonly = true; - o.rmempty = true; - o.datatype = 'neg(portrange)'; - o.placeholder = _('any'); - o.depends({ proto: 'tcp', '!contains': true }); - o.depends({ proto: 'udp', '!contains': true }); - - o = fwtool.addIPOption(s, 'general', 'dest_ip', _('Destination address'), - _('Match forwarded traffic directed at the given IP address.'), 'ipv4', hosts); - o.rmempty = true; - o.datatype = 'neg(ipmask4)'; - - o = s.taboption('general', form.Value, 'dest_port', _('Destination port'), - _('Match forwarded traffic directed at the given destination port or port range.')); - o.modalonly = true; - o.rmempty = true; - o.placeholder = _('any'); - o.datatype = 'neg(portrange)'; - o.depends({ proto: 'tcp', '!contains': true }); - o.depends({ proto: 'udp', '!contains': true }); - - o = s.taboption('general', form.ListValue, 'target', _('Action')); - o.modalonly = true; - o.default = 'SNAT'; - o.value('SNAT', _('SNAT - Rewrite to specific source IP or port')); - o.value('MASQUERADE', _('MASQUERADE - Automatically rewrite to outbound interface IP')); - o.value('ACCEPT', _('ACCEPT - Disable address rewriting')); - - o = fwtool.addLocalIPOption(s, 'general', 'snat_ip', _('Rewrite IP address'), - _('Rewrite matched traffic to the specified source IP address.'), devs); - o.placeholder = null; - o.depends('target', 'SNAT'); - o.validate = function(section_id, value) { - var port = this.map.lookupOption('snat_port', section_id), - a = this.formvalue(section_id), - p = port ? port[0].formvalue(section_id) : null; - - if ((a == null || a == '') && (p == null || p == '') && value == '') - return _('A rewrite IP must be specified!'); - - return true; - }; - - o = s.taboption('general', form.Value, 'snat_port', _('Rewrite port'), - _('Rewrite matched traffic to the specified source port or port range.')); - o.modalonly = true; - o.rmempty = true; - o.placeholder = _('do not rewrite'); - o.datatype = 'portrange'; - o.depends({ proto: 'tcp', '!contains': true }); - o.depends({ proto: 'udp', '!contains': true }); - - o = s.taboption('advanced', widgets.DeviceSelect, 'device', _('Outbound device'), - _('Matches forwarded traffic using the specified outbound network device.')); - o.noaliases = true; - o.modalonly = true; - o.rmempty = true; - - fwtool.addMarkOption(s, false); - fwtool.addLimitOption(s); - fwtool.addLimitBurstOption(s); - - o = s.taboption('advanced', form.Value, 'extra', _('Extra arguments'), - _('Passes additional arguments to iptables. Use with care!')); - o.modalonly = true; - o.rmempty = true; - - o = s.taboption('timed', form.MultiValue, 'weekdays', _('Week Days')); - o.modalonly = true; - o.multiple = true; - o.display = 5; - o.placeholder = _('Any day'); - o.value('Sun', _('Sunday')); - o.value('Mon', _('Monday')); - o.value('Tue', _('Tuesday')); - o.value('Wed', _('Wednesday')); - o.value('Thu', _('Thursday')); - o.value('Fri', _('Friday')); - o.value('Sat', _('Saturday')); - o.write = function(section_id, value) { - return this.super('write', [ section_id, L.toArray(value).join(' ') ]); - }; - - o = s.taboption('timed', form.MultiValue, 'monthdays', _('Month Days')); - o.modalonly = true; - o.multiple = true; - o.display_size = 15; - o.placeholder = _('Any day'); - o.write = function(section_id, value) { - return this.super('write', [ section_id, L.toArray(value).join(' ') ]); - }; - for (var i = 1; i <= 31; i++) - o.value(i); - - o = s.taboption('timed', form.Value, 'start_time', _('Start Time (hh.mm.ss)')); - o.modalonly = true; - o.datatype = 'timehhmmss'; - - o = s.taboption('timed', form.Value, 'stop_time', _('Stop Time (hh.mm.ss)')); - o.modalonly = true; - o.datatype = 'timehhmmss'; - - o = s.taboption('timed', form.Value, 'start_date', _('Start Date (yyyy-mm-dd)')); - o.modalonly = true; - o.datatype = 'dateyyyymmdd'; - - o = s.taboption('timed', form.Value, 'stop_date', _('Stop Date (yyyy-mm-dd)')); - o.modalonly = true; - o.datatype = 'dateyyyymmdd'; - - o = s.taboption('timed', form.Flag, 'utc_time', _('Time in UTC')); - o.modalonly = true; - o.default = o.disabled; - - return m.render(); - } -}); diff --git a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js b/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js deleted file mode 100644 index 83171dc61..000000000 --- a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js +++ /dev/null @@ -1,346 +0,0 @@ -'use strict'; -'require view'; -'require rpc'; -'require uci'; -'require form'; -'require network'; -'require firewall'; -'require tools.firewall as fwtool'; -'require tools.widgets as widgets'; - -return view.extend({ - callConntrackHelpers: rpc.declare({ - object: 'luci', - method: 'getConntrackHelpers', - expect: { result: [] } - }), - - load: function() { - return Promise.all([ - this.callConntrackHelpers(), - firewall.getDefaults() - ]); - }, - - render: function(data) { - if (fwtool.checkLegacySNAT()) - return fwtool.renderMigration(); - else - return this.renderZones(data); - }, - - renderZones: function(data) { - var ctHelpers = data[0], - fwDefaults = data[1], - m, s, o, inp, out; - - m = new form.Map('firewall', _('Firewall - Zone Settings'), - _('The firewall creates zones over your network interfaces to control network traffic flow.')); - - s = m.section(form.TypedSection, 'defaults', _('General Settings')); - s.anonymous = true; - s.addremove = false; - - o = s.option(form.Flag, 'syn_flood', _('Enable SYN-flood protection')); - o = s.option(form.Flag, 'drop_invalid', _('Drop invalid packets')); - - var p = [ - s.option(form.ListValue, 'input', _('Input')), - s.option(form.ListValue, 'output', _('Output')), - s.option(form.ListValue, 'forward', _('Forward')) - ]; - - for (var i = 0; i < p.length; i++) { - p[i].value('REJECT', _('reject')); - p[i].value('DROP', _('drop')); - p[i].value('ACCEPT', _('accept')); - } - - /* Netfilter flow offload support */ - - if (L.hasSystemFeature('offloading')) { - s = m.section(form.TypedSection, 'defaults', _('Routing/NAT Offloading'), - _('Experimental feature. Not fully compatible with QoS/SQM.')); - - s.anonymous = true; - s.addremove = false; - - o = s.option(form.Flag, 'flow_offloading', - _('Software flow offloading'), - _('Software based offloading for routing/NAT')); - o.optional = true; - - o = s.option(form.Flag, 'flow_offloading_hw', - _('Hardware flow offloading'), - _('Requires hardware NAT support. Implemented at least for mt7621')); - o.optional = true; - o.depends('flow_offloading', '1'); - } - - - s = m.section(form.GridSection, 'zone', _('Zones')); - s.addremove = true; - s.anonymous = true; - s.sortable = true; - - s.handleRemove = function(section_id, ev) { - return firewall.deleteZone(section_id).then(L.bind(function() { - return this.super('handleRemove', [section_id, ev]); - }, this)); - }; - - s.tab('general', _('General Settings')); - s.tab('advanced', _('Advanced Settings')); - s.tab('conntrack', _('Conntrack Settings')); - s.tab('extra', _('Extra iptables arguments')); - - o = s.taboption('general', form.DummyValue, '_generalinfo'); - o.rawhtml = true; - o.modalonly = true; - o.cfgvalue = function(section_id) { - var name = uci.get('firewall', section_id, 'name'); - if (name == null) - name = _("this new zone"); - return _('This section defines common properties of %q. The input and output options set the default policies for traffic entering and leaving this zone while the forward option describes the policy for forwarded traffic between different networks within the zone. Covered networks specifies which available networks are members of this zone.') - .replace(/%s/g, name).replace(/%q/g, '"' + name + '"'); - }; - - o = s.taboption('general', form.Value, 'name', _('Name')); - o.placeholder = _('Unnamed zone'); - o.modalonly = true; - o.rmempty = false; - o.datatype = 'and(uciname,maxlength(11))'; - o.write = function(section_id, formvalue) { - var cfgvalue = this.cfgvalue(section_id); - - if (cfgvalue == null || cfgvalue == '') - return uci.set('firewall', section_id, 'name', formvalue); - else if (cfgvalue != formvalue) - return firewall.renameZone(cfgvalue, formvalue); - }; - - o = s.option(widgets.ZoneForwards, '_info', _('Zone ⇒ Forwardings')); - o.editable = true; - o.modalonly = false; - o.cfgvalue = function(section_id) { - return uci.get('firewall', section_id, 'name'); - }; - - var p = [ - s.taboption('general', form.ListValue, 'input', _('Input')), - s.taboption('general', form.ListValue, 'output', _('Output')), - s.taboption('general', form.ListValue, 'forward', _('Forward')) - ]; - - for (var i = 0; i < p.length; i++) { - p[i].value('REJECT', _('reject')); - p[i].value('DROP', _('drop')); - p[i].value('ACCEPT', _('accept')); - p[i].editable = true; - } - - p[0].default = fwDefaults.getInput(); - p[1].default = fwDefaults.getOutput(); - p[2].default = fwDefaults.getForward(); - - o = s.taboption('general', form.Flag, 'masq', _('Masquerading')); - o.editable = true; - - o = s.taboption('general', form.Flag, 'fullcone', _('Full Cone')); - o.editable = true; - o.depends('masq', '1'); - - o = s.taboption('general', form.Flag, 'fullcone6', _('Full Cone IPv6')); - o.editable = true; - o.depends('masq', '1'); - - o = s.taboption('general', form.Flag, 'mtu_fix', _('MSS clamping')); - o.modalonly = true; - - o = s.taboption('general', widgets.NetworkSelect, 'network', _('Covered networks')); - o.modalonly = true; - o.multiple = true; - o.cfgvalue = function(section_id) { - return uci.get('firewall', section_id, 'network'); - }; - o.write = function(section_id, formvalue) { - var name = uci.get('firewall', section_id, 'name'), - cfgvalue = this.cfgvalue(section_id); - - /* - if (typeof(cfgvalue) == 'string' && Array.isArray(formvalue) && (cfgvalue == formvalue.join(' '))) - return; - */ - - var tasks = [ firewall.getZone(name) ]; - - if (Array.isArray(formvalue)) - for (var i = 0; i < formvalue.length; i++) { - var netname = formvalue[i]; - tasks.push(network.getNetwork(netname).then(function(net) { - return net || network.addNetwork(netname, { 'proto': 'none' }); - })); - } - - return Promise.all(tasks).then(function(zone_networks) { - if (zone_networks[0]) { - zone_networks[0].clearNetworks(); - for (var i = 1; i < zone_networks.length; i++) - zone_networks[0].addNetwork(zone_networks[i].getName()); - } - }); - }; - - o = s.taboption('advanced', form.DummyValue, '_advancedinfo'); - o.rawhtml = true; - o.modalonly = true; - o.cfgvalue = function(section_id) { - var name = uci.get('firewall', section_id, 'name'); - if (name == null) - name = _("this new zone"); - return _('The options below control the forwarding policies between this zone (%s) and other zones. Destination zones cover forwarded traffic originating from %q. Source zones match forwarded traffic from other zones targeted at %q. The forwarding rule is unidirectional, e.g. a forward from lan to wan does not imply a permission to forward from wan to lan as well.') - .format(name); - }; - - o = s.taboption('advanced', widgets.DeviceSelect, 'device', _('Covered devices'), _('Use this option to classify zone traffic by raw, non-uci managed network devices.')); - o.modalonly = true; - o.noaliases = true; - o.multiple = true; - - o = s.taboption('advanced', form.DynamicList, 'subnet', _('Covered subnets'), _('Use this option to classify zone traffic by source or destination subnet instead of networks or devices.')); - o.datatype = 'neg(cidr)'; - o.modalonly = true; - o.multiple = true; - - o = s.taboption('advanced', form.ListValue, 'family', _('Restrict to address family')); - o.value('', _('IPv4 and IPv6')); - o.value('ipv4', _('IPv4 only')); - o.value('ipv6', _('IPv6 only')); - o.modalonly = true; - - o = s.taboption('advanced', form.DynamicList, 'masq_src', _('Restrict Masquerading to given source subnets')); - o.depends('family', ''); - o.depends('family', 'ipv4'); - o.datatype = 'list(neg(or(uciname,hostname,ipmask4)))'; - o.placeholder = '0.0.0.0/0'; - o.modalonly = true; - - o = s.taboption('advanced', form.DynamicList, 'masq_dest', _('Restrict Masquerading to given destination subnets')); - o.depends('family', ''); - o.depends('family', 'ipv4'); - o.datatype = 'list(neg(or(uciname,hostname,ipmask4)))'; - o.placeholder = '0.0.0.0/0'; - o.modalonly = true; - - o = s.taboption('conntrack', form.Flag, 'masq_allow_invalid', _('Allow "invalid" traffic'), _('Do not install extra rules to reject forwarded traffic with conntrack state invalid. This may be required for complex asymmetric route setups.')); - o.modalonly = true; - - o = s.taboption('conntrack', form.Flag, 'auto_helper', _('Automatic helper assignment'), _('Automatically assign conntrack helpers based on traffic protocol and port')); - o.default = o.enabled; - o.modalonly = true; - - o = s.taboption('conntrack', form.MultiValue, 'helper', _('Conntrack helpers'), _('Explicitly choses allowed connection tracking helpers for zone traffic')); - o.depends('auto_helper', '0'); - o.modalonly = true; - for (var i = 0; i < ctHelpers.length; i++) - //o.value(ctHelpers[i].name, '%s (%s)%s'.format(ctHelpers[i].description, ctHelpers[i].name.toUpperCase(), ctHelpers[i].name.toUpperCase())); - o.value(ctHelpers[i].name, '%s (%s)'.format(ctHelpers[i].description, ctHelpers[i].name.toUpperCase())); - - o = s.taboption('advanced', form.Flag, 'log', _('Enable logging on this zone')); - o.modalonly = true; - - o = s.taboption('advanced', form.Value, 'log_limit', _('Limit log messages')); - o.depends('log', '1'); - o.placeholder = '10/minute'; - o.modalonly = true; - - o = s.taboption('extra', form.DummyValue, '_extrainfo'); - o.rawhtml = true; - o.modalonly = true; - o.cfgvalue = function(section_id) { - return _('Passing raw iptables arguments to source and destination traffic classification rules allows to match packets based on other criteria than interfaces or subnets. These options should be used with extreme care as invalid values could render the firewall ruleset broken, completely exposing all services.'); - }; - - o = s.taboption('extra', form.Value, 'extra_src', _('Extra source arguments'), _('Additional raw iptables arguments to classify zone source traffic, e.g. -p tcp --sport 443 to only match inbound HTTPS traffic.')); - o.modalonly = true; - o.cfgvalue = function(section_id) { - return uci.get('firewall', section_id, 'extra_src') || uci.get('firewall', section_id, 'extra'); - }; - o.write = function(section_id, value) { - uci.unset('firewall', section_id, 'extra'); - uci.set('firewall', section_id, 'extra_src', value); - }; - - o = s.taboption('extra', form.Value, 'extra_dest', _('Extra destination arguments'), _('Additional raw iptables arguments to classify zone destination traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS traffic.')); - o.modalonly = true; - o.cfgvalue = function(section_id) { - return uci.get('firewall', section_id, 'extra_dest') || uci.get('firewall', section_id, 'extra_src') || uci.get('firewall', section_id, 'extra'); - }; - o.write = function(section_id, value) { - uci.unset('firewall', section_id, 'extra'); - uci.set('firewall', section_id, 'extra_dest', value); - }; - - o = s.taboption('general', form.DummyValue, '_forwardinfo'); - o.rawhtml = true; - o.modalonly = true; - o.cfgvalue = function(section_id) { - var name = uci.get('firewall', section_id, 'name'); - if (name == null) - name = _("this new zone"); - return _('The options below control the forwarding policies between this zone (%s) and other zones. Destination zones cover forwarded traffic originating from %q. Source zones match forwarded traffic from other zones targeted at %q. The forwarding rule is unidirectional, e.g. a forward from lan to wan does not imply a permission to forward from wan to lan as well.') - .format(name); - }; - - out = o = s.taboption('general', widgets.ZoneSelect, 'out', _('Allow forward to destination zones:')); - o.nocreate = true; - o.multiple = true; - o.modalonly = true; - o.filter = function(section_id, value) { - return (uci.get('firewall', section_id, 'name') != value); - }; - o.cfgvalue = function(section_id) { - var out = (this.option == 'out'), - zone = this.lookupZone(uci.get('firewall', section_id, 'name')), - fwds = zone ? zone.getForwardingsBy(out ? 'src' : 'dest') : [], - value = []; - - for (var i = 0; i < fwds.length; i++) - value.push(out ? fwds[i].getDestination() : fwds[i].getSource()); - - return value; - }; - o.write = o.remove = function(section_id, formvalue) { - var out = (this.option == 'out'), - zone = this.lookupZone(uci.get('firewall', section_id, 'name')), - fwds = zone ? zone.getForwardingsBy(out ? 'src' : 'dest') : []; - - if (formvalue == null) - formvalue = []; - - if (Array.isArray(formvalue)) { - for (var i = 0; i < fwds.length; i++) { - var cmp = out ? fwds[i].getDestination() : fwds[i].getSource(); - if (!formvalue.filter(function(d) { return d == cmp }).length) - zone.deleteForwarding(fwds[i]); - } - - for (var i = 0; i < formvalue.length; i++) - if (out) - zone.addForwardingTo(formvalue[i]); - else - zone.addForwardingFrom(formvalue[i]); - } - }; - - inp = o = s.taboption('general', widgets.ZoneSelect, 'in', _('Allow forward from source zones:')); - o.nocreate = true; - o.multiple = true; - o.modalonly = true; - o.write = o.remove = out.write; - o.filter = out.filter; - o.cfgvalue = out.cfgvalue; - - return m.render(); - } -}); diff --git a/luci-app-firewall/po/bg/firewall.po b/luci-app-firewall/po/bg/firewall.po deleted file mode 100644 index 338618321..000000000 --- a/luci-app-firewall/po/bg/firewall.po +++ /dev/null @@ -1,1139 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Bulgarian \n" -"Language: bg\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# -# msgid "Traffic Redirection" -# msgstr "" -# -# msgid "" -# "Traffic redirection allows you to change the destination address of " -# "forwarded packets." -# msgstr "" -# -# msgid "Overview" -# msgstr "" -# -# msgid "Name" -# msgstr "" -# -# msgid "Source zone" -# msgstr "" -# -# msgid "Source MAC-address" -# msgstr "" -# -# msgid "Source port" -# msgstr "" -# -# msgid "Protocol" -# msgstr "" -# -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "MAC" -#~ msgstr "MAC" diff --git a/luci-app-firewall/po/ca/firewall.po b/luci-app-firewall/po/ca/firewall.po deleted file mode 100644 index 3c4b3ad17..000000000 --- a/luci-app-firewall/po/ca/firewall.po +++ /dev/null @@ -1,1319 +0,0 @@ -# luci-fw.pot -# generated from ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Catalan \n" -"Language: ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Acció" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Ajusts avançats" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Permet el reenviament des dels zones d'origen:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Permet el reenviament als zones de destí:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Qualsevol" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Xarxes cobertes" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Regles personalitzades" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Les regles personalitzades us permet executar ordres del iptables arbitraris " -"que la infraestructura de tallafocs no cobreix d'altra manera. Aquests " -"ordres s'executen després de cada reinici de tallafocs, just després el " -"conjunt de regles per defecte s'ha carregat." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Adreça de destí" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Port de destí" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Zona de destí" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Descarta els paquets invàlids" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Activa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Habilita protecció contra la inundació SYN" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Habilita el registre d'aquesta zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Adreça IP extern" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Port extern" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Paràmetres extres" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Tallafocs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Tallafocs - Regles personalitzades" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Tallafocs - Reenviaments de port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Tallafocs - Regles de tràfic" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Tallafocs - Ajusts de zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Reenvia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Divendres" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Ajusts generals" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 i IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Només IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Només IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Adreça IP interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Port intern" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Zona interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Limita els missatges de registre" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "Fixació MSS" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Mascarada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Coincideix" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Coincideix amb el tipus ICMP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Coincideix amb trànsit entrant dirigit al port o rang de ports de destí en " -"aquest host donat" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Dilluns" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Nom" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "Només coincideix amb trànsit entrant dirigit a la adreça IP donada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Només coincideix amb trànsit entrant des d'aquests MAC." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "Només coincideix amb trànsit entrant des d'aquest IP o rang." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Només coincideix amb trànsit originant en el host client des del port o del " -"rang de ports d'origen donat" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Sortida" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "Passa paràmetres addicionals al iptables. Utilitzeu-ho amb cura!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Reenviaments de port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"El reenviament de ports permet que els ordinadors remots en el Internet " -"connectin a un ordinador o servei específic dins del LAN privat." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protocol" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "Redirigeix trànsit entrant coincidit al port donat en el host intern" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Redirigeix trànsit entrant coincidit al host intern especificat" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "Restringeix la mascarada a les subxarxes de destí donades" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "Restringeix la mascarada a les subxarxes d'origen donades" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Restringeix a la família d'adreces" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Dissabte" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Adreça IP d'origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Adreça MAC d'origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Adreça d'origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Port d'origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Zona d'origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Diumenge" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"El tallafocs crea zones a les teves interfícies de xarxa per controlar el " -"flux de tràfic de xarxa." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"Les opcions a sota controlen les polítiques de reenviament entre aquesta " -"zona (%s) i altres zones. Zones de destí cobreixen trànsit reenviat " -"originant des de %q. Zones d'origen coincideixen " -"amb trànsit reenviat des de altres zones apuntat a %q. La " -"regla de reenviament es unidirectional, per exemple un reenviament " -"de lan a wan no implica permís per reenviar de wan a lan també." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -#, fuzzy -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Aquesta secció defineix propietats comuns de %q. Les opcions entrada i sortida estableixen les polítiques per defecte per a trànsit " -"entrant i sortint aquesta zona mentre l'opció reenvia descriu la " -"política de trànsit reenviat entre xarxes distintes dins de la zona. " -"Xarxes cobertes especifica quines xarxes disponibles són membres " -"d'aquesta zona." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Dijous" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Regles de trànsit" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Les regles de trànsit defineixen polítiques per als paquets viatjant entre " -"zones distintes, per exemple per a rebutjar trànsit entre certs hosts o " -"obrir ports WAN en el encaminador." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Dimarts" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Dimecres" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Zona ⇒ Reenviaments" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zones" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "accepta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "qualsevol" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "qualsevol zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "no rastregis" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "descarta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "rebutja" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "%s in %s" -#~ msgstr "%s en %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s amb %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s en %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d paquets al %s" - -#~ msgid "%s and limit to %s" -#~ msgstr "%s i limita a %s" - -#~ msgid "Destination IP address" -#~ msgstr "Adreça IP de destí" - -#~ msgid "Do not rewrite" -#~ msgstr "No reescriguis" - -#~ msgid "Forward to" -#~ msgstr "Reenvia a" - -#~ msgid "From %s in %s" -#~ msgstr "Des de %s en %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "Des de %s en %s amb origen %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "Des de %s en %s amb orígens %s i %s" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "To %s at %s on this device" -#~ msgstr "A %s a %s en aquest dispositiu" - -#~ msgid "To %s in %s" -#~ msgstr "A %s en %s" - -#~ msgid "To %s on this device" -#~ msgstr "A %s en aquest dispositiu" - -#~ msgid "To %s, %s in %s" -#~ msgstr "A %s, %s en %s" - -#~ msgid "Via %s" -#~ msgstr "Via %s" - -#~ msgid "Via %s at %s" -#~ msgstr "Via %s a %s" - -#~ msgid "any host" -#~ msgstr "qualsevol host" - -#~ msgid "any router IP" -#~ msgstr "qualsevol IP d'encaminador" - -#~ msgid "Force connection tracking" -#~ msgstr "Força el rastreig de connexió" - -#~ msgid "Add" -#~ msgstr "Afegeix" - -#~ msgid "Add and edit..." -#~ msgstr "Afegeix i edita..." - -#~ msgid "External zone" -#~ msgstr "Zona extern" - -#~ msgid "New SNAT rule" -#~ msgstr "Nova regla SNAT" - -#~ msgid "New forward rule" -#~ msgstr "Nova regla de reenviament" - -#~ msgid "New input rule" -#~ msgstr "Nova regla d'entrada" - -#~ msgid "New port forward" -#~ msgstr "Nou reenviament de port" - -#~ msgid "New source NAT" -#~ msgstr "Nou origen NAT" - -#~ msgid "Open ports on router" -#~ msgstr "Obre els ports en el encaminador" - -#~ msgid "Other..." -#~ msgstr "Altre..." - -#~ msgid "To source IP" -#~ msgstr "A l'IP d'origen" - -#~ msgid "To source port" -#~ msgstr "Al port d'origen" - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(Entrada sense nom)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(Regla sense nom)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(SNAT sense nom)" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Reenviament interzonal" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "" -#~ "Coincideix amb trànsit reenviat al port o rang de ports de destí donat." - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "" -#~ "Coincideix amb trànsit entrant originant en el host client des del port o " -#~ "rang de ports d'origen donat." - -#~ msgid "Rewrite matched traffic to the given address." -#~ msgstr "Reescriu el trànsit coincidint cap a la adreça donada." - -#~ msgid "" -#~ "Rewrite matched traffic to the given source port. May be left empty to " -#~ "only rewrite the IP address." -#~ msgstr "" -#~ "Reescriu el trànsit coincidint cap al port d'origen donat. Pot ser deixat " -#~ "en blanc per només reescriure l'adreça IP." - -#~ msgid "Rewrite to source %s" -#~ msgstr "Reescriu a l'origen %s" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "Reescriu als orígens %s, %s" - -#~ msgid "SNAT IP address" -#~ msgstr "Adreça IP de SNAT" - -#~ msgid "SNAT port" -#~ msgstr "Port SNAT" - -#~ msgid "Source NAT" -#~ msgstr "NAT d'origen" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "El NAT d'origen és un forma específic de mascarada que permet control de " -#~ "gra fi sobre l'IP d'origen utilitzat pel trànsit sortint, per exemple per " -#~ "associar múltiples adreces WAN a subxarxes internes." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "Aquesta pàgina us permet canviar propietats avançats de l'entrada de " -#~ "reenviament de port. En la majoria dels casos no hi ha necessitat de " -#~ "modificar aquests ajusts." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "" -#~ "Aquesta pàgina us permet canviar propietats avançats de l'entrada de " -#~ "regla de trànsit, com als hosts d'origen i de destí coincidits." - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "" -#~ "Podeu especificar múltiples per seleccionar \"-- personalitzat --\" i " -#~ "llavors introduir protocols separats per espai." - -#~ msgid "Zone %q" -#~ msgstr "Zona %q" - -#~ msgid "traffic" -#~ msgstr "trànsit" diff --git a/luci-app-firewall/po/cs/firewall.po b/luci-app-firewall/po/cs/firewall.po deleted file mode 100644 index c91dc4bb9..000000000 --- a/luci-app-firewall/po/cs/firewall.po +++ /dev/null @@ -1,1316 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-02-04 05:03+0000\n" -"Last-Translator: Pavel Borecki \n" -"Language-Team: Czech \n" -"Language: cs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Akce" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Pokročilá nastavení" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Povolit přesměrování ze zdrojových oblastí:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Povolit přesměrování do zdrojových oblastí:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Libovolné" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "Obsah byl uložen." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Pokryté sítě" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Vlastní pravidla" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Vlastní pravidla vám umožňují spustit libovolné iptables příkazy, které " -"nejsou jinak pokryté frameworkem firewallu. Příkazy jsou spuštěny po každém " -"restartu firewallu, právě po načtení výchozí sady pravidel." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Cílová adresa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Cílový port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Cílová zóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Zahazovat neplatné pakety" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Povolit" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "Povolit NAT Loopback" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Povolit ochranu proti SYN-flood" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Povolit logování v této oblasti" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Vnější IP adresa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Vnější port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Další argumenty volání" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Brána firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Firewall - Vlastní pravidla" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Firewall - Přesměrování portů" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Firewall - Pravidla síťového provozu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Firewall - Nastavení zón" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Přesměrování" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "pátek" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Obecné nastavení" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 a IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "pouze IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "pouze IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Vstup" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Vnitřní IP adresa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Vnitřní port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Vnitřní zóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Omezit logovací zprávy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "MSS clamping" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Maškárádování" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Shoda" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Odpovídá ICMP typu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Vybrat příchozí provoz, směrovaný na zadaný cílový port nebo rozsah portů " -"tohoto hostitele" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "pondělí" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Dny v měsíci" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Název" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "Vybrat pouze příchozí provoz, směrovaný na danou IP adresu." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Vybrat pouze příchozí provoz z těchto MAC adres." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "Vybrat pouze příchozí provoz z této IP nebo rozsahu IP adres." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Vybrat pouze příchozí provoz, pocházející ze zadaného portu nebo rozsahu " -"portů klienta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Výstup" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "Předává další argumenty iptables. Používat opatrně!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Přesměrování portů" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"Přesměrování portů (port forwarding) umožňuje vzdáleným počítačům z " -"Internetu připojení k vybraným počítačům nebo službám uvnitř privátní sítě " -"LAN." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protokol" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"Přesměrovat vybraný příchozí provoz na uvedený port vnitřního hostitele" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Přesměrovat vybraný příchozí provoz na uvedeného vnitřního hostitele" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "Omezit maškarádování na uvedené cílové podsítě" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "Omezit maškarádování na uvedené zdrojové podsítě" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Omezit na rodinu adres" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "sobota" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Zdrojová IP adresa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Zdrojová MAC adresa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Zdrojová adresa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Zdrojový port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Zdrojová zóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "neděle" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"Firewall vytváří zóny přes vaše síťová rozhraní za účelem řízení síťového " -"provozu." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"Níže uvedené možnosti řídí přesměrovací politiky mezi touto zónou (%s) a " -"ostatními zónami. Cílové zóny pokrývají přesměrovávaný provoz, " -"pocházející z %q. Zdrojové zóny porovnávají " -"přesměrovávaný provoz z ostatních zón, zaměřený na %q. " -"Přesměrovávací pravidlo je jednosměrné, například přesměrování z " -"lan do wan nepovoluje přesměrování z wan do lan (a naopak)." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Tato sekce definuje běžné možnosti %q. Vstupní a výstupní " -"možnosti nastavují výchozí politiky pro provoz, vstupující do této zóny a " -"vystupující z ní, zatímco přesměrovací možnosti popisují politiku " -"pro přesměrování provozu mezi rozdílnými sítěmi uvnitř jedné zóny. " -"Pokryté sítě určuje, které z dostupných sítí jsou členy této zóny." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "čtvrtek" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "Časová omezení" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Čas v UTC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Pravidla síťového provozu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Pravidla síťového provozu definují politiky pro cestování paketů mezi " -"různými zónami, například pro odmítnutí provozu mezi jistými hostiteli nebo " -"pro otevření WAN portů na routeru." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "úterý" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "Nelze uložit obsah: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "Nepojmenované pravidlo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "Nepojmenovaná zóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "středa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Zóna ⇒ Přesměrování" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zóny" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "přijmout" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "libovolný" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "libovolná zóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "nesledovat" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "zahodit" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "odmítnout" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "%s in %s" -#~ msgstr "%s v %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s s %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s v %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d paketů za %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "%d paketů za %s, burst %d paketů." - -#~ msgid "%s and limit to %s" -#~ msgstr "%s a omezit na %s" - -#~ msgid "Destination IP address" -#~ msgstr "Cílová IP adresa" - -#~ msgid "Do not rewrite" -#~ msgstr "Nepřepisovat" - -#~ msgid "Forward to" -#~ msgstr "Přesměrovat na" - -#~ msgid "From %s in %s" -#~ msgstr "Z %s v %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "Z %s v %s se zdrojovou %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "Z %s v %s se zdrojovou %s a %s" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "Network" -#~ msgstr "Síť" - -#~ msgid "To %s at %s on this device" -#~ msgstr "Na %s v %s na tomto zařízení" - -#~ msgid "To %s in %s" -#~ msgstr "Na %s v %s" - -#~ msgid "To %s on this device" -#~ msgstr "Na %s na tomto zařízení" - -#~ msgid "To %s, %s in %s" -#~ msgstr "Na %s, %s v %s" - -#~ msgid "Via %s" -#~ msgstr "Prostřednictvím %s" - -#~ msgid "any host" -#~ msgstr "libovolný hostitel" - -#~ msgid "any router IP" -#~ msgstr "libovolná IP routeru" - -#~ msgid "Force connection tracking" -#~ msgstr "Vynutit sledování připojení" - -#~ msgid "Add" -#~ msgstr "Přidat" - -#~ msgid "Add and edit..." -#~ msgstr "Přidat a upravit" - -#~ msgid "External zone" -#~ msgstr "Vnější zóna" - -#~ msgid "New SNAT rule" -#~ msgstr "Nové pravidlo SNAT" - -#~ msgid "New forward rule" -#~ msgstr "Nové přesměrovací pravidlo" - -#~ msgid "New input rule" -#~ msgstr "Nové vstupní pravidlo" - -#~ msgid "New port forward" -#~ msgstr "Nové přesměrování portu" - -#~ msgid "New source NAT" -#~ msgstr "Nový zdrojový NAT (SNAT)" - -#~ msgid "Open ports on router" -#~ msgstr "Otevřené porty na routeru" - -#~ msgid "Other..." -#~ msgstr "Ostatní ..." - -#~ msgid "To source IP" -#~ msgstr "Na zdrojovou IP" - -#~ msgid "To source port" -#~ msgstr "Na zdrojový port" - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(Nepojmenovaný vstup)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(Nepojmenované pravidlo)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(Nepojmenovaný SNAT)" - -# nebo mimo zóny? -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Přesměrování mezi zónami" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "Vybrat provoz, přesměrovaný na zadaný port nebo rozsah portů" - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "" -#~ "Vybrat příchozí provoz, pocházející ze zadaného portu nebo rozsahu portů " -#~ "klienta." - -#~ msgid "Rewrite matched traffic to the given address." -#~ msgstr "Přepsat shodný provoz na uvedenou adresu." - -#~ msgid "" -#~ "Rewrite matched traffic to the given source port. May be left empty to " -#~ "only rewrite the IP address." -#~ msgstr "" -#~ "Přepsat shodný provoz na uvedený zdrojový port. Může zůstat prázdné, pak " -#~ "bude přepsána pouze IP adresa." - -#~ msgid "Rewrite to source %s" -#~ msgstr "Přepsat na zdrojovou %s" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "Přepsat na zdrojovou %s, %s" - -#~ msgid "SNAT IP address" -#~ msgstr "IP adresa SNATu" - -#~ msgid "SNAT port" -#~ msgstr "Port SNATu" - -#~ msgid "Source NAT" -#~ msgstr "Zdrojový NAT" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "Zdrojový NAT je specifická forma maškarádování, která umožňuje " -#~ "jemnozrnnou kontrolu nad zdrojovými IP, použitými pro odchozí provoz. " -#~ "Využívá se například pro mapování množství WAN adres do vnitřních podsítí." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "Tato stránka vám umožňuje změnit pokročilé vlastností přesměrování portů. " -#~ "Ve většině případů není potřeba upravovat tato nastavení." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "" -#~ "Tato stránka vám umožňuje změnit pokročilé vlastnosti pravidla síťového " -#~ "provozu, například zdrojové a cílové hostitele." - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "" -#~ "Lze určit více protokolů. Vyberte \"-- vlastní --\" a vkládejte protokoly " -#~ "oddělené mezerou." - -#~ msgid "Zone %q" -#~ msgstr "Zóna %q" - -#~ msgid "traffic" -#~ msgstr "provoz" diff --git a/luci-app-firewall/po/de/firewall.po b/luci-app-firewall/po/de/firewall.po deleted file mode 100644 index 596f13e1f..000000000 --- a/luci-app-firewall/po/de/firewall.po +++ /dev/null @@ -1,1587 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-04-01 19:11+0000\n" -"Last-Translator: CE4 \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.0-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" -"%{src?%{dest?Weitergeleiteter:Eingehender}:Ausgehender} %{ipv6?%{ipv4?" -"IPv4- und IPv6:IPv6}:IPv4}-" -"Verkehr%{proto?, Protokoll %{proto#%{next?, }%{item.types?%{item.name}ICMP mit Typen " -"%{item.types#%{next?, }%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?%{dscp." -"val}:%{dscp.val}}}%{helper?, Tracking-Helfer %{helper.inv?" -"" -"%{helper.val}:%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- IP hinzufügen --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- MAC hinzufügen --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" -"%{src?%{dest?Weiterleitung:Eingang}:Ausgang} erlauben" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "Quellmaskierung unterbinden" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" -"Weiterleiten zu %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? Port %{dest_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" -"%{src?%{dest?Weiterleitung:Eingang}:Ausgang} verwerfen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" -"Setze DSCP-Klassifizierung auf " -"%{set_dscp}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" -"Assoziiere Tracking-Helfer %{set_helper}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" -"%{set_mark?Setze:XOR} Firewall-Markierung " -"%{set_mark?:%{set_xmark}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "Quell-IP automatisch maskieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" -"%{src?%{dest?Weiterleitungs:Eingangs}:Ausgangs}-Tracking verhindern" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" -"%{src?%{dest?Weiterleitung:Eingang}:Ausgang} ablehnen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" -"Quell%{snat_ip?-IP %{snat_ip}} %{snat_port?Port %{snat_port}" -"} statisch umschreiben" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "Es muss eine IP-Adresse zum Umschreiben angegeben werden!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "ACCEPT - Umschreiben von IP-Adressen deaktivieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Aktion" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" -"Zusätzliche rohe iptables-Argumente zur Klassifizierung des " -"Zonenzielverkehrs, z.B. -p tcp --dport 443, um nur ausgehenden " -"HTTPS-Verkehr übereinstimmen zu lassen." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" -"Zusätzliche rohe iptables-Argumente zur Klassifizierung von " -"Zonenquellenverkehr, z.B. -p tcp --sport 443, um nur " -"eingehenden HTTPS-Verkehr übereinstimmen zu lassen." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Erweiterte Einstellungen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "Erlaube \"ungültigen\" Verkehr" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Erlaube Weiterleitung von Quellzone:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Erlaube Weiterleitung zu Zielzone:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Beliebig" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "Beliebig" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" -"Bitweises XOR von angegebenem Wert und Maske auf etablierte Verbindungen " -"anwenden. Format ist Wert[/Maske]. Wenn eine Maske angegeben ist, werden die " -"korrespondierenden Bits des Wertes genullt." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" -"Wende die angegebene DSCP-Klasse oder den angegebenen DSCP-Wert auf " -"etablierte Verbindungen an." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" -"Weise den angegebenen Verbindungs-Tracking-Helfer selektiertem Verkehr zu." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "Automatische Helferzuordnung" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" -"Automatische Zuweisung von Conntrack-Helfern basierend auf Traffic-Protokoll " -"und Port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "Conntrack-Einstellungen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "Conntrack-Helfer" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "Inhalte wurden gespeichert." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "Fortfahren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "Abgedeckte Geräte" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Abgedeckte Netzwerke" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "Abgedeckte Subnetze" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Benutzerdefinierte Regeln" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Benutzerdefinierte Regeln ermöglichen das Ausführen belieber iptables-" -"Befehle welche durch das Firewall-Framework nicht unterstützt werden. Die " -"Befehle werden mit jedem Firewall-Neustart abgearbeitet, direkt nach dem " -"Laden der Basisregeln." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "DSCP-Klassifizierung" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "DSCP-Markierung" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "DSCP-Markierung benötigt" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Zieladresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Zielport" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Ziel-Zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "Gerätename" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" -"Installiere keine zusätzlichen Regeln, um weitergeleiteten Traffic mit " -"Conntrack-Status invalid abzulehnen. Dies kann bei komplexen " -"asymmetrischen Routen erforderlich sein." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Ungültige Pakete verwerfen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Aktivieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "NAT-Loopback aktivieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Schutz vor SYN-flood-Attacken" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Protokollierung innerhalb der Zone aktivieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "Erwarte: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "Experimentelle Funktion. Nicht vollständig kompatibel mit QoS/SQM." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" -"Wählt explizit zulässige Verbindungs-Tracking-Helfer für den Zonenverkehr aus" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Externe IP-Adresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Externer Port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Zusätzliche Argumente" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "Zusätzliche Ziel-Argumente" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "Zusätzliche iptables-Argumente" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "Zusätzliche Quell-Argumente" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Firewall - Benutzerdefinierte Regeln" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "Firewall - NAT Regeln" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Firewall - Portweiterleitungen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Firewall - Traffic-Regeln" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Firewall - Zoneneinstellungen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "Migration der Firewall-Konfiguration" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Weitergeleitet" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" -"Weitergeleiteter IPv4-Verkehr%{proto?, Protokoll %{proto#%{next?, }" -"%{item.name}}}%{mark?, Markierung %{mark.val}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Freitag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"Von %{src}%{src_device?, Schnittstelle %{src_device}}%{src_ip?, " -"IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, Port %{src_port#" -"%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" -"Von %{src}%{src_device?, Schnittstelle %{src_device}}%{src_ip?, " -"IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#" -"%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" -"Von %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC " -"%{src_mac#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Allgemeine Einstellungen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "Hardwarebeschleunigte Flusskontrolle" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 und IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "nur IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "nur IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "Eingehendes Gerät" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" -"Eingehender IPv4-Verkehr%{proto?, Protokoll %{proto#%{next?, }%{item.types?" -"%{item.name}ICMP mit Typen %{item.types#%{next?, }%{item}}:" -"%{item.name}}}}%{mark?, mark %{mark.val}}%{helper?, Helfer " -"%{helper.inv?%{helper.val}:%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Eingehend" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Interne IP-Adresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Interner Port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Interne Zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "Ungültige DSCP-Markierung" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "Ungültiger Limit-Wert" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "Limit-Häufung" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Protokollnachrichten limitieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "Limitiere Vergleiche" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" -"Limitiere Vergleiche auf %{limit.num} Pakete pro %{limit." -"unit}%{limit.burst? Häufung %{limit.burst}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "Limitiere Verkehrsvergleiche auf die angegebene Rate." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "Loopback Quell-IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" -"MASQUERADE - Automatisch auf IP-Adresse der ausgehenden Schnittstelle " -"umschreiben" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "MSS Korrektur" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "NAT aktivieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Filter" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "DSCP selektieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Nach ICMP-Typ filtern" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "Gerät selektieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "Selektiert an die angegebene IP-Adresse gerichteten Verkehr." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" -"Selektiert an den angegeben Port oder Port-Bereich gerichteten Verkehr." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" -"Selektiert weitergeleiteten Verkehr von dieser IP oder diesem IP-Bereich." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" -"Selektiert weitergeleiteten Verkehr vom angegebenem Quellport oder " -"Portbereich." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "Helfer selektieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Eingehende Verbindungen filtern welche an den angegebenen Port oder " -"Portbereich auf dem lokalen Gerät gerichtet sind" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "Erfasse Markierung" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "Selektiere Verkehr welcher den angegebenen Tracking-Helfer benutzt." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" -"Selektiert Verkehr mit einer spezifischen Firewall-Markierung oder einem " -"Bereich von Markierungen." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" -"Selektiert weitergeleiteten Verkehr welcher die angegebene " -"Netzwerkschnittstelle benutzt." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "Selektiere Verkehr welcher die angegebene DSCP-Markierung trägt." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" -"Maximale initiale Menge von Paketen die selektiert werden. Die Nummer wird " -"jedes Mal erhöht, wenn das oben genannte Limit nicht erreicht wird, bis zur " -"hier angegeben Anzahl." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Montag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Monatstage" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "NAT-Regeln" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" -"NAT-Regeln erlauben eine detaillierte Kontrolle über die verwendete Quell-IP-" -"Adresse für ausgehenden oder weitergeleiteten Verkehr." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Name" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "Selektiert nur Traffic der an die angegebene IP-Adresse gerichtet ist." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Selektiert nur Traffic von den angegebenen MAC-Adressen." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "Selektiert nur Traffic vom angebenem Quell-IP-Adressbereich." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Nur eingehenden Datenverkehr, der vom angegebenen Quellport oder Portbereich " -"des Client-Host stammt, selektieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "Ausgehende Schnittstelle" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "Ausgehende Zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Ausgehend" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" -"Gibt zusätzliche Kommandozeilenargumente an iptables weiter. Mit Vorsicht " -"benutzen!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" -"Die Übergabe von rohen iptables-Argumenten an die Klassifizierungsregeln für " -"den Quell- und Zielverkehr ermöglicht es, Pakete abzugleichen, die auf " -"anderen Kriterien als Schnittstellen oder Subnetzen basieren. Diese Optionen " -"sollten mit äußerster Vorsicht verwendet werden, da ungültige Werte dazu " -"führen können, dass der Firewall-Regelsatz außer Funktion gesetzt wird und " -"alle Dienste vollständig offengelegt werden." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Portweiterleitungen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"Portweiterleitungen ermöglichen es entfernten Rechnern im Internet auf " -"bestimmte Computer oder Dienste im lokalen LAN zuzugreifen." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protokoll" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"Gefilterte Verbindungen an den angegeben Port auf dem internen Host " -"weiterleiten" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Gefilterte Verbindungen an den angegeben internen Host weiterleiten" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" -"Erfordert Hardware-NAT-Unterstützung. (Zumindest für mt7621 implementiert)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "NAT auf die angegebenen Ziel-Subnetze beschränken" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "NAT auf die angegebenen Quell-Subnetze beschränken" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Beschränke auf Adressfamilie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "IP-Adresse umschreiben" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "Selektierten Verkehr auf die angegebene Quell-IP-Adresse umschreiben." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" -"Selektierten Verkehr auf den angegebenen Quell-Port bzw. Port-Bereich " -"umschreiben." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "Port umschreiben" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "Routing/NAT-Beschleunigung" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "SNAT - Umschreiben auf spezifische Quell-IP oder Port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Samstag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "Markierung setzen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" -"Setzt die angegebenen Markierung auf etablierten Verbindungen. Das Format " -"ist Wert[/Maske]. Wenn eine Maske spezifiziert ist, werden nur die " -"korrespondierenden Bits des Markierungswertes verändert." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "Softwarebasierte Auslagerung von Routing/NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "Beschleunigte Flusskontrolle" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Quell-IP-Adresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Quell-MAC-Adresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Quelladresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Quellport" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Quell-Zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" -"Gibt an, ob diese Verkehrsregel an eine spezifische Eingangs- oder " -"Ausgangsschnittstelle gebunden wird." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" -"Gibt an, ob die externe oder die interne IP-Adresse für reflektierten " -"Verkehr genutzt wird." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "Startdatum (JJJJ-MM-TT)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "Startzeit (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "Enddatum (JJJJ-MM-TT)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "Stoppzeit (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Sonntag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" -"Die existierende Firewall-Konfiguration muss geändert werden damit LuCI " -"richtig funktioniert." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"Die Firewall erstellt Netzwerkzonen über bestimmte Netzwerkschnittstellen um " -"den Netzwerk-Traffic zu trennen." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"Die untenstehenden Optionen regeln die Verfahrensweisen für Traffic zwischen " -"dieser Zone (%s) und anderen Zonen. Ziel-Zonen decken " -"weitergeleiteten Traffic von %q ab. Quell-Zonen " -"treffen auf weitergeleiteten Traffic aus anderen Zonen zu, welcher " -"an %q gerichtet ist. Die Weiterleitung gilt nur in eine " -"Richtung, d. h. eine erlaubte Weiterleitung von LAN nach WAN bedeutet " -"nicht zusätzlich die Erlaubnis, auch von WAN nach LAN " -"weiterzuleiten." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Dieser Abschnitt definiert allgemeine Eigenschaften der %q-Zone. Die " -"input- und output-Optionen definieren die Regeln für " -"Datenverkehr, der in diese Zone eintritt oder diese verlässt. forward trifft auf Datenverkehr zwischen verschiedenen Schnittstellen innerhalb " -"dieser Zone zu. Covered networks definiert welche der verfügbaren " -"Netzwerke zu dieser Zone gehören." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Donnerstag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "Zeitbeschränkungen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Zeit ist UTC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"Nach %{dest}%{dest_device?, Schnittstelle %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, Port %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"Nach %{dest}%{dest_device?, über Schnittstelle %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, Port %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"Nach %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, Port %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "Tracking-Helfer" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Traffic-Regeln" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Traffic-Regeln bestimmen den Fluss der Pakete zwischen verschiedenen Zonen, " -"zum Beispiel um Traffic zwischen bestimmten Rechnern zu unterbinden oder um " -"WAN-Ports auf dem Router zu öffnen." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Dienstag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "Inhalt kann nicht gespeichert werden: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "Unbekannter oder nicht installierter Tracking-Helfer \"%s\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "Unbenannte NAT-Regel" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "Unbenannte Portweiterleitung" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "Unbennante Regel" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "Unbenannte Zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "Unbekanntes Protokoll" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" -"Beim Fortfahren werden \"redirect\" Sektionen mit \"SNAT\" Aktion in \"nat\" " -"Sektionen konvertiert und die Firewall wird neu gestartet um die geänderte " -"Konfiguration anzuwenden." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "Externe IP-Adresse nutzen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "Interne IP-Adresse nutzen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" -"Diese Option verwenden, um den Zonenverkehr nach rohen, nicht uci-" -"verwalteten Netzwerkgeräten zu klassifizieren." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" -"Diese Option verwenden, um den Zonenverkehr nach Quell- oder Zielsubnetz " -"anstelle von Netzwerken oder Geräten zu klassifizieren." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "Gültige Firewall-Markierung benötigt" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Mittwoch" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "Wochentage" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "Firewallmarkierung XOR-en" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "Markierungen XOR-en" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Zone ⇒ Weiterleitungen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zonen" - -# Die richtige Übersetzung von ACCEPT im Firewallkontext ist nicht "Annehmen" sondern "Zulassen". Man kann ja keinen -# ausgehenden Traffic annehmen. -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "zulassen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "beliebig" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "beliebige Zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "Firewallmarkierung anwenden" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "Tracking-Helfer zuordnen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "Tag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "nicht umschreiben" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "nicht verfolgen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "verwerfen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "Stunde" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "Minute" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "zurückweisen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "Sekunde" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "dieses Gerät" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "diese neue Zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "unlimitiert" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "unspezifiziert" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "gültige Firewall-Markierung" - -#~ msgid "%s in %s" -#~ msgstr "%s in %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s mit %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s in %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d Pkte. pro %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "%d Pkte. pro %s, Häufung %d Pkte." - -#~ msgid "%s and limit to %s" -#~ msgstr "%s und limitieren auf %s" - -#~ msgid "Accept forward" -#~ msgstr "Erlaubte Weiterleitung" - -#~ msgid "Accept input" -#~ msgstr "Eingang akzeptieren" - -#~ msgid "Accept output" -#~ msgstr "Ausgang akzeptieren" - -#~ msgid "Destination IP address" -#~ msgstr "Ziel IP-Adresse" - -#~ msgid "Discard forward" -#~ msgstr "Weiterleiten verwerfen" - -#~ msgid "Discard input" -#~ msgstr "Eingang verwerfen" - -#~ msgid "Discard output" -#~ msgstr "Ausgang verwerfen" - -#~ msgid "Do not rewrite" -#~ msgstr "Nicht umschreiben" - -#~ msgid "Do not track forward" -#~ msgstr "Weiterleitung nicht verfolgen" - -#~ msgid "Do not track input" -#~ msgstr "Eingang nicht verfolgen" - -#~ msgid "Do not track output" -#~ msgstr "Ausgang nicht verfolgen" - -#~ msgid "Forward to" -#~ msgstr "Weiterleiten an" - -#~ msgid "From %s in %s" -#~ msgstr "Von %s in %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "Von %s in %s mit Quell-%s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "Von %s in %s mit Quell-%s und %s" - -#~ msgid "From %s on this device" -#~ msgstr "Von %s auf dieses Gerät" - -#~ msgid "From %s on this device with source %s" -#~ msgstr "Von %s auf diesem Gerät mit Quelle %s" - -#~ msgid "From %s on this device with source %s and %s" -#~ msgstr "Von %s auf dieses Gerät mit Quelle %s und %s" - -#~ msgid "From %{ipaddr?:any host} %{port?with source %{port}}" -#~ msgstr "Von %{ipaddr?:beliebigen Hosts} %{port?mit Quell-%{port}}" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "IP range" -#~ msgstr "IP-Bereich" - -#~ msgid "IPs" -#~ msgstr "IPs" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MACs" - -#~ msgid "" -#~ "Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} " -#~ "%{mark?with firewall mark %{mark}} %{limit?limited to %{limit}}" -#~ msgstr "" -#~ "Selektiere %{protocol?%{family}-%{protocol} Verkehr:jeglichen %{family}-" -#~ "Verkehr} %{mark?mit Firewall-Markierung %{mark}}" - -#~ msgid "Network" -#~ msgstr "Netzwerk" - -#~ msgid "Refuse forward" -#~ msgstr "Weiterleiten ablehnen" - -#~ msgid "Refuse input" -#~ msgstr "Eingang ablehnen" - -#~ msgid "Refuse output" -#~ msgstr "Ausgang ablehnen" - -#~ msgid "Rewrite to" -#~ msgstr "Umschreiben auf…" - -#~ msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -#~ msgstr "" -#~ "Umschreiben auf %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" - -#~ msgid "Rewrite to outbound device IP" -#~ msgstr "Umschreiben auf ausgehende Schnittstellen-IP" - -#~ msgid "To %s at %s on this device" -#~ msgstr "Zu %s an %s auf diesem Gerät" - -#~ msgid "To %s in %s" -#~ msgstr "Zu %s in %s" - -#~ msgid "To %s on this device" -#~ msgstr "Zu %s auf diesem Gerät" - -#~ msgid "To %s, %s in %s" -#~ msgstr "Zu %s, %s in %s" - -#~ msgid "" -#~ "To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -#~ "%{device?egress device %{device}}" -#~ msgstr "" -#~ "Zu %{ipaddr?:beliebigem Host} %{port?an %{port}} %{zone?über Zone " -#~ "%{zone}} %{device?ausgehende Schnittstelle %{device}}" - -#~ msgid "Via %s" -#~ msgstr "Über %s" - -#~ msgid "Via %s at %s" -#~ msgstr "Über %s an %s" - -#~ msgid "any host" -#~ msgstr "beliebiger Rechner" - -#~ msgid "any router IP" -#~ msgstr "beliebige Router-IP" - -#~ msgid "not" -#~ msgstr "nicht" - -#~ msgid "port" -#~ msgstr "Port" - -#~ msgid "ports" -#~ msgstr "Ports" - -#~ msgid "type" -#~ msgstr "Typ" - -#~ msgid "types" -#~ msgstr "Typen" - -#~ msgid "Force connection tracking" -#~ msgstr "Connectiontracking erzwingen" - -#~ msgid "Disable" -#~ msgstr "Deaktivieren" - -#~ msgid "Restart Firewall" -#~ msgstr "Firewall neu starten" - -#~ msgid "Rule is disabled" -#~ msgstr "Regel ist deaktiviert" - -#~ msgid "Rule is enabled" -#~ msgstr "Regel ist aktiviert" - -#~ msgid "Add" -#~ msgstr "Hinzufügen" - -#~ msgid "Add and edit..." -#~ msgstr "Hinzufügen und bearbeiten..." - -#~ msgid "External zone" -#~ msgstr "Externe Zone" - -#~ msgid "New SNAT rule" -#~ msgstr "Neue SNAT-Regel" - -#~ msgid "New forward rule" -#~ msgstr "Neue Weiterleitungsregel" - -#~ msgid "New input rule" -#~ msgstr "Neue eingehende Regel" - -#~ msgid "New port forward" -#~ msgstr "Neue Portweiterleitung" - -#~ msgid "New source NAT" -#~ msgstr "Neues SNAT" - -#~ msgid "Open ports on router" -#~ msgstr "Ports auf dem Router öffnen" - -#~ msgid "Other..." -#~ msgstr "Anderes..." - -#~ msgid "To source IP" -#~ msgstr "Zu Quell-IP" - -#~ msgid "To source port" -#~ msgstr "Zu Quell-Port" - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(Unbenannter Eintrag)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(Unbenannte Regel)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(Unbennanter SNAT-Eintrag)" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Weiterleitungen zwischen Zonen" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "" -#~ "Selektiert weitergeleiteten Verkehr nach den angegebenen Ziel-Ports." - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "Selektiert eingehenden Verkehr nach den angegebenen Quell-Ports." - -#~ msgid "Rewrite matched traffic to the given address." -#~ msgstr "" -#~ "Schreibe selektierten Verkehr auf die angegebene Quell-IP-Adresse um." - -#~ msgid "" -#~ "Rewrite matched traffic to the given source port. May be left empty to " -#~ "only rewrite the IP address." -#~ msgstr "" -#~ "Schreibe selektierten Verkehr auf den angegebenen Qull-Port um. Kann leer " -#~ "gelassen werden um nur die IP-Adresse umzuschreiben." - -#~ msgid "Rewrite to source %s" -#~ msgstr "Schreibe um auf Quell-%s" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "Schreibe um auf Quell-%s, %s" - -#~ msgid "SNAT IP address" -#~ msgstr "SNAT-IP-Adresse" - -#~ msgid "SNAT port" -#~ msgstr "SNAT-Port" - -#~ msgid "Source NAT" -#~ msgstr "Source NAT" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "Source NAT ist eine spezifische From von NAT, welche volle Kontrolle über " -#~ "die verwendete Quell-IP-Adresse für ausgehenden Verkehr zulässt, zum " -#~ "Beispiel um mehrere WAN-IP-Adressen auf interne Subnetze abzubilden." - -#~ msgid "Start Time (hh:mm:ss)" -#~ msgstr "Startzeit (hh:mm:ss)" - -#~ msgid "Stop Time (hh:mm:ss)" -#~ msgstr "Endzeit (hh:mm:ss)" - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "Diese Seite bietet Zugriff auf die erweiterten Eigenschaften der " -#~ "Portweiterleitung. In den meisten Fällen ist es unnötig die Eigenschaften " -#~ "zu ändern." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "" -#~ "Diese Seite bietet Zugriff auf die erweiterten Eigenschaften der " -#~ "Verkehrsregel, zum Beispiel die Selektion nach Quell- und Zieladressen." - -#~ msgid "Unnamed SNAT" -#~ msgstr "Unbennante SNAT-Regel" - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "" -#~ "Durch die Auswahl von \"-- benutzerdefiniert --\" könnene mehrere Werte " -#~ "durch Leerzeichen getrennt angegeben werden." - -#~ msgid "Zone %q" -#~ msgstr "Zone %q" diff --git a/luci-app-firewall/po/el/firewall.po b/luci-app-firewall/po/el/firewall.po deleted file mode 100644 index 3dae7109a..000000000 --- a/luci-app-firewall/po/el/firewall.po +++ /dev/null @@ -1,1141 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Greek \n" -"Language: el\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Ενέργεια" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Ρυθμίσεις για προχωρημένους" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Οποιοδήποτε" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Προσαρμοσμένοι Κανόνες" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Διεύθυνση προορισμού" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Θύρα προορισμού" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Ζώνη προορισμού" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Αγνόηση μη-έγκυρων πακετών" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Ενεργοποίηση" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -#, fuzzy -msgid "Enable SYN-flood protection" -msgstr "Προστασία SYN-flood" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Εξωτερική διεύθυνση IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Εξωτερική θύρα" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Επιπλέον παράμετροι" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Τείχος προστασίας" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Τείχος προστασίας - Προσαρμοσμένοι Κανόνες" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Τείχος προστασίας - Προώθηση Θυρών" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Τείχος προστασίας - Κανόνες Κίνησεις" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Τείχος προστασίας - Ρυθμίσεις Ζώνης" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Προώθηση" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Γενικές Ρυθμίσεις" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 και IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Μόνο IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Μόνο IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Είσοδος" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -#, fuzzy -msgid "Internal IP address" -msgstr "Εσωτερική διεύθυνση" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -#, fuzzy -msgid "Internal port" -msgstr "Εξωτερική θύρα" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Εσωτερική ζώνη" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Περιορισμός καταγραφών συστήματος" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -#, fuzzy -msgid "MSS clamping" -msgstr "Περιορισμός MSS" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Όνομα" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Έξοδος" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Προώθηση Θυρών" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Πρωτόκολλο" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -#, fuzzy -msgid "Source IP address" -msgstr "Διεύθυνση MAC πηγής" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -#, fuzzy -msgid "Source address" -msgstr "Διεύθυνση MAC πηγής" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Θύρα πηγής" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -#, fuzzy -msgid "Source zone" -msgstr "Θύρα πηγής" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"Το τείχος προστασίας δημιουργεί ζώνες πάνω στις διεπαφές δικτύου για να " -"ελέγχει την δικτυακή κίνηση." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Ζώνες" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "αποδοχή" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "αγνόηση" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "απόρριψη" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s με %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d πκτ. ανά %s" - -#~ msgid "Destination IP address" -#~ msgstr "Διεύθυνση IP προορισμού" - -#~ msgid "From %s in %s" -#~ msgstr "Απο %s στο %s" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "Force connection tracking" -#~ msgstr "Επιβολή παρακολούθησης σύνδεσης" - -#~ msgid "Add" -#~ msgstr "Προσθήκη" - -#~ msgid "Add and edit..." -#~ msgstr "Προσθήκη και επεξεργασία..." - -#~ msgid "Other..." -#~ msgstr "Άλλο..." diff --git a/luci-app-firewall/po/en/firewall.po b/luci-app-firewall/po/en/firewall.po deleted file mode 100644 index f595f3f81..000000000 --- a/luci-app-firewall/po/en/firewall.po +++ /dev/null @@ -1,1135 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Action" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Destination address" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Destination port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Destination zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Drop invalid packets" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Enable SYN-flood protection" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "External port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Forward" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Input" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Internal IP address" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Internal port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "MSS clamping" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Masquerading" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Name" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Output" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protocol" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"Redirect matched incoming traffic to the given port on the internal host" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Redirect matched incoming traffic to the specified internal host" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# -# msgid "Traffic Redirection" -# msgstr "" -# -# msgid "" -# "Traffic redirection allows you to change the destination address of " -# "forwarded packets." -# msgstr "" -# -# msgid "Overview" -# msgstr "" -# -# msgid "Name" -# msgstr "" -# -# msgid "Source zone" -# msgstr "" -# -# msgid "Source MAC-address" -# msgstr "" -# -# msgid "Source port" -# msgstr "" -# -# msgid "Protocol" -# msgstr "" -# -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Source IP address" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Source address" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Source port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Source zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zones" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "accept" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "any" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "drop" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "reject" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" diff --git a/luci-app-firewall/po/es/firewall.po b/luci-app-firewall/po/es/firewall.po deleted file mode 100644 index 55c4b5aa3..000000000 --- a/luci-app-firewall/po/es/firewall.po +++ /dev/null @@ -1,1600 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-01-26 12:41+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Spanish \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" -"%{src?%{dest?Reenvío:Entrada}:Salida} %{ipv6?%{ipv4?IPv4 y " -"IPv6:IPv6}:IPv4}%{proto?, protocolo %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP con tipos %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, marca %{mark.val}}%{dscp?, DSCP %{dscp.inv?%{dscp.val}:" -"%{dscp.val}}}%{helper?, ayudante %{helper.inv?%{helper." -"val}:%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- Añadir IP --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- Añadir MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" -"Aceptar %{src?%{dest?reenvío:entrada}:" -"salida}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" -"Prevenir la reescritura de la fuente" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" -"Reenviar a %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? puerto %{dest_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" -"Descartar %{src?%{dest?reenvío:entrada}:" -"salida}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" -"Asignar DSCP clasificación %{set_dscp}" -"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" -"Asignar conntrack ayudante %{set_helper}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" -"%{set_mark?Asignar:XOR} marca de firewall " -"%{set_mark?:%{set_xmark}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" -"Reescribir automáticamente IP de " -"origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" -"No seguir %{src?%{dest?reenvío:entrada}:" -"salida}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" -"Rechazar %{src?%{dest?reenvío:entrada}:" -"salida}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" -"Reescribir estáticamente a origen %{snat_ip?" -"IP %{snat_ip}} %{snat_port?puerto %{snat_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "¡Se debe especificar una IP de reescritura!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "ACEPTAR - Desactivar reescritura de direcciones" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Acción" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" -"Argumentos sin procesar adicionales de iptables para clasificar el " -"tráfico de destino de la zona, p.e. -p tcp --dport 443 para que " -"solo coincida con el tráfico HTTPS saliente." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" -"Argumentos sin procesar adicionales de iptables para clasificar el " -"tráfico de origen de zona, p.e. -p tcp --sport 443 para que " -"solo coincida con el tráfico HTTPS entrante." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Configuración avanzada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "Permitir tráfico \"inválido\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Permitir reenvío desde zonas de origen:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Permitir reenvío a zonas de destino:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Cualquiera" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "Cualquier día" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" -"Aplique un XOR bit a bit del valor dado y el valor de marca existente en las " -"conexiones establecidas. El formato es el valor [/ máscara]. Si se " -"especifica una máscara, esos bits establecidos en la máscara se ponen a cero." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "Aplique la clase o valor DSCP dado a las conexiones establecidas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" -"Asigne el asistente de seguimiento de conexión especificado al tráfico " -"coincidente." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "Asignación automática de ayuda" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" -"Asigna automáticamente ayudantes de conntrack según el protocolo de tráfico " -"y el puerto" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "Configuraciones de Conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "Ayudantes de Conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "Los contenidos han sido guardados." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "Continuar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "Interfaces cubiertas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Redes cubiertas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "Subredes cubiertas" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Reglas personalizadas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Las reglas personalizadas le permiten ejecutar comandos de iptables que no " -"están disponibles en el marco del firewall. Los comandos se ejecutarán tras " -"cualquier reinicio del FIrewall, justo tras haber cargado el conjunto de " -"reglas predeterminadas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "Clasificación DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "Marca DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "Marca DSCP requerida" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Dirección de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Puerto de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Zona de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "Nombre del dispositivo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" -"No instale reglas adicionales para rechazar el tráfico reenviado con el " -"estado conntrack inválido. Esto puede ser necesario para " -"configuraciones complejas de rutas asimétricas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Descartar paquetes inválidos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Activar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "Activar bucle NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Activar protección contra inundaciones SYN" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Activar registro en esta zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "Esperando: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "Característica experimental. No es totalmente compatible con QoS/SQM." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" -"Elige explícitamente los ayudantes de seguimiento de conexión permitidos " -"para el tráfico de zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Dirección IP externa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Puerto externo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Argumentos extra" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "Argumentos de destino adicionales" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "Argumentos adicionales de iptables" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "Argumentos fuente adicionales" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Firewall - Reglas personalizadas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "Firewall - Reglas de NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Firewall - Reenvío de puertos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Firewall - Reglas de tráfico" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Firewall - Configuración de la zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "Migración de configuración de Firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Reenviar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" -"Reenviar IPv4%{proto?, protocolo %{proto#%{next?, }%{item.name}}}%{mark?, marca %{mark.val}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Viernes" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"Desde %{src}%{src_device?, interfaz %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"puerto %{src_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" -"Desde %{src}%{src_device?, interfaz %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"puerto %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#" -"%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" -"Desde %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, puerto %{src_port#%{next?, }%{item.ival}}}%{src_mac?, " -"MAC %{src_mac#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Configuración general" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "Descarga de flujo por hardware" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 e IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Sólo IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Sólo IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "Dispositivo de entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" -"IPv4 entrante%{proto?, protocolo %{proto#%{next?, }%{item.types?%{item.name}ICMP con " -"tipos %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}}%{helper?, ayudante %{helper.inv?" -"%{helper.val}:%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Dirección IP interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Puerto interno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Zona interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "Marca DSCP inválida" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "Valor límite no válido" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "Límite de ráfaga" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Limitar registro de mensajes" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "Limitar coincidencia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" -"Limitar coincidencia a %{limit.num} paquetes por %{limit." -"unit}%{limit.burst? interrumpir %{limit.burst}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "Limita el tráfico que coincide con la velocidad especificada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "IP de origen de bucle invertido" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "MASQUERADE - Reescribe automáticamente a la interfaz IP saliente" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "Fijado de MSS" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Enmascaramiento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Coincidir" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "Coincidir DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Coincidir con tipo ICMP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "Dispositivo de coincidencia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "Haga coincidir el tráfico reenviado dirigido a la dirección IP dada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" -"Haga coincidir el tráfico reenviado dirigido al puerto de destino o rango de " -"puertos dados." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "Haga coincidir el tráfico reenviado desde esta IP o rango." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" -"Haga coincidir el tráfico reenviado que se origina en el puerto fuente o " -"rango de puertos dados." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "Ayudante de partido" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Coincidir con tráfico de entrada dirigido al puerto o rango de puertos " -"destino en este host" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "Marca de partido" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" -"Haga coincidir el tráfico con el ayudante de seguimiento de conexión " -"especificado." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" -"Coincide con una marca de firewall específica o un rango de marcas " -"diferentes." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" -"Coincide con el tráfico reenviado utilizando el dispositivo de red saliente " -"especificado." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "Coincide con el tráfico que lleva la marca DSCP especificada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" -"Número inicial máximo de paquetes que deben coincidir: este número se " -"recarga en uno cada vez que no se alcanza el límite especificado " -"anteriormente, hasta este número." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Lunes" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Días del mes" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "Reglas de NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" -"Las reglas de NAT permiten un control detallado sobre la IP de origen para " -"el tráfico saliente o reenviado." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Nombre" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "Coincidir sólo con tráfico de entrada a esta dirección IP." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Coincidir sólo con tráfico de entrada desde estas MACs." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "Coincidir sólo con tráfico de entrada desde esta IP o rango." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Solo coincida con el tráfico entrante que se origina desde el puerto de " -"origen o el rango de puertos en el host del cliente" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "Dispositivo de salida" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "Zona de salida" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Salida" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "Ingrese argumentos adicionales a iptables. ¡Utilícelo con cuidado!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" -"Pasar argumentos de iptables sin procesar a las reglas de clasificación de " -"tráfico de origen y destino permite hacer coincidir paquetes basados en " -"otros criterios que no sean interfaces o subredes. Estas opciones se deben " -"usar con extremo cuidado, ya que los valores inválidos pueden hacer que el " -"conjunto de reglas del firewall se rompa, exponiendo completamente todos los " -"servicios." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Reenvío de puertos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"El reenvío de puertos permite a ordenadores remotos en internet conectar a " -"un ordenador o servicio específico en la LAN privada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protocolo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"Redirigir el tráfico de entrada que coincida al puerto dado en el host " -"interno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" -"Redirigir el tráfico de entrada que coincida al host interno especificado" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" -"Requiere soporte de NAT por hardware. Implementado al menos para mt7621" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "Restringir enmascaramiento a las subredes destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "Restringir enmascaramiento a las subredes origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Restringir a la familia de direcciones" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "Reescribir dirección IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" -"Reescribe el tráfico coincidente a la dirección IP de origen especificada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" -"Reescribe el tráfico coincidente al puerto de origen o rango de puertos " -"especificados." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "Reescribir puerto" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "Enrutamiento/NAT Offloading" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "SNAT - Reescribe a una fuente específica IP o puerto" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Sábado" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "Establecer marca" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" -"Establezca el valor de marca dado en las conexiones establecidas. El formato " -"es el valor [/máscara]. Si se especifica una máscara, sólo se modifican los " -"bits establecidos en la máscara." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "Descarga basada en software para enrutamiento/NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "Descarga de flujo por software" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Dirección IP de origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Dirección MAC de origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Dirección de origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Puerto de origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Zona de origen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" -"Especifica si se debe vincular esta regla de tráfico a un dispositivo de red " -"entrante o saliente específico." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" -"Especifica si se debe usar la dirección IP externa o interna para el tráfico " -"reflejado." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "Fecha de inicio (aaaa-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "Hora de inicio (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "Fecha de finalización (aaaa-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "Hora de finalización (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Domingo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" -"La configuración de firewall existente debe cambiarse para que LuCI funcione " -"correctamente." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"El Firewall crea zonas sobre sus interfaces de red para controlar el flujo " -"del tráfico." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"Estas opciones controlan las políticas de reenvío entre esta zona (%s) y " -"otras. Las zonas de origen cubren el tráfico reenviado desde " -"%q. Las zonas de origen coinciden con el tráfico " -"reenviado desde otras zonas dirigido a %q. La regla de " -"reenvío es unidireccional, por ejemplo una regla de reenvío desde " -"la LAN a la WAN no implica permiso para reenviar desde la WAN a la " -"LAN también." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Esta sección define propiedades comunes de %q. Las opciones de entrada y la salida marcan las políticas por defecto para el tráfico " -"que entra y deja esta zona mientras que la opción reenvío describe " -"la política para tráfico reenviado desde diferentes redes en la zona. " -"Redes cubiertas especifican qué redes disponibles son miembros de " -"esta zona." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Jueves" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "Restricciones de tiempo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Tiempo en UTC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"A %{dest}%{dest_device?, interfaz %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, " -"puerto %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"A %{dest}%{dest_device?, via interfaz %{dest_device}}%{dest_ip?, " -"IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, " -"puerto %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"A %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, puerto %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "Ayudante de seguimiento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Reglas de tráfico" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Las reglas de tráfico definen políticas para los paquetes que viajan entre " -"diferentes zonas, por ejemplo, para rechazar el tráfico entre ciertos hosts " -"o para abrir puertos WAN en el enrutador." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Martes" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "No se puede guardar el contenido: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "Ayudante de Conntrack desconocido o no instalado \"%s\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "NAT sin nombre" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "Reenvío sin nombre" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "Regla sin nombre" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "Zona sin nombre" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "Protocolo no reconocido" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" -"Al presionar \"Continuar\", las secciones de \"redireccionamiento\" con " -"\"SNAT\" de destino se convertirán en secciones \"nat\" y el firewall se " -"reiniciará para aplicar la configuración actualizada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "Usar dirección IP externa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "Usar dirección IP interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" -"Use esta opción para clasificar el tráfico de zona por raw, dispositivos de " -"red no administrados uci." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" -"Use esta opción para clasificar el tráfico de zona por subred de origen o " -"destino en lugar de redes o dispositivos." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "Se requiere una marca de firewall válida" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Miércoles" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "Días de la semana" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "Marca de firewall XOR" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "Marca XOR" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Zona ⇒ Reenvíos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zonas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "Aceptar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "cualquiera" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "cualquier zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "aplicar marca de firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "asignar ayudante de Conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "Día" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "no reescribir" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "No seguir" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "Descartar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "Hora" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "minuto" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "Rechazar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "segundo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "este dispositivo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "esta nueva zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "ilimitado" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "Sin especificar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "marca de firewall válida" - -#~ msgid "%s in %s" -#~ msgstr "%s en %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s con %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s en %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d paquetes por %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "" -#~ "%d paquetes por %s, máximo %d paquetes." - -#~ msgid "%s and limit to %s" -#~ msgstr "%s y limitar a %s" - -#~ msgid "Accept forward" -#~ msgstr "Aceptar reenvío" - -#~ msgid "Accept input" -#~ msgstr "Aceptar entrada" - -#~ msgid "Accept output" -#~ msgstr "Aceptar salida" - -#~ msgid "Destination IP address" -#~ msgstr "Dirección IP destino" - -#~ msgid "Discard forward" -#~ msgstr "Descartar reenvío" - -#~ msgid "Discard input" -#~ msgstr "Descartar entrada" - -#~ msgid "Discard output" -#~ msgstr "Descartar salida" - -#~ msgid "Do not rewrite" -#~ msgstr "No reescribir" - -#~ msgid "Do not track forward" -#~ msgstr "No seguir reenvío" - -#~ msgid "Do not track input" -#~ msgstr "No seguir entrada" - -#~ msgid "Do not track output" -#~ msgstr "No seguir salida" - -#~ msgid "Forward to" -#~ msgstr "Reenviar a" - -#~ msgid "From %s in %s" -#~ msgstr "Desde %s en %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "Desde %s en %s con origen %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "Desde %s en %s con origen %s y %s" - -#~ msgid "From %s on this device" -#~ msgstr "Desde %s en este dispositivo" - -#~ msgid "From %s on this device with source %s" -#~ msgstr "Desde %s en este dispositivo con la fuente %s" - -#~ msgid "From %s on this device with source %s and %s" -#~ msgstr "De %s en este dispositivo con la fuente %s y %s" - -#~ msgid "From %{ipaddr?:any host} %{port?with source %{port}}" -#~ msgstr "Desde %{ipaddr?:cualquier host} %{puerto?con origen %{puerto}}" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "IP range" -#~ msgstr "Rango de IP" - -#~ msgid "IPs" -#~ msgstr "IP" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MAC" - -#~ msgid "" -#~ "Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} " -#~ "%{mark?with firewall mark %{mark}} %{limit?limited to %{limit}}" -#~ msgstr "" -#~ "Coincidir %{protocolo?%{familia} %{protocolo} tráfico:cualquiera " -#~ "%{familia} tráfico} %{marco?con marco de firewall %{marco}}" - -#~ msgid "Network" -#~ msgstr "Red" - -#~ msgid "Refuse forward" -#~ msgstr "Rechazar reenvío" - -#~ msgid "Refuse input" -#~ msgstr "Rechazar entrada" - -#~ msgid "Refuse output" -#~ msgstr "Rechazar salida" - -#~ msgid "Rewrite to" -#~ msgstr "Reescribe a" - -#~ msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -#~ msgstr "" -#~ "Reescribe a %{ipaddr?%{puerto?%{ipaddr}, %{puerto}:%{ipaddr}}:%{puerto}}" - -#~ msgid "Rewrite to outbound device IP" -#~ msgstr "Reescribir a la IP del dispositivo saliente" - -#~ msgid "To %s at %s on this device" -#~ msgstr "A %s en %s por este dispositivo" - -#~ msgid "To %s in %s" -#~ msgstr "A %s en %s" - -#~ msgid "To %s on this device" -#~ msgstr "A %s por este dispositivo" - -#~ msgid "To %s, %s in %s" -#~ msgstr "A %s, %s en %s" - -#~ msgid "" -#~ "To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -#~ "%{device?egress device %{device}}" -#~ msgstr "" -#~ "A %{ipaddr?:cualquier destino} %{puerto?a %{puerto}} %{zona?via zona " -#~ "%{zona}} %{dispositivo?dispositivo de salida %{dispositivo}}" - -#~ msgid "Via %s" -#~ msgstr "Vía %s" - -#~ msgid "Via %s at %s" -#~ msgstr "Vía %s a %s" - -#~ msgid "any host" -#~ msgstr "cualquier host" - -#~ msgid "any router IP" -#~ msgstr "cualquier router IP" - -#~ msgid "not" -#~ msgstr "No" - -#~ msgid "port" -#~ msgstr "puerto" - -#~ msgid "ports" -#~ msgstr "puertos" - -#~ msgid "type" -#~ msgstr "Tipo" - -#~ msgid "types" -#~ msgstr "Tipos" - -#~ msgid "Force connection tracking" -#~ msgstr "Forzar seguimiento de conexión" - -#~ msgid "" -#~ "Prevent the installation of NOTRACK rules which would bypass " -#~ "connection tracking." -#~ msgstr "" -#~ "Evite la instalación de reglas NOTRACK que evitarían el " -#~ "seguimiento de la conexión." - -#~ msgid "Disable" -#~ msgstr "Desactivar" - -#~ msgid "Restart Firewall" -#~ msgstr "Reiniciar Firewall" - -#~ msgid "Rule is disabled" -#~ msgstr "Regla desactivada" - -#~ msgid "Rule is enabled" -#~ msgstr "Regla activada" - -#~ msgid "Add" -#~ msgstr "Añadir" - -#~ msgid "Add and edit..." -#~ msgstr "Añadir y editar..." - -#~ msgid "External zone" -#~ msgstr "Zona externa" - -#~ msgid "New SNAT rule" -#~ msgstr "Nueva regla SNAT" - -#~ msgid "New forward rule" -#~ msgstr "Nueva regla de reenvío" - -#~ msgid "New input rule" -#~ msgstr "Nueva regla de entrada" - -#~ msgid "New port forward" -#~ msgstr "Nuevo reenvío de puerto" - -#~ msgid "New source NAT" -#~ msgstr "Nuevo origen NAT" - -#~ msgid "Open ports on router" -#~ msgstr "Abrir puertos en el router" - -#~ msgid "Other..." -#~ msgstr "Otros..." - -#~ msgid "To source IP" -#~ msgstr "A IP origen" - -#~ msgid "To source port" -#~ msgstr "A puerto origen" - -#~ msgid "Output zone" -#~ msgstr "Zona de salida" - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(Entrada sin nombre)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(Regla sin nombre)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(SNAT sin nombre)" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Reenvío entre zonas" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "" -#~ "Coincidir con tráfico reenviado al puerto o rango de puertos destino." - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "" -#~ "Haga coincidir el tráfico entrante que se origina en el puerto de origen " -#~ "o el rango de puertos en el host del cliente." - -#~ msgid "Rewrite matched traffic to the given address." -#~ msgstr "Reescribir el tráfico que coincida a estas direcciones." - -#~ msgid "" -#~ "Rewrite matched traffic to the given source port. May be left empty to " -#~ "only rewrite the IP address." -#~ msgstr "" -#~ "Reescribir el tráfico que coincida con este puerto origen. Deje en blanco " -#~ "para reescribir sólo la dirección IP." - -#~ msgid "Rewrite to source %s" -#~ msgstr "Reescribir a origen %s" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "Reescribir a origen %s, %s" - -#~ msgid "SNAT IP address" -#~ msgstr "Dirección IP SNAT" - -#~ msgid "SNAT port" -#~ msgstr "Puerto SNAT" - -#~ msgid "Source NAT" -#~ msgstr "Origen NAT" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "Origen NAT es una forma específica de enmascaramiento que permite el " -#~ "control fino del origen IP que se usa en el tráfico de salida por ejemplo " -#~ "para dirigir múltiples direcciones WAN a las subredes internas." - -#~ msgid "Start Time (hh:mm:ss)" -#~ msgstr "Hora de inicio (hh:mm:ss)" - -#~ msgid "Stop Time (hh:mm:ss)" -#~ msgstr "Hora de finalización (hh:mm:ss)" - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "Propiedades avanzadas de la entrada \"reenvío de puertos\". No suele ser " -#~ "necesario modificar esta configuración." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "" -#~ "Esta página le permite cambiar las propiedades avanzadas de la entrada de " -#~ "la regla de tráfico, como los hosts de origen y destino coincidentes." - -#~ msgid "Unnamed SNAT" -#~ msgstr "SNAT sin nombre" - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "" -#~ "Puede poner varios seleccionando \"-- personalizado --\" e introduciendo " -#~ "los protocolos separados por espacio." - -#~ msgid "Zone %q" -#~ msgstr "Zona %q" - -#~ msgid "traffic" -#~ msgstr "Tráfico" diff --git a/luci-app-firewall/po/fr/firewall.po b/luci-app-firewall/po/fr/firewall.po deleted file mode 100644 index bc11f49aa..000000000 --- a/luci-app-firewall/po/fr/firewall.po +++ /dev/null @@ -1,1417 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-03-20 17:55+0000\n" -"Last-Translator: Hydci \n" -"Language-Team: French \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.0-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- ajouter IP --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- ajouter MAC --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" -"Accepter %{src?%{dest?forward:input}:" -"output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "Empêcher la réécriture de la source" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" -"Suivre vers %{dest}%{dest_ip ? IP " -"%{dest_ip}}%{dest_port ? port %{dest_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" -"Laisser %{src?%{dest?forward:input}:output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" -"Assigner DSCP classification " -"%{set_dscp}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" -"Attribuer conntrack assistant %{set_helper}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" -"Réécrire automatiquement l'IP source" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" -"Ne pas suivre %{src?%{dest?forward:" -"input}:output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" -"Rejeter %{src?%{dest?forward:input}:" -"output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "Une IP de réécriture doit être spécifiée!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "ACCEPTER - Désactiver la réécriture d'adresses" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Action" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" -"Arguments iptables bruts supplémentaires pour classer le trafic de " -"destination de la zone, par exemple -p tcp --dport 443 pour " -"correspondre uniquement au trafic HTTPS sortant." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" -"Arguments iptables bruts supplémentaires pour classer le trafic " -"source de la zone, par exemple -p tcp --sport 443 pour " -"correspondre uniquement au trafic HTTPS entrant." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Paramètres avancés" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "Autoriser le trafic \"non valide\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Permettre la transmission des zones source :" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Permettre la transmission vers les zones destination :" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "N'importe lequel" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "N'importe quel jour" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" -"Appliquer un XOR au niveau du bit de la valeur donnée et de la valeur de " -"repère existante sur les connexions établies. Le format est la valeur[/" -"mask]. Si un masque est spécifié, les bits définis dans le masque sont mis à " -"zéro." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "Appliquez la classe ou la valeur DSCP donnée aux connexions établies." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" -"Attribuez l'assistant de suivi des connexions spécifié au trafic " -"correspondant." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "Affectation automatique des assistants" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" -"Attribuer automatiquement des assistants conntrack en fonction du protocole " -"de trafic et du port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "Paramètres Conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "Assistants Conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "Le contenu a été enregistré." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "Continuer" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "Appareils couverts" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Réseaux couverts" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "Sous-réseaux couverts" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Régles spécifiques" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Les règles personnalisées vous permettent d'exécuter des commandes iptables " -"arbitraires qui ne sont pas autrement couvertes par le framework de pare-" -"feu. Les commandes sont exécutées après chaque redémarrage du pare-feu, " -"juste après le chargement de l'ensemble de règles par défaut." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "Classification DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "Marque DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "Marque DSCP requise" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Adresse de destination" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Port de destination" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Zone de destination" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "Nom de l'appareil" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" -"N'installez pas de règles supplémentaires pour rejeter le trafic transféré " -"avec l'état conntrack invalide. Cela peut être nécessaire pour les " -"configurations de route asymétriques complexes." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Supprimer les paquets invalides" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Activer" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "Activer le NAT sur la boucle-locale" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Activer la protection contre le SYN-flood" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Activer les traces (logs) sur cette zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "Attendu : % s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "Fonction expérimentale. Pas entièrement compatible avec QoS/SQM." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" -"Choisit explicitement les assistants de suivi de connexion autorisés pour le " -"trafic de zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Adresse IP externe" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Port externe" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Arguments supplémentaires" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "Arguments de destination supplémentaires" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "Arguments supplémentaires iptables" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "Arguments sources supplémentaires" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Pare-feu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Pare-feu - Règles personnalisées" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "Pare-feu - Règles NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Pare-feu - Redirections de ports" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Pare-feu - Règles de trafic" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Pare-feu - Configuration des zones" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "Migration de la configuration du pare-feu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Transférer" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Vendredi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Paramètres généraux" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "Déchargement de flux matériel" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 et IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "IPv4 seulement" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "IPv6 seulement" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "Appareil entrant" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Entrée" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Adresse IP interne" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Port interne" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Zone interne" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "Marque DSCP non valide" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "Valeur limite non valide" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "Rafale limite" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Limiter les messages de journalisation" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "Limiter la correspondance" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" -"Limiter la correspondance à %{limit.num} paquets par %{limit." -"unit}%{limit.burst? burst %{limit.burst}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "Limite le trafic correspondant au débit spécifié." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "IP source de bouclage" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "MASQUERADE - Réécriture automatique sur l'IP de l'interface sortante" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "Contrainte du MSS" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Masquage" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Match" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "Match DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Type ICMP correspondant" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "Match device" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" -"Faites correspondre le trafic transféré dirigé vers l'adresse IP donnée." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" -"Faites correspondre le trafic transféré dirigé vers le port de destination " -"ou la plage de ports donné." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" -"Faites correspondre le trafic transféré depuis cette adresse IP ou cette " -"plage." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" -"Faites correspondre le trafic transféré provenant du port source ou de la " -"plage de ports donné." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "Aide au match" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Prendre en compte le trafic dirigé vers le port de destination donné (ou la " -"gamme de ports) sur cet hôte" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "Match mark" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" -"Faites correspondre le trafic à l'aide de l'assistant de suivi des " -"connexions spécifié." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" -"Correspond à une marque de pare-feu spécifique ou à une gamme de marques " -"différentes." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" -"Correspond au trafic transféré à l'aide du périphérique réseau sortant " -"spécifié." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "Correspond au trafic portant le marquage DSCP spécifié." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" -"Nombre initial maximal de paquets à faire correspondre: ce nombre est " -"rechargé d'un à chaque fois que la limite spécifiée ci-dessus n'est pas " -"atteinte, jusqu'à ce nombre." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Lundi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Mois jours" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "Règles NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" -"Les règles NAT permettent un contrôle fin sur l'IP source à utiliser pour le " -"trafic sortant ou transféré." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Nom" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" -"Correspondre uniquement au trafic entrant dirigé vers l'adresse IP donnée." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Montrer seulement le trafic entrant provenant de ces adresses MAC." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" -"Correspondre uniquement au trafic entrant provenant de cette adresse IP ou " -"de cette plage." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Faire correspondre uniquement le trafic entrant provenant du port source ou " -"de la plage de ports donné sur l'hôte client" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "Périphérique sortant" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "Zone sortante" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Sortie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" -"Passe des arguments supplémentaires aux tables d'adresses IP. A utiliser " -"avec précaution !" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" -"Le passage d'arguments iptables bruts aux règles de classification du trafic " -"source et de destination permet de faire correspondre les paquets en " -"fonction d'autres critères que les interfaces ou les sous-réseaux. Ces " -"options doivent être utilisées avec une extrême prudence, car des valeurs " -"non valides peuvent endommager le jeu de règles du pare-feu, exposant " -"complètement tous les services." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Redirections de port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"La redirection de port permet aux ordinateurs distants sur Internet, de se " -"connecter à un ordinateur ou service spécifié dans le réseau local privé." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protocole" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"Rediriger le trafic entrant correspondant vers le port donné sur l'hôte " -"interne" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Rediriger le trafic entrant correspondant vers l'hôte interne spécifié" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "Nécessite un support NAT matériel. Implémenté au moins pour mt7621" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" -"Restreindre la substitution d'adresses (Masquerade) à ces sous-réseaux " -"destinataires" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" -"Restreindre la substitution d'adresses (Masquerade) à ces sous-réseaux " -"sources" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Restreindre à cette famille d'adresses" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "Réécrire l'adresse IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "Réécrivez le trafic correspondant à l'adresse IP source spécifiée." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" -"Réécrivez le trafic correspondant sur le port source ou la plage de ports " -"spécifié." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "Port de réécriture" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "Routage/déchargement NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "SNAT - Réécriture sur IP ou port source spécifique" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Samedi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "Définir la marque" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" -"Définissez la valeur de repère donnée sur les connexions établies. Le format " -"est la valeur[/mask]. Si un masque est spécifié, seuls les bits définis dans " -"le masque sont modifiés." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "Déchargement basé sur logiciel pour le routage/NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "Déchargement de flux logiciel" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# -# msgid "Traffic Redirection" -# msgstr "" -# -# msgid "" -# "Traffic redirection allows you to change the destination address of " -# "forwarded packets." -# msgstr "" -# -# msgid "Overview" -# msgstr "" -# -# msgid "Name" -# msgstr "" -# -# msgid "Source zone" -# msgstr "" -# -# msgid "Source MAC-address" -# msgstr "" -# -# msgid "Source port" -# msgstr "" -# -# msgid "Protocol" -# msgstr "" -# -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Adresse IP source" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Adresse MAC source" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Adresse source" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Port source" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Zone source" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" -"Spécifie s'il faut lier cette règle de trafic à un périphérique réseau " -"entrant ou sortant spécifique." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" -"Spécifie s'il faut utiliser l'adresse IP externe ou interne pour le trafic " -"réfléchi." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "Date de début (aaaa-mm-jj)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "Heure de début (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "Date d'arrêt (aaaa-mm-jj)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "Heure d'arrêt (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Dimanche" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" -"La configuration de pare-feu existante doit être modifiée pour que LuCI " -"fonctionne correctement." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"Le pare-feu crée des zones sur les interfaces réseau pour contrôler le flux " -"du trafic réseau." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"Les options ci-dessous contrôlent les politiques de transmission entre cette " -"zone (%s) et les autres zones. Zones de destination couvre le " -"trafic transfmis venant de %q. Zones source " -"correspond au trafic transféré d'autres zones à destination de %q. La règle de transmission est unidirectionnelle, la " -"transmission du LAN au WAN n'implique pas également l'autorisation " -"de transmission du WAN au LAN." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Cette section définit les propriétés communes de %q. Les options entrée et sortie définissent les politiques par défaut pour le trafic " -"entrant et sortant de cette zone tandis que l'option en avant " -"décrit la politique pour le trafic transféré entre différents réseaux dans " -"la zone. Réseaux couverts spécifie quels réseaux disponibles sont " -"membres de cette zone." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Jeudi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "Restrictions de temps" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Heure en UTC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "Aide au suivi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Règles de trafic" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Les règles de trafic définissent des politiques pour les paquets voyageant " -"entre différentes zones, par exemple pour rejeter le trafic entre certains " -"hôtes ou pour ouvrir des ports WAN sur le routeur." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Mardi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "Impossible d'enregistrer le contenu: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "Assistant conntrack inconnu ou non installé \"%s\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "NAT sans nom" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "Transférer sans nom" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "Règle sans nom" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "Zone sans nom" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "Protocole non reconnu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" -"En appuyant sur \"Continuer\", les sections \"rediriger\" avec la cible " -"\"SNAT\" seront converties en sections \"nat\" et le pare-feu sera redémarré " -"pour appliquer la configuration mise à jour." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "Utiliser une adresse IP externe" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "Utiliser l'adresse IP interne" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" -"Utilisez cette option pour classer le trafic de zone par périphériques " -"réseau bruts non uci gérés." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" -"Utilisez cette option pour classer le trafic de zone par sous-réseau source " -"ou de destination au lieu de réseaux ou de périphériques." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "Marque de pare-feu valide requise" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Mercredi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "Jours de la semaine" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "Marque de pare-feu XOR" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "Marque XOR" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Zone ⇒ Transmissions" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zones" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "accepter" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "tous" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "n'importe quelle zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "appliquer une marque de pare-feu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "affecter l'assistant conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "journée" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "ne réécris pas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "ne pas suivre" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "ignorer" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "heure" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "minute" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "rejeter" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "seconde" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "cet appareil" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "cette nouvelle zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "non limité" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "non précisé" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "marque de pare-feu valide" - -#~ msgid "%s in %s" -#~ msgstr "%s dans %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s avec %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s dans %s" - -#~ msgid "Accept input" -#~ msgstr "Accepter l'entrée" - -#~ msgid "Destination IP address" -#~ msgstr "Adresse IP de destination" - -#~ msgid "Forward to" -#~ msgstr "Transférer à" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "IP range" -#~ msgstr "Plage IP" - -#~ msgid "IPs" -#~ msgstr "IPs" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MACs" - -#~ msgid "Network" -#~ msgstr "Réseau" - -#~ msgid "any host" -#~ msgstr "n'importe quel hôte" - -#~ msgid "not" -#~ msgstr "ne pas" - -#~ msgid "port" -#~ msgstr "port" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "Force connection tracking" -#~ msgstr "Forcer le suivi des connexions" - -#~ msgid "Disable" -#~ msgstr "Désactiver" - -#~ msgid "External zone" -#~ msgstr "Zone externe" - -#~ msgid "New SNAT rule" -#~ msgstr "Nouvelle règle SNAT" - -#~ msgid "New input rule" -#~ msgstr "Nouvelle règle d'entrée" - -#~ msgid "New port forward" -#~ msgstr "Nouvelle redirection de port" - -#~ msgid "New source NAT" -#~ msgstr "Nouvelle source NAT" - -#~ msgid "Open ports on router" -#~ msgstr "Ports ouverts sur le routeur" - -#~ msgid "Other..." -#~ msgstr "Autre..." - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Transmission entre zones" - -#~ msgid "SNAT IP address" -#~ msgstr "Adresse IP SNAT" - -#~ msgid "SNAT port" -#~ msgstr "Port SNAT" - -#~ msgid "Source NAT" -#~ msgstr "Source NAT" - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "Cette page vous permet de modifier les propriétés avancées parmi les " -#~ "entrées de redirection de port. Dans la plupart des cas, cela n'est pas " -#~ "nécessaire de modifier ces paramètres." - -#~ msgid "Zone %q" -#~ msgstr "Zone %q" diff --git a/luci-app-firewall/po/he/firewall.po b/luci-app-firewall/po/he/firewall.po deleted file mode 100644 index 008c542aa..000000000 --- a/luci-app-firewall/po/he/firewall.po +++ /dev/null @@ -1,1093 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" diff --git a/luci-app-firewall/po/hi/firewall.po b/luci-app-firewall/po/hi/firewall.po deleted file mode 100644 index 825fb1625..000000000 --- a/luci-app-firewall/po/hi/firewall.po +++ /dev/null @@ -1,1139 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Hindi \n" -"Language: hi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# -# msgid "Traffic Redirection" -# msgstr "" -# -# msgid "" -# "Traffic redirection allows you to change the destination address of " -# "forwarded packets." -# msgstr "" -# -# msgid "Overview" -# msgstr "" -# -# msgid "Name" -# msgstr "" -# -# msgid "Source zone" -# msgstr "" -# -# msgid "Source MAC-address" -# msgstr "" -# -# msgid "Source port" -# msgstr "" -# -# msgid "Protocol" -# msgstr "" -# -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "MAC" -#~ msgstr "MAC" diff --git a/luci-app-firewall/po/hu/firewall.po b/luci-app-firewall/po/hu/firewall.po deleted file mode 100644 index cf1c6aad5..000000000 --- a/luci-app-firewall/po/hu/firewall.po +++ /dev/null @@ -1,1454 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-03-31 13:27+0000\n" -"Last-Translator: Tamas Szanto \n" -"Language-Team: Hungarian \n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.0-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- IP-cím hozzáadása --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- MAC-cím hozzáadása --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "Forrás felülírásának tiltása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" -"Továbbítás ide: %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" -"Eldobás %{src?%{dest?forward:input}:output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "Egy átírási IP-t meg kell adni!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "ELFOGADÁS – címátírás letiltása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Művelet" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" -"További nyers iptables argumentumok a zóna célforgalmának " -"besorolásához, például -p tcp --dport 443 csak a kimenő HTTPS " -"forgalom illesztéséhez." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" -"További nyers iptables argumentumok a zóna forrásforgalmának " -"besorolásához, például -p tcp --sport 443 csak a bejövő HTTPS " -"forgalom illesztéséhez." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Speciális beállítások" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "„Érvénytelen” forgalom engedélyezése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Továbbítás engedélyezése a forrászónákból:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Továbbítás engedélyezése ezekbe a célzónákba:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Bármelyik" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "Bármely nap" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" -"A megadott érték és a meglévő jelölésérték bitenkénti kizáró vagy " -"műveletének alkalmazása a kiépített kapcsolatokon. A formátum: érték[/" -"maszk]. Ha egy maszk meg van adva, akkor a maszkban beállított bitek ki " -"lesznek nullázva." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" -"A megadott DSCP-osztály vagy érték alkalmazása a kiépített kapcsolatokra." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" -"A megadott kapcsolatkövető segítőjének hozzárendelése az illesztett " -"forgalomhoz." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "Automatikus segítő hozzárendelés" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" -"Kapcsolatkövető segítők automatikus hozzárendelése a forgalom protokollja és " -"portja alapján" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "Kapcsolatkövető beállításai" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "Kapcsolatkövető segítők" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "A tartalom mentésre került." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "Tovább" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "Lefedett eszközök" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Lefedett hálózatok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "Lefedett alhálózatok" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Egyéni szabályok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Az egyéni szabályok lehetővé teszik tetszőleges iptables parancsok " -"végrehajtását, amelyeket a tűzfal keretrendszer egyébként nem fed le. A " -"parancsok minden tűzfal-újraindítás után végrehajtásra kerülnek, közvetlenül " -"az alapértelmezett szabálykészletek betöltődése után." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "DSCP osztályozás" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "DSCP jelölés" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "DSCP jelölés szükséges" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Célcím" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Célport" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Célzóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "Eszköz neve" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" -"Ne telepítsen további szabályokat az érvénytelen kapcsolatkövető " -"állapottal rendelkező továbbított forgalom visszautasításához." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Érvénytelen csomagok eldobása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Engedélyezés" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "NAT visszacsatolás engedélyezése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "SYN-elárasztás elleni védelem engedélyezése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Naplózás engedélyezése ezen a zónán" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "Elvárás: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "Kísérleti funkció. Nem teljesen kompatibilis a QoS/SQM használatával." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" -"Határozottan kiválasztja az engedélyezett kapcsolatkövető segítőket a " -"zónaforgalomhoz" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Külső IP-cím" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Külső port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "További argumentumok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "További célargumentumok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "További iptables argumentumok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "További forrásargumentumok" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Tűzfal" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Tűzfal – egyéni szabályok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "Tűzfal – NAT szabályok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Tűzfal – porttovábbítások" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Tűzfal – forgalmi szabályok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Tűzfal – Zóna beállításai" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Továbbítás" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Péntek" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Általános beállítások" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "Hardveres áramláskiürítés" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 és IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Csak IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Csak IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "Bejövő eszköz" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Bemenet" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Belső IP-cím" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Belső port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Belső zóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "Érvénytelen DSCP jelölés" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "Érvénytelen korlátérték" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "Löket korlátozása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Naplóüzenetek korlátozása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "Illesztés korlátozása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "Korlátozza a megadott sebességre illeszkedő forgalmat." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "Visszacsatolás forrás IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "ÁLCÁZÁS – átírás automatikusan a kimenő csatoló IP-jére" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "MSS összefogás" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Álcázás" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Illesztés" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "DSCP illesztése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "ICMP-típus illesztése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "Eszköz illesztése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "A megadott IP-címre irányított továbbított forgalom illesztése." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" -"A megadott célportra vagy porttartományra irányított továbbított forgalom " -"illesztése." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "Erről az IP-ről vagy tartományról továbbított forgalom illesztése." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" -"A megadott forrásportról vagy porttartományból eredő továbbított forgalom " -"illesztése." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "Illesztési segítő" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Az ezen a gépen lévő megadott célportra vagy porttartományra irányított " -"bejövő forgalom illesztése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "Jelölés illesztése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "Forgalom illesztése a megadott kapcsolatkövető segítő használatával." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" -"Egy bizonyos tűzfaljelölést vagy különböző jelölések tartományát illeszti." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" -"A megadott kimeneti hálózati eszköz használatával illeszti a továbbított " -"forgalmat." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "A megadott DSCP jelölést szállító forgalmat illeszti." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" -"Az illesztendő csomagok legnagyobb kezdeti száma: ez a szám újratöltődik " -"minden alkalommal, amikor a fent meghatározott korlátot nem érik el, " -"legfeljebb eddig a számig." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Hétfő" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Hónap napjai" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "NAT szabályok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" -"A NAT szabályok lehetővé teszik a részletes szabályozást a kimenő vagy " -"továbbított forgalomnál használandó forrás IP fölött." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Név" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "Csak a megadott IP-címre irányított bejövő forgalom illesztése." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Csak ezekről a MAC-ekről érkező bejövő forgalom illesztése." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" -"Csak erről az IP-ről vagy tartományból érkező bejövő forgalom illesztése." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Csak az ügyfélgépen lévő megadott forrásportról vagy porttartományból eredő " -"bejövő forgalom illesztése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "Kimeneti eszköz" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "Kimenő zóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Kimenet" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" -"Átadja a további argumentumokat az iptables részére. Használja " -"körültekintően!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" -"A forrás- és célforgalom osztályozási szabályainak való nyers iptables " -"argumentumok átadása lehetővé teszi a csomagoknak a csatolóktól vagy " -"alhálózatoktól eltérő feltételek alapján történő illesztését. Ezeket a " -"kapcsolókat rendkívül óvatosan kell használni, mivel az érvénytelen értékek " -"tönkre tehetik a tűzfalszabálykészleteket, ezáltal teljesen feltárva az " -"összes szolgáltatást." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Porttovábbítások" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"A porttovábbítás lehetővé teszi az interneten lévő távoli számítógépeknek a " -"személyes helyi hálózat bizonyos számítógépéhez vagy szolgáltatásához " -"történő csatlakozását." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protokoll" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "Egyező bejövő forgalom átirányítása a belső gép megadott portjára" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Egyező bejövő forgalom átirányítása a megadott belső gépre" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "Hardveres NAT támogatás szükséges. Legalább az mt7621-hez megvalósítva" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "Álcázás korlátozása a megadott célalhálózatokra" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "Álcázás korlátozása a megadott forrás alhálózatokra" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Korlátozás címcsaládra" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "IP-cím átírása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "Illesztett forgalom átírása a megadott forrás IP-címre." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" -"Illesztett forgalom átírása a megadott forrásportra vagy porttartományra." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "Port átírása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "Útválasztás vagy NAT kiürítés" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "SNAT – átírás egy adott forrás IP-re vagy portra" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Szombat" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "Jelölés beállítása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" -"A megadott jelölésérték beállítása a kiépített kapcsolatokon. A formátum: " -"érték[/maszk]. Ha egy maszk meg van adva, akkor csak a maszkban beállított " -"bitek lesznek módosítva." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "Szoftver alapú kiürítés az útválasztásnál vagy NAT-nál" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "Szoftveres áramláskiürítés" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Forrás IP-cím" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Forrás MAC-cím" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Forráscím" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Forrásport" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Forrászóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" -"Meghatározza, hogy ezt a forgalomszabályt egy adott bejövő vagy kimenő " -"hálózati eszközhöz kell kötni." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" -"Meghatározza, hogy a külső vagy a belső IP-címet használja a visszatükrözött " -"forgalomnál." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "Kezdés dátuma (ÉÉÉÉ-HH-NN)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "Kezdés ideje (ÓÓ.PP.MM)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "Leállítás dátuma (ÉÉÉÉ-HH-NN)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "Leállítás ideje (ÓÓ.PP.MM)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Vasárnap" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"A tűzfal zónákat hoz létre a hálózati csatolók fölött a hálózati forgalom " -"áramlásának szabályozásához." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"Az alábbi beállítások vezérlik a továbbítási szabályokat a jelenlegi zóna " -"(%s) és a többi zóna között. A célzónák fedik le a továbbított " -"forgalmat, amelynek forrása %q. A forrászónák " -"illesztik a továbbított forgalmat más zónákból, amelynek célja %q. A továbbítási szabály egyirányú, például egy továbbítás " -"LAN-ból WAN-ba nem jelenti azt, hogy a továbbítás WAN-ból LAN-ba is " -"engedélyezett." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Ez a szakasz a(z) %q közös tulajdonságait határozza meg. A bemenet " -"és kimenet beállításai határozzák meg a zónába be- és kilépő " -"forgalom alapértelmezett szabályait, míg a továbbítási beállítás a " -"különböző hálózatok közötti továbbított forgalom szabályát írja le a zónán " -"belül. A lefedett hálózatok adják meg, hogy mely elérhető hálózatok " -"tagjai ennek a zónának." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Csütörtök" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "Időkorlátozások" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Idő UTC szerint" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "Követési segítő" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Forgalmi szabályok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"A forgalmi szabályok a különböző zónák között utazó csomagokra vonatkozó " -"szabályokat határozzák meg, például bizonyos gépek közötti forgalom " -"visszautasításához vagy WAN portok megnyitásához az útválasztón." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Kedd" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "Nem lehet elmenteni a tartalmat: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "Ismeretlen vagy nem telepített kapcsolatkövető segítő: „%s”" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "Névtelen NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "Névtelen továbbítás" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "Névtelen szabály" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "Névtelen zóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "Külső IP-cím használata" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "Belső IP-cím használata" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" -"Használja ezt a beállítást a zónaforgalom nyers, nem uci által " -"kezelt hálózati eszközök szerint történő besorolásához." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" -"Használja ezt a beállítást a zónaforgalom forrás- vagy célalhálózat szerint " -"történő besorolásához a hálózatok vagy eszközök helyett." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "Érvényes tűzfaljelölés szükséges" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Szerda" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "Hétköznapok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "kizáró vagy tűzfaljelölés" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "kizáró vagy jelölés" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Zóna ⇒ Továbbítások" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zónák" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "elfogadás" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "bármely" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "bármely zóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "tűzfaljelölés alkalmazása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "kapcsolatkövető segítő hozzárendelése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "nap" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "ne írja át" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "ne kövessen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "eldobás" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "óra" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "perc" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "visszautasítás" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "másodperc" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "ez az új zóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "korlátlan" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "nincs meghatározva" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "érvényes tűzfaljelölés" - -#~ msgid "Rewrite to" -#~ msgstr "Átírás erre:" - -#~ msgid "Rewrite to outbound device IP" -#~ msgstr "Átírás a kimenő eszköz IP-jére" - -#~ msgid "%s in %s" -#~ msgstr "%s ebben: %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s ezzel: %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s ebben: %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d csomag / %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "%d csomag / %s, löket %d csomag" - -#~ msgid "%s and limit to %s" -#~ msgstr "%s és korlátozás erre: %s" - -#~ msgid "Accept forward" -#~ msgstr "Továbbítás elfogadása" - -#~ msgid "Accept input" -#~ msgstr "Bemenet elfogadása" - -#~ msgid "Accept output" -#~ msgstr "Kimenet elfogadása" - -#~ msgid "Destination IP address" -#~ msgstr "Cél IP-cím" - -#~ msgid "Discard forward" -#~ msgstr "Továbbítás elvetése" - -#~ msgid "Discard input" -#~ msgstr "Bemenet elvetése" - -#~ msgid "Discard output" -#~ msgstr "Kimenet elvetése" - -#~ msgid "Do not rewrite" -#~ msgstr "Ne írja felül" - -#~ msgid "Do not track forward" -#~ msgstr "Ne kövesse a továbbítást" - -#~ msgid "Do not track input" -#~ msgstr "Ne kövesse a bemenetet" - -#~ msgid "Do not track output" -#~ msgstr "Ne kövesse a kimenetet" - -#~ msgid "Forward to" -#~ msgstr "Továbbítás ide" - -#~ msgid "From %s in %s" -#~ msgstr "Innen: %s, ebben: %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "Innen: %s, ebben: %s, ezzel a forrással: %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "Innen: %s, ebben: %s, ezekkel a forrásokkal: %s és %s" - -#~ msgid "From %s on this device" -#~ msgstr "Ettől: %s, ezen az eszközön" - -#~ msgid "From %s on this device with source %s" -#~ msgstr "Ettől: %s, ezen az eszközön, ezzel a forrással: %s" - -#~ msgid "From %s on this device with source %s and %s" -#~ msgstr "" -#~ "Ettől: %s, ezen az eszközön, ezekkel a forrásokkal: %s és %s" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "IP range" -#~ msgstr "IP-tartomány" - -#~ msgid "IPs" -#~ msgstr "IP-k" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MAC-ek" - -#~ msgid "Network" -#~ msgstr "Hálózat" - -#~ msgid "Refuse forward" -#~ msgstr "Továbbítás visszautasítása" - -#~ msgid "Refuse input" -#~ msgstr "Bemenet visszautasítása" - -#~ msgid "Refuse output" -#~ msgstr "Kimenet visszautasítása" - -#~ msgid "To %s at %s on this device" -#~ msgstr "Ide: %s, ekkor: %s, ezen az eszközön" - -#~ msgid "To %s in %s" -#~ msgstr "Ide: %s, ebben: %s" - -#~ msgid "To %s on this device" -#~ msgstr "Ide: %s, ezen az eszközön" - -#~ msgid "To %s, %s in %s" -#~ msgstr "Erre: %s, %s ebben: %s" - -#~ msgid "Via %s" -#~ msgstr "Ezen keresztül: %s" - -#~ msgid "Via %s at %s" -#~ msgstr "Ezen keresztül: %s, itt: %s" - -#~ msgid "any host" -#~ msgstr "bármely gép" - -#~ msgid "any router IP" -#~ msgstr "bármely útválasztó IP" - -#~ msgid "not" -#~ msgstr "nem" - -#~ msgid "port" -#~ msgstr "port" - -#~ msgid "ports" -#~ msgstr "portok" - -#~ msgid "type" -#~ msgstr "típus" - -#~ msgid "types" -#~ msgstr "típusok" - -#~ msgid "Force connection tracking" -#~ msgstr "Kapcsolat követés kényszerítése" - -#~ msgid "Add" -#~ msgstr "Hozzáadás" - -#~ msgid "Add and edit..." -#~ msgstr "Hozzáadás és szerkesztés..." - -#~ msgid "External zone" -#~ msgstr "Külső zóna" - -#~ msgid "New SNAT rule" -#~ msgstr "Új SNAT szabály" - -#~ msgid "New forward rule" -#~ msgstr "Új továbbítási szabály" - -#~ msgid "New input rule" -#~ msgstr "Új bemeneti szabály" - -#~ msgid "New port forward" -#~ msgstr "Új port továbbítás" - -#~ msgid "New source NAT" -#~ msgstr "Új forrás NAT" - -#~ msgid "Open ports on router" -#~ msgstr "Port megnyitása a routeren" - -#~ msgid "Other..." -#~ msgstr "Egyéb..." - -#~ msgid "To source IP" -#~ msgstr "Forrás IP-re" - -#~ msgid "To source port" -#~ msgstr "Forrás portra" - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(Névtelen bejegyzés)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(Névtelen szabály)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(Névtelen SNAT)" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Zónák-közötti továbbítás" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "" -#~ "Továbbított forgalom szűrése a megadott cél port, vagy port tartomány " -#~ "szerint." - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "" -#~ "Az ügyfél gép megadott portjáról, vagy port tartományából indított " -#~ "forgalom szűrése. " - -#~ msgid "Rewrite matched traffic to the given address." -#~ msgstr "Az összeíllő forgalom átírása a megadott címre." - -#~ msgid "" -#~ "Rewrite matched traffic to the given source port. May be left empty to " -#~ "only rewrite the IP address." -#~ msgstr "" -#~ "Az összeillő forgalom átírása a megadott forrás portra. Amennyibe üresen " -#~ "van hagyva, csak az IP cím kerül átírásra." - -#~ msgid "Rewrite to source %s" -#~ msgstr "Átírás %s forrásra" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "Átírás %s, %s forrásra" - -#~ msgid "SNAT IP address" -#~ msgstr "SNAT IP cím" - -#~ msgid "SNAT port" -#~ msgstr "SNAT port" - -#~ msgid "Source NAT" -#~ msgstr "Forrás NAT" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "A forrás NAT az álcázás olyan speciális formája, mely lehetővé teszi a " -#~ "kimenő forgalomhoz használt forrás IP címek aprólékos szabályozását, " -#~ "például több WAN cím hozzárendelését a belső alhálózatokhoz." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "Ez a lap lehetővé teszi a port továbbítási bejegyzések speciális " -#~ "tulajdonságainak módosítását. A legtöbb esetben ezeknek a beállításoknak " -#~ "a módosítása nem szükséges." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "" -#~ "Ez a lap lehetővé teszi a forgalmi szabály bejegyzés speciális " -#~ "tulajdonságainak módosítását, mint a forrás- és célgépek megfeleltetése." - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "" -#~ "Az \"-- egyéni --\" lehetőség választásával több protokoll megadása " -#~ "lehetséges egymástól szóközzell elválasztva." - -#~ msgid "Zone %q" -#~ msgstr "Zóna %q" diff --git a/luci-app-firewall/po/it/firewall.po b/luci-app-firewall/po/it/firewall.po deleted file mode 100644 index 31b3ecd9b..000000000 --- a/luci-app-firewall/po/it/firewall.po +++ /dev/null @@ -1,1357 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-03-03 13:34+0000\n" -"Last-Translator: TuxAlex0 \n" -"Language-Team: Italian \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.0-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Azione" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Impostazioni Avanzate" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "Consenti traffico \"non valido\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Permetti routing da zone di origine:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Permetti rounting a zone di destinazione:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Qualsiasi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "Qualsiasi giorno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "Dispositivi coperti" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Reti coperte" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "Sottoreti coperte" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Regole Personalizzate" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Le regole personalizzate ti permettorno di eseguire comandi iptables " -"arbitrari che non sono altrimenti coperti dall'applicazione firewall. I " -"comandi sono eseguiti dopo ogni riavvio del firewall, giusto dopo le altre " -"regole che sono state caricate." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Indirizzo di destinazione" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Porta di destinazione" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Zona di destinazione" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Scarta pacchetti invalidi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Abilita" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "Attiva NAT Loopback" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Attiva protezione SYN-flood" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Attiva registro su questa zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Indirizzo IP Esterno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Porta Esterna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Comandi extra" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Firewall - Regole Personalizzate" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Firewall - Inoltro Porte" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Firewall - Regole Traffico" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Firewall - Opzioni delle Zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Inoltra" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Venerdì" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Impostazioni Generali" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 e IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Solo IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Solo IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Ingresso" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Indirizzo IP interno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Porta interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Zona Interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Limita messaggi del registro" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Corrispondenza" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Corrispondenza tipo ICMP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Corrispondi traffico in entrata diretto alla porta o intervallo di porte " -"dato su questo host" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Lunedì" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Giorni del Mese" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "Corrispondi solo traffico in entrata diretto al dato indirizzo IP." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Corrispondi solo traffico in entrata da questi MAC." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "Corrispondi solo traffico in entrata da questo IP o intervallo." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Corrispondi solo traffico in entrata originato dalla porta o intervallo di " -"porte sorgenti su host cliente" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "Passa comandi addizionali a iptables. Usare con cura!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Inoltri Porta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"L'inoltro delle porte permette ai computer in remoto su Internet di " -"connettersi a uno specifico computer o servizio presente nella LAN privata" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protocollo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "Reindirizza il traffico in entrata alla porta data su host interno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Reindirizza il traffico in entrata allo specifico host interno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "Limita il Masquerading alle subnet di destinazione date" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "Limita il Masquerading alle subnet sorgente date" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Limita agli indirizzi famiglia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Sabato" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# msgid "Traffic Redirection" -# msgstr "" -# msgid "" -# "Traffic redirection allows you to change the destination address of " -# "forwarded packets." -# msgstr "" -# msgid "Overview" -# msgstr "" -# msgid "Name" -# msgstr "" -# msgid "Source zone" -# msgstr "" -# msgid "Source MAC-address" -# msgstr "" -# msgid "Source port" -# msgstr "" -# msgid "Protocol" -# msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Indirizzo IP di origine" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Indirizzo MAC di origine" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Indirizzo di origine" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Porta di origine" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Zona di origine" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "Data di Inizio (yyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "Data di Stop (yyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Domenica" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"Il firewall crea delle zone nelle tue interfacce di rete per controllare il " -"flusso del traffico." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"Queste opzioni controllano le regole di inoltro tra questa zona (%s) e altre " -"zone. Le zone di destinazione coprono il traffico inoltrato " -"originato da %q. Le zone di origine corrispondono " -"il traffico inoltrato da altre zone che puntano a %q. La " -"regola di inoltro è unidirezionale, esempio: un inoltro dalla lan " -"alla wan non implica anche un permesso da inoltrare dalla wan alla " -"lan." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Questa sezione definisce le proprietà comuni di %q. Le opzioni " -"diingresso e uscita definiscono le regole di default per " -"il traffico in entrata e uscita di questa zona mentre l'opzione di " -"inoltro descrive il metodo per il traffico inoltrato tra reti " -"differenti nella zona. Le reti coperte specificano quali reti " -"disponibili sono membri di questa zona." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Giovedì" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Orario in UTC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Regole di Traffico" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Le regole del traffico definiscono il metodo per il viaggio dei pacchetti " -"tra zone differenti, per esempio per rifiutare il traffico tra certi host o " -"per aprire porte WAN sul router." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Martedì" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "Regola senza nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "Zona senza nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Mercoledì" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "Giorni della Settimana" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Zona ⇒ Inoltri" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "accetta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "qualsiasi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "qualsiasi zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "giorno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "non tracciare" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "scarta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "rifiuta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "questa nuova zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s con %s" - -#~ msgid "%s and limit to %s" -#~ msgstr "%s e limita a %s" - -#~ msgid "Accept input" -#~ msgstr "Accetta input" - -#~ msgid "Accept output" -#~ msgstr "Accetta output" - -#~ msgid "Destination IP address" -#~ msgstr "Indirizzo IP destinazione" - -#~ msgid "Do not rewrite" -#~ msgstr "Non riscrivere" - -#~ msgid "Forward to" -#~ msgstr "Inoltra a" - -#~ msgid "From %s in %s" -#~ msgstr "Da %s a %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "Da %s a %s con sorgente %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "Da %s a %s con sorgente %s e %s" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "IP range" -#~ msgstr "Intervallo IP" - -#~ msgid "IPs" -#~ msgstr "IPs" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MACs" - -#~ msgid "Network" -#~ msgstr "Rete" - -#~ msgid "To %s at %s on this device" -#~ msgstr "Verso %s a %s su questo dispositivo" - -#~ msgid "To %s in %s" -#~ msgstr "Verso %s in %s" - -#~ msgid "To %s on this device" -#~ msgstr "Verso %s su questo dispositivo" - -#~ msgid "To %s, %s in %s" -#~ msgstr "Verso %s, %s in %s" - -#~ msgid "Via %s at %s" -#~ msgstr "Via %s a %s" - -#~ msgid "any host" -#~ msgstr "qualsiasi host" - -#~ msgid "any router IP" -#~ msgstr "qualsiasi router IP" - -#~ msgid "not" -#~ msgstr "non" - -#~ msgid "ports" -#~ msgstr "porti" - -#~ msgid "types" -#~ msgstr "tipi" - -#~ msgid "Force connection tracking" -#~ msgstr "Forza tracciamento connessione" - -#~ msgid "Restart Firewall" -#~ msgstr "Riavvia Firewall" - -#~ msgid "Add" -#~ msgstr "Aggiungi" - -#~ msgid "Add and edit..." -#~ msgstr "Aggiungi e modifica..." - -#~ msgid "External zone" -#~ msgstr "Zona Esterna" - -#~ msgid "New SNAT rule" -#~ msgstr "Nuova regola SNAT" - -#~ msgid "New forward rule" -#~ msgstr "Nuova regola di inoltro" - -#~ msgid "New input rule" -#~ msgstr "Nuova regola di ingresso" - -#~ msgid "New port forward" -#~ msgstr "Nuova porta di inoltro" - -#~ msgid "New source NAT" -#~ msgstr "Nuova sorgente NAT" - -#~ msgid "Open ports on router" -#~ msgstr "Porte aperte sul router" - -#~ msgid "Other..." -#~ msgstr "Altri..." - -#~ msgid "To source IP" -#~ msgstr "Verso IP sorgente" - -#~ msgid "To source port" -#~ msgstr "Verso la porta sorgente" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Inoltro tra le zone" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "" -#~ "Corrispondi traffico inoltrato alla porta o intervallo di porte dato." - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "" -#~ "Corrispondi traffico in entrata originato dalla porta o intervallo di " -#~ "porte dato su host cliente" - -#~ msgid "Rewrite matched traffic to the given address." -#~ msgstr "Riscrivi il traffico verso l'indirizzo dato." - -#~ msgid "" -#~ "Rewrite matched traffic to the given source port. May be left empty to " -#~ "only rewrite the IP address." -#~ msgstr "" -#~ "Riscrivi il traffico corrispondente alla porta sorgente data. Può essere " -#~ "lasciato vuoto per riscrivere solo l'indirizzo IP." - -#~ msgid "Rewrite to source %s" -#~ msgstr "Riscrivi alla sorgente %s" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "Riscrivi alla sorgente %s, %s" - -#~ msgid "SNAT IP address" -#~ msgstr "Indirizzo IP SNAT" - -#~ msgid "SNAT port" -#~ msgstr "Porta SNAT" - -#~ msgid "Source NAT" -#~ msgstr "NAT di origine" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "La sorgente NAT è una forma specifica di masquerading che consente un " -#~ "controllo preciso sull'IP sorgente usato per il traffico in uscita, per " -#~ "esempio per mappare indirizzi WAN multipli verso le subnet interne." - -#~ msgid "Start Time (hh:mm:ss)" -#~ msgstr "Ora di Inizio (hh:mm:ss)" - -#~ msgid "Stop Time (hh:mm:ss)" -#~ msgstr "Ora di Stop (hh:mm:ss)" - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "Questa pagina ti consente di cambiare le opzioni avanzate della voce " -#~ "porta di inoltro. Nella maggioranza dei casi non serve modificare queste " -#~ "impostazioni." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "" -#~ "Questa pagina ti consente di cambiare le opzioni avanzate della voce " -#~ "regola del traffico, come la sorgente corrispondente e gli host di " -#~ "destinazione." - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "" -#~ "Puoi specificare multipli selezionando \"-- custom --\" e poi inserendo i " -#~ "protocolli separati da uno spazio." - -#~ msgid "Zone %q" -#~ msgstr "Zona %q" - -#~ msgid "traffic" -#~ msgstr "traffico" diff --git a/luci-app-firewall/po/ja/firewall.po b/luci-app-firewall/po/ja/firewall.po deleted file mode 100644 index 7c97d27f4..000000000 --- a/luci-app-firewall/po/ja/firewall.po +++ /dev/null @@ -1,1448 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-02-22 11:57+0000\n" -"Last-Translator: INAGAKI Hiroshi \n" -"Language-Team: Japanese \n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11.1\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" -"%{ipv6?%{ipv4?IPv4IPv6:IPv6}:IPv4} の %{src?%{dest?転送:受信}:送信}%{proto?, プロトコル %{proto#" -"%{next?, }%{item.types?%{item.name}" -"含まれる ICMP タイプ - %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, マーク " -"%{mark.val}}%{dscp?, DSCP %{dscp." -"inv?%{dscp.val}:%{dscp.val}}}%{helper?, ヘルパー " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- IP を追加 --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- MAC を追加 --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" -"%{src?%{dest?転送:受信}:送信} を 許可" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "アクセス元の書き換えを防止" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" -"%{dest}%{dest_ip? IP %{dest_ip}}%{dest_port? port " -"%{dest_port}} へ転送" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "%{src?%{dest?転送:受信}:送信} を 破棄" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" -"DSCP 区分の割り当て - %{set_dscp}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" -"conntrack ヘルパーの割り当て - %{set_helper}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" -"ファイアウォール マークの%{set_mark?割り当て:XOR}" -" - %{set_mark?:%{set_xmark}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" -"アクセス元 IP を 自動的に書き換え" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" -"%{src?%{dest?転送:受信}:送信} を追跡しない" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" -"%{src?%{dest?転送:受信}:送信} を拒否" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" -"アクセス元 %{snat_ip?IP %{snat_ip}} %{snat_port?ポート " -"%{snat_port}} への静的書き換え" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "書き換え先 IP の指定が必要です!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "ACCEPT - アドレス書き換えを無効化" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "アクション" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" -"ゾーンの送信先へのトラフィックを区分するために付加する、生の iptables 引数です。(例: HTTPS 送信トラフィックのみにマッチさせる -p tcp --" -"dport 443)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" -"ゾーンを送信元とするトラフィックを区分するために付加する、生の iptables 引数です。(例: HTTPS 受信トラフィックのみにマッチさせる -p tcp --" -"sport 443)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "詳細設定" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "\"invalid\" トラフィックの許可" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "送信元ゾーンからの転送を許可する:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "宛先ゾーンへの転送を許可する:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "全て" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "全日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "指定された DSCP クラスまたは値を確立された接続に適用します。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "指定された接続追跡ヘルパーを対象のトラフィックに割り当てます。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "自動ヘルパー割り当て" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" -"トラフィックのプロトコルとポートに基づいて、 conntrack ヘルパーを自動的に割り" -"当てます。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "Conntrack 設定" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "Conntrack ヘルパー" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "内容が保存されました。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "続行" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "カバーされるデバイス" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "対象ネットワーク" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "カバーされるサブネット" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "手動設定ルール" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"手動設定ルールの設定では、ファイアウォールの設定画面ではサポートされていない" -"ような、任意のiptablesコマンドを実行することが可能です。これらの任意のコマン" -"ドは、ファイアウォール機能の起動ごとに、標準のルールが読み込まれた後に実行さ" -"れます。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "DSCP 区分" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "DSCP マーク" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "DSCP マークが必要です" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "宛先アドレス" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "宛先ポート" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "宛先ゾーン" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "デバイス名" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" -"conntrack ステートが invalid である転送されたトラフィックを拒否する" -"追加ルールをインストールしません。これは、複雑で非対称なルートのセットアップ" -"に必要となることがあります。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "無効なパケットを遮断する" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "有効" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "NATループバックを有効にする" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "SYN-Floodプロテクションを有効にする" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "このゾーンのログ記録を有効にする" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "期待される値: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "実験的な機能です。 QoS/SQM との完全な互換性はありません。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "ゾーン トラフィックの接続追跡ヘルパーを明示的に選択します。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "外部IPアドレス" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "外部ポート" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "追加の引数" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "追加の送信先引数" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "追加の iptables 引数" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "追加の送信元引数" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "ファイアウォール" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "ファイアウォール - 手動設定ルール" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "ファイアウォール - NAT ルール" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "ファイアウォール - ポートフォワーディング" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "ファイアウォール - トラフィック・ルール" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "ファイアウォール - ゾーン設定" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "ファイアウォール設定マイグレーション" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "転送" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" -"IPv4 の転送%{proto?, プロトコル %{proto#%{next?, }%{item.name}}}%{mark?, マーク %{mark.val}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "金曜日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"送信元: %{src}%{src_device?, インターフェース %{src_device}}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, ポート " -"%{src_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" -"送信元: %{src}%{src_device?, インターフェース %{src_device}}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, ポート " -"%{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" -"送信元: %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"ポート %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#" -"%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "一般設定" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "ハードウェア フローオフロード" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4及びIPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "IPv4のみ" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "IPv6のみ" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "受信側デバイス" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" -"IPv4 の受信%{proto?, プロトコル %{proto#%{next?, }%{item.types?%{item.name}含まれる " -"ICMP タイプ - %{item.types#%{next?, }%{item}}:" -"%{item.name}}}}%{mark?, マーク " -"%{mark.val}}%{helper?, ヘルパー %{helper.inv?%{helper.val}:%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "受信" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "内部IPアドレス" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "内部ポート" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "内部ゾーン" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "無効な DSCP マーク" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "無効な制限値" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "バースト制限" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "ログメッセージを制限" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "一致の制限" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" -"一致するパケット数を %{limit.unit} あたり %{limit.num} " -"に制限%{limit.burst?(バースト %{limit.burst})}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "トラフィックを指定されたレートに制限します。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "ループバック元 IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "MASQUERADE - 自動的に送信側インターフェース IP へ書き換え" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "MSSクランプ" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "マスカレード" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "対象" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "DSCP の一致" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "ICMPタイプの一致" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "デバイスの一致" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "指定された IP アドレスに転送されるトラフィックが対象になります。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" -"指定されたポートまたはポート範囲に転送されるトラフィックが対象になります。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "この IP または範囲からのトラフィックが対象になります。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" -"指定された送信元ポートまたはポート範囲から発信されたトラフィックが対象になり" -"ます。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "ヘルパーの一致" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"設定された宛先ポート(またはポート範囲)に一致した受信トラフィックが対象になり" -"ます" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "マークの一致" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "指定された接続追跡ヘルパーを使用するトラフィックが対象になります。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" -"特定のファイアウォール マークまたは異なる複数のマークの範囲が対象になります。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" -"指定された送信側ネットワーク デバイスを使用して転送されるトラフィックが対象に" -"なります。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "指定された DSCP マークを持っているトラフィックが対象になります。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" -"対象となるパケットの最初の最大数です。この数は、上のレート制限で上限に到達し" -"なかった場合に、その時間毎にここで指定された数まで1ずつ回復します。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "月曜日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "月間" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "NAT ルール" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" -"NAT ルールは、送信または転送トラフィックのために使用するアクセス元 IP に対し" -"て、とても細かな制御を可能にします。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "名前" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "設定された宛先IPアドレスと一致した受信トラフィックが対象になります。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "設定されたMACアドレスと一致した受信したトラフィックが対象になります。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" -"設定されたIPアドレス (または範囲) と一致した受信したトラフィックが対象になり" -"ます。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"設定されたクライアントホストの送信元ポート(またはポート範囲)からの受信トラ" -"フィックと一致したトラフィックのみを対象にします。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "送信側デバイス" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "送信側ゾーン" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "送信" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" -"iptablesにパススルーする追加の引数を設定してください。ただし、注意して設定し" -"てください!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" -"送信元と送信先のトラフィックの区分ルールを、インターフェースやサブネット以外" -"の基準に基づいてマッチすることができるように、生の iptables 引数を渡します。" -"これらのオプションは、無効な値がファイアウォール ルールセットの破壊を引き起こ" -"し、全サービスを外部に晒す恐れがあることに、特段の注意を払い使用されなければ" -"なりません。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "ポートフォワーディング" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"ポートフォワーディングは、インターネット上のリモートコンピュータから、プライ" -"ベートなネットワーク上の、特定のコンピュータやサービスへのアクセスを可能にし" -"ます。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "プロトコル" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"ルールに一致した受信トラフィックを、内部ホストの設定されたポートへ転送します" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "ルールに一致した受信トラフィックを、設定された内部ホストへ転送します" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" -"ハードウェア NAT サポートが必要です。 mt7621 のみにおいて実装されています。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "設定された宛先サブネットへのマスカレードを制限する" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "設定された送信元サブネットへのマスカレードを制限する" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "アドレスファミリの制限" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "IP アドレスの書き換え" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "対象のトラフィックを指定されたアクセス元 IP アドレスに書き換えます。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" -"対象のトラフィックを指定されたアクセス元ポートまたはポート範囲に書き換えま" -"す。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "ポートの書き換え" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "ルーティング/NAT オフロード" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "SNAT - 特定のアクセス元 IP またはポートへの書き換え" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "土曜日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "マークの設定" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" -"確立された接続にマーク値を設定します。フォーマットは value[/mask] です。もし" -"マスクが指定されている場合、マスクによって有効なビットのみ設定されます。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "ルーティング/NAT のための、ソフトウェアベースのオフロードです。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "ソフトウェア フローオフロード" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "送信元IPアドレス" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "送信元MACアドレス" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "送信元アドレス" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "送信元ポート" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "送信元ゾーン" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" -"このトラフィック ルールを関連付ける、特定の受信側または送信側ネットワークデバ" -"イスを指定します。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" -"反映されるトラフィックに対し、外部または内部 IP アドレスのどちらを使用するか" -"を指定します。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "開始日 (yyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "開始時刻 (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "停止日 (yyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "停止時刻 (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "日曜日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" -"既存のファイアウォール設定は、 LuCI が正常に機能するように変更する必要があり" -"ます。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"ファイアウォール機能は、各ネットワークインターフェース上にゾーンを作成してト" -"ラフィックの制御を行います。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"下記の設定は、このゾーン (%s)とその他のゾーン間の転送ポリシーを制御します。" -"宛先ゾーンへの転送 は、%q から転送されたトラフィッ" -"クに対して転送を許可します。 送信元ゾーンからの転送 は、別のゾーンか" -"ら%qへ の転送を許可します。トラフィック転送設定は、一方" -"向であり、例えばlanからwanへの転送設定は、wanからlanへの転送を許可し" -"ません。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"このセクションでは、%sの標準的な動作を設定します。受信及び送信オプションは、このゾーンに対して入出力するトラフィックに対する標準のポリ" -"シーを設定し、転送オプションは、ゾーン間の転送トラフィックに対する標" -"準のポリシーになります。対象ネットワークは、どのネットワーク設定がこ" -"のゾーンに属するかを設定します。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "木曜日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "時間制限" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "UTC時刻を使用" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"送信先: %{dest}%{dest_device?, インターフェース %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, ポート " -"%{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"送信先: %{dest}%{dest_device?, 経由インターフェース %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, ポート " -"%{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"送信先: %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, ポート %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "追跡ヘルパー" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "トラフィック・ルール" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"トラフィック・ルールの設定では、ゾーン間を行き来するパケットのポリシーを設定" -"します。例えば、特定のホスト間や、ルーターのWANポートへのトラフィックの拒否を" -"設定することができます。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "火曜日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "内容を保存できません: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "不明またはインストールされていない conntrack ヘルパー \"%s\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "名称未設定の NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "名称未設定の転送" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "名称未設定のルール" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "名称未設定のゾーン" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "認識されていないプロトコル" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" -"\"続行\" を押下すると、 \"SNAT\" ターゲットを持つ \"redirect\" セクションは " -"\"nat\" セクションに変換されたうえで、ファイアウォールは更新された設定を適用" -"するために再起動されます。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "外部 IP アドレスを使用" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "内部 IP アドレスを使用" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" -"生の、または非 uci 管理下にあるデバイスによるゾーン トラフィックの区" -"分にこのオプションを使用します。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" -"ネットワークまたはデバイスに代わり、アクセス元またはアクセス先サブネットによ" -"るゾーン トラフィックの区分にこのオプションを使用します。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "有効なファイアウォール マークが必要です" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "水曜日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "曜日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "ファイアウォール マークの XOR" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "マークの XOR" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "ゾーン ⇒ 転送" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "ゾーン" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "許可" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "全て" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "全てのゾーン" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "ファイアウォール マークの適用" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "conntrack ヘルパーの割り当て" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "書き換えない" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "コネクション追跡を行わない" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "破棄" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "時間" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "分" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "拒否" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "秒" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "このデバイス" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "この新しいゾーン" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "無制限" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "設定しない" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "有効なファイアウォール マーク" - -#~ msgid "%s in %s" -#~ msgstr "%s (%s)" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s ,%s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s (%s)" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d パケット / %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "" -#~ "%d パケット / %s, バースト %d パケット" - -#~ msgid "%s and limit to %s" -#~ msgstr "%s, %s を上限に設定" - -#~ msgid "Accept forward" -#~ msgstr "転送を許可" - -#~ msgid "Accept input" -#~ msgstr "入力を許可" - -#~ msgid "Accept output" -#~ msgstr "出力を許可" - -#~ msgid "Discard forward" -#~ msgstr "転送を破棄" - -#~ msgid "Discard input" -#~ msgstr "入力を破棄" - -#~ msgid "Discard output" -#~ msgstr "出力を破棄" - -#~ msgid "Do not rewrite" -#~ msgstr "リライトしない" - -#~ msgid "Do not track forward" -#~ msgstr "転送を追跡しない" - -#~ msgid "Do not track input" -#~ msgstr "入力を追跡しない" - -#~ msgid "Do not track output" -#~ msgstr "出力を追跡しない" - -#~ msgid "Forward to" -#~ msgstr "転送先" - -#~ msgid "From %s in %s" -#~ msgstr "送信元 %s (%s)" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "送信元 %s (%s) , %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "送信元 %s (%s) , %s, %s" - -#~ msgid "From %s on this device" -#~ msgstr "送信元 %s (デバイス)" - -#~ msgid "From %s on this device with source %s" -#~ msgstr "送信元 %s, %s (デバイス)" - -#~ msgid "From %s on this device with source %s and %s" -#~ msgstr "送信元 %s, %s, %s (デバイス)" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "IP range" -#~ msgstr "IP の範囲" - -#~ msgid "IPs" -#~ msgstr "IP" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MAC" - -#~ msgid "Network" -#~ msgstr "ネットワーク" - -#~ msgid "Refuse forward" -#~ msgstr "転送を拒否" - -#~ msgid "Refuse input" -#~ msgstr "入力を拒否" - -#~ msgid "Refuse output" -#~ msgstr "出力を拒否" - -#~ msgid "To %s at %s on this device" -#~ msgstr "宛先 %s, %s (デバイス)" - -#~ msgid "To %s in %s" -#~ msgstr "宛先 %s (%s)" - -#~ msgid "To %s on this device" -#~ msgstr "宛先 %s (デバイス)" - -#~ msgid "To %s, %s in %s" -#~ msgstr "宛先 %s, %s (%s)" - -#~ msgid "Via %s" -#~ msgstr "経由 %s" - -#~ msgid "Via %s at %s" -#~ msgstr "経由 %s , %s" - -#~ msgid "any host" -#~ msgstr "全てのホスト" - -#~ msgid "any router IP" -#~ msgstr "全てのルーターIP" - -#~ msgid "port" -#~ msgstr "ポート" - -#~ msgid "ports" -#~ msgstr "ポート" - -#~ msgid "type" -#~ msgstr "タイプ" - -#~ msgid "types" -#~ msgstr "タイプ" - -#~ msgid "Force connection tracking" -#~ msgstr "強制的にコネクション追跡を行う" - -#~ msgid "" -#~ "Prevent the installation of NOTRACK rules which would bypass " -#~ "connection tracking." -#~ msgstr "" -#~ "コネクション追跡をバイパスさせる NOTRACK ルールのインストールを防" -#~ "ぎます。" - -#~ msgid "Disable" -#~ msgstr "無効" - -#~ msgid "Restart Firewall" -#~ msgstr "ファイアウォールの再起動" - -#~ msgid "Rule is disabled" -#~ msgstr "ルールは無効です" - -#~ msgid "Rule is enabled" -#~ msgstr "ルールは有効です" - -#~ msgid "Add" -#~ msgstr "追加" - -#~ msgid "Add and edit..." -#~ msgstr "追加及び編集..." - -#~ msgid "External zone" -#~ msgstr "外部ゾーン" - -#~ msgid "New SNAT rule" -#~ msgstr "SNATルールの新規作成" - -#~ msgid "New forward rule" -#~ msgstr "転送ルールの新規作成" - -#~ msgid "New input rule" -#~ msgstr "受信ルールの新規作成" - -#~ msgid "New port forward" -#~ msgstr "転送設定の新規作成" - -#~ msgid "New source NAT" -#~ msgstr "SNATルールの新規作成" - -#~ msgid "Open ports on router" -#~ msgstr "ポートの開放" - -#~ msgid "Other..." -#~ msgstr "その他のプロトコル" - -#~ msgid "To source IP" -#~ msgstr "変換後送信元IP" - -#~ msgid "To source port" -#~ msgstr "変換後送信元ポート" diff --git a/luci-app-firewall/po/ko/firewall.po b/luci-app-firewall/po/ko/firewall.po deleted file mode 100644 index 02c610889..000000000 --- a/luci-app-firewall/po/ko/firewall.po +++ /dev/null @@ -1,1183 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Korean \n" -"Language: ko\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Source zone 로부터의 forward 허용:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Destination zone 으로 forward 허용:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Custom Rule" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Custom rule 은 방화벽 UI 로 해결이 되지 않는 임의의 iptables 명령을 실행할 " -"수 있도록 합니다. 입력된 명령어들은 매 방화벽 재시작시 실행되는데 default " -"ruleset 이 load 된 후 시점입니다." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Destination 주소" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "활성화" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "NAT Loopback 활성화" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "SYN-flood protection 활성화" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "zone 의 logging 활성화" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "외부 IP 주소" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "외부 port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "추가 argument" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "방화벽" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "방화벽 - Custom Rules" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "방화벽 - Port Forwards" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "방화벽 - Traffic Rules" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "방화벽 - Zone 설정" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "금요일" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "내부 IP 주소" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "내부 port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "내부 zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "월요일" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "이름" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "iptables 명령에 추가 인자들을 더합니다. 조심해 사용하세요!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Port Forward" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"Port forwarding 기능은 인터넷 상의 원격 컴퓨터가 내부 LAN 에 속한 특정 컴퓨터" -"나 서비스에 접속할 수 있도록 합니다." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "주어진 destination subnet 으로 Masquerading 제한" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "주어진 source subnet 으로 Masquerading 제한" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Address family 제한" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "토요일" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Source IP 주소" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Source MAC 주소" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Source 주소" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "시작 날짜 (yyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "종료 날짜 (yyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "일요일" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"방화벽 기능을 이용하여 네트워크 인터페이스와 연결된 zone 을 생성할 수 있고 이" -"를 이용하여 네트워크 traffic flow 를 제어할 수 있습니다." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"이 zone (%s) 과 다른 zone 들 사이의 forwarding 정책을 제어하는 옵션들입니다. " -"Destination zones%q 에서 출발한 forward " -"traffic 을 뜻하고, Source zones 은 다른 zone 들에서 %q 로 전" -"달되는 forward traffic 을 뜻합니다. Forwarding rule 은 " -"unidirectional 인데, 예를 들어 LAN 에서 WAN 으로의 forward 규칙이 " -"WAN 에서 LAN 으로의 forward 를 허락하는 것이 아닙니다." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -#, fuzzy -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"이 섹션은 %q 의 공통 속성을 설정할 수 있습니다. input 과 " -"output 옵션은 이 zone 으로 전달되어 들오거나 나가는 트래픽에 대한 기" -"본 정책을 뜻합니다. forward 옵션은 zone 내에서 다른 네트워크들 사이" -"를 오가는 forward traffic 에 대한 정책을 뜻합니다. Covered networks " -"에서는 zone 의 영향을 받을 네트워크들을 지정할 수 있습니다." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "목요일" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "UTC 기준시" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Traffic Rule" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Traffic rule 은 서로 다른 zone 사이를 오가는 패킷들에 대한 정책을 정의합니" -"다. 예를 들어 특정 host 들 사이의 트래픽을 차단하거나 공유기의 WAN port 를 " -"open 할때 사용됩니다." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "화요일" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "수요일" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "주일" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zone 내역" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s ,%s" - -#~ msgid "Destination IP address" -#~ msgstr "Destination IP 주소" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "Add and edit..." -#~ msgstr "추가 후 수정..." - -#~ msgid "External zone" -#~ msgstr "외부 zone" - -#~ msgid "New SNAT rule" -#~ msgstr "새로운 SNAT rule" - -#~ msgid "New forward rule" -#~ msgstr "새로운 forward rule" - -#~ msgid "New input rule" -#~ msgstr "새로운 input rule" - -#~ msgid "New port forward" -#~ msgstr "새로운 port forward" - -#~ msgid "New source NAT" -#~ msgstr "새로운 source NAT" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "Source NAT 기능은 masquerading 의 한 형태로써 outgoing 트래픽이 사용할 " -#~ "source IP 를 세밀하게 제어할 수 있습니다. 예를 들어 다수의 WAN 주소들을 " -#~ "내부 subnet 에 매핑(mapping) 할 경우 사용됩니다." - -#~ msgid "Start Time (hh:mm:ss)" -#~ msgstr "시작 시간 (hh:mm:ss)" - -#~ msgid "Stop Time (hh:mm:ss)" -#~ msgstr "종료 시간 (hh:mm:ss)" - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "이 메뉴에서는 port forwarding 의 고급 설정 정보를 변경할 수 있습니다. 대부" -#~ "분의 경우 이 설정을 수정할 일이 없습니다." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "" -#~ "이 메뉴에서는 traffic rule 항목의 고급 설정, 예를 들어 source host 와 " -#~ "destination host 매칭, 을 변경할 수 있습니다." diff --git a/luci-app-firewall/po/mr/firewall.po b/luci-app-firewall/po/mr/firewall.po deleted file mode 100644 index ae3c81857..000000000 --- a/luci-app-firewall/po/mr/firewall.po +++ /dev/null @@ -1,1139 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-02-07 09:18+0000\n" -"Last-Translator: Prachi Joshi \n" -"Language-Team: Marathi \n" -"Language: mr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "प्रगत सेटिंग्ज" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "गंतव्य पोर्ट" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "सक्षम करा" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "सामान्य सेटिंग्ज" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 आणि IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "केवळ IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "केवळ IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "चिन्ह जुळवा" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "नाव" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "प्रोटोकॉल" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# -# msgid "Traffic Redirection" -# msgstr "" -# -# msgid "" -# "Traffic redirection allows you to change the destination address of " -# "forwarded packets." -# msgstr "" -# -# msgid "Overview" -# msgstr "" -# -# msgid "Name" -# msgstr "" -# -# msgid "Source zone" -# msgstr "" -# -# msgid "Source MAC-address" -# msgstr "" -# -# msgid "Source port" -# msgstr "" -# -# msgid "Protocol" -# msgstr "" -# -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "स्रोत पोर्ट" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "MAC" -#~ msgstr "MAC" diff --git a/luci-app-firewall/po/ms/firewall.po b/luci-app-firewall/po/ms/firewall.po deleted file mode 100644 index dfc6fad65..000000000 --- a/luci-app-firewall/po/ms/firewall.po +++ /dev/null @@ -1,1103 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Malay \n" -"Language: ms\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Tindakan" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "MAC" -#~ msgstr "MAC" diff --git a/luci-app-firewall/po/nb_NO/firewall.po b/luci-app-firewall/po/nb_NO/firewall.po deleted file mode 100644 index cc73c222e..000000000 --- a/luci-app-firewall/po/nb_NO/firewall.po +++ /dev/null @@ -1,1316 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Norwegian Bokmål \n" -"Language: no\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Handling" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Avanserte Innstillinger" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Tillat videresending fra kilde soner:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Tillat videresending til destinasjon soner:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Enhver" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Gjeldene nettverk" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Egendefinerte Regler" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Egendefinerte regler tillater deg å utføre vilkårlige iptables kommandoer " -"som ikke dekkes av brannmurens standardoppsett. Kommandoene utføres etter " -"hver omstart av brannmuren, rett etter at standard regelsett er lastet." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Destinasjon adresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Destinasjon port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Destinasjon sone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Forkast ugyldige pakker" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Aktiver" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "Aktiver NAT Tilbakekobling" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Aktiver SYN-flood beskyttelse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Aktiver logging av denne sonen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Ekstern IP adressse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Ekstern port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Ekstra argumenter" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Brannmur" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Brannmur - Egendefinerte Regler" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Brannmur - Port Videresending" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Brannmur - Trafikk Regler" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Brannmur - Sone Innstillinger" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Videresend" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Generelle Innstillinger" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 og IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Kun IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Kun IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Inndata" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Intern IP adresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Intern port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Intern sone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Begrens logging" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "MSS Kontroll (Clamping)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Masquerading" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Match" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Match ICMP type" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Match innkommende trafikk rettet mot den oppgitte destinasjonsport eller " -"portområdet på denne verten" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Navn" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "Match kun innkommende trafikk rettet mot den oppgitt IP adresse." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Match kun innkommende trafikk fra disse MAC adresser." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "Match kun innkommende trafikk fra denne IP eller IP område." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Match kun innkommende trafikk som kommer fra den oppgitte kildeport eller " -"fra portområdet til klienten" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Utdata" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "Sender flere argumenter til iptables. Bruk med forsiktighet!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Port Videresendinger" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"Port videresending tillater at eksterne datamaskiner på Internett kan koble " -"seg til en bestemt maskin eller tjeneste innenfor det private LAN." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protokoll" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"Viderekoble matchet innkommende trafikk til den oppgitte porten på intern " -"vert" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Viderekoble matchet innkommende trafikk til den angitte interne vert" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "Begrens Masquerading til oppgitt destinasjons subnett" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "Begrens Masqeuerading til oppgitt kilde subnett" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Begrens til adresse familie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Kilde IP adresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Kilde MAC adresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Kilde adresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Kilde port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Kilde sone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"Brannmuren skaper soner over nettverkets grensesnitt for å styre " -"nettverkstrafikken." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"Med valgene under konfigurerer man videresending mellom denne sone (%s) og " -"andre soner. Destinasjons soner omhandler videresendt trafikk " -"med opprinnelse fra %q. Kilde soner matcher " -"videresendt trafikk fra andre soner rettet mot %q. Reglene " -"ved videresending er enveis, d.v.s at videresending fra LAN til WAN " -"ikke automatisk også tillater videresending fra WAN til LAN." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -#, fuzzy -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Denne seksjonen definerer de vanligste valg for %q. Med Inndata og " -"Utdata fastsetter man vanlige regler for trafikk gjennom sonen, " -"mens videresend valget definerer regler for videresendt trafikk " -"mellom forskjellige nettverk i sonen. Gjeldene nettverk " -"spesifiserer hvilken av de tilgjengelige nettverk som er medlem av denne " -"sone." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Trafikk Regler" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Trafikk regler definerer regler for sending av pakker mellom ulike soner, " -"for eksempel for å avvise trafikk mellom visse verter eller for å åpne WAN " -"porter på ruteren." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Sone = Videresendinger" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Soner" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "godta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "enhver" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "enhver sone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "ikke track" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "forkast" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "avslå" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "%s in %s" -#~ msgstr "%s i %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s med %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s i %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d pakker per %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "%d pakker per %s, burst %dpakker." - -#~ msgid "%s and limit to %s" -#~ msgstr "%s og begrens til %s" - -#~ msgid "Destination IP address" -#~ msgstr "Destinasjon IP adresse" - -#~ msgid "Do not rewrite" -#~ msgstr "Ikke omskriv" - -#~ msgid "Forward to" -#~ msgstr "Videresend til" - -#~ msgid "From %s in %s" -#~ msgstr "Fra %s i %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "Fra %s i %s med kilde %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "Fra %s i %s med kilde %s og %s" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "To %s at %s on this device" -#~ msgstr "Til %s på %s på denne enheten" - -#~ msgid "To %s in %s" -#~ msgstr "Til %s i %s" - -#~ msgid "To %s on this device" -#~ msgstr "Til %s på denne enheten" - -#~ msgid "To %s, %s in %s" -#~ msgstr "Til %s, %s i %s" - -#~ msgid "Via %s" -#~ msgstr "Via %s" - -#~ msgid "Via %s at %s" -#~ msgstr "Via %s på %s" - -#~ msgid "any host" -#~ msgstr "enhver vert" - -#~ msgid "any router IP" -#~ msgstr "enhver ruter IP" - -#~ msgid "Force connection tracking" -#~ msgstr "" -#~ "Bruk forbindelse sporing" - -#~ msgid "Add" -#~ msgstr "Legg til" - -#~ msgid "Add and edit..." -#~ msgstr "Legg til og redigere..." - -#~ msgid "External zone" -#~ msgstr "Ekstern sone" - -#~ msgid "New SNAT rule" -#~ msgstr "Ny SNAT regel" - -#~ msgid "New forward rule" -#~ msgstr "Ny videresending regel" - -#~ msgid "New input rule" -#~ msgstr "Ny inndata regel" - -#~ msgid "New port forward" -#~ msgstr "Ny port videresending" - -#~ msgid "New source NAT" -#~ msgstr "Ny kilde NAT" - -#~ msgid "Open ports on router" -#~ msgstr "Åpne porter på ruteren" - -#~ msgid "Other..." -#~ msgstr "Andre..." - -#~ msgid "To source IP" -#~ msgstr "Til kilde IP" - -#~ msgid "To source port" -#~ msgstr "Til kilde port" - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(oppføring uten navn)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(regel uten navn)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(SNAT uten navn)" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Sone til Sone Videresending" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "" -#~ "Match videresendt trafikk til den oppgitte destinasjonsport eller " -#~ "portområdet." - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "" -#~ "Match innkommende trafikk som kommer fra den oppgitte kildeport eller " -#~ "portområdet på klienten." - -#~ msgid "Rewrite matched traffic to the given address." -#~ msgstr "Omskriv matchet trafikk til den oppgitte adressen." - -#~ msgid "" -#~ "Rewrite matched traffic to the given source port. May be left empty to " -#~ "only rewrite the IP address." -#~ msgstr "" -#~ "Omskriv matchet trafikk til den oppgitte kildeport. Kan stå tom for kun " -#~ "omskriving av IP adressen." - -#~ msgid "Rewrite to source %s" -#~ msgstr "Omskriv til kilde %s" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "Omskriv til kilde %s, %s" - -#~ msgid "SNAT IP address" -#~ msgstr "SNAT IP adresse" - -#~ msgid "SNAT port" -#~ msgstr "SNAT port" - -#~ msgid "Source NAT" -#~ msgstr "Kilde NAT" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "Kilde NAT er en spesifikk form for masquerading som tillater finkornet " -#~ "kontroll over kilde IP adressen som brukes for utgående trafikk, for " -#~ "eksempel for å mappe flere WAN adresser til interne subnett." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "Denne siden lar deg endre avanserte egenskaper til port videresending " -#~ "oppføringer. I de fleste tilfeller er det ikke nødvendig å endre disse " -#~ "innstillingene." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "" -#~ "Denne siden lar deg endre de avanserte egenskapene til trafikken regel " -#~ "oppføringer, som for eksempel matchet kilde og destinasjons vert." - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "" -#~ "Du kan spesifisere flere ved å velge \"-- egendefinert --\" og deretter " -#~ "skrive flere protokoller atskilt med mellomrom." - -#~ msgid "Zone %q" -#~ msgstr "Sone %q" diff --git a/luci-app-firewall/po/pl/firewall.po b/luci-app-firewall/po/pl/firewall.po deleted file mode 100644 index 538e8713f..000000000 --- a/luci-app-firewall/po/pl/firewall.po +++ /dev/null @@ -1,1559 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-01-26 21:49+0000\n" -"Last-Translator: Marcin Net \n" -"Language-Team: Polish \n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 i " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP z odmianami %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- dodaj IP --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- dodaj MAC --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" -"Akceptuj %{src?%{dest?forward:input}:" -"output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "Zapobieganie przepisywaniu źródła" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" -"Przekazuj do %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" -"Porzuć %{src?%{dest?forward:input}:output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" -"Przydziel DSCP klasyfikacja %{set_dscp}" -"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" -"Przydziel conntrack pomoc %{set_helper}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" -"%{set_mark?Assign:XOR} znacznik zapory " -"sieciowej %{set_mark?:%{set_xmark}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" -"Automatycznie przepisz źródłowy adres " -"IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" -"Nie śledź %{src?%{dest?forward:input}:" -"output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" -"Odrzucaj %{src?%{dest?forward:input}:" -"output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" -"Statystycznie przepisz do źródła %{snat_ip?" -"IP %{snat_ip}} %{snat_port?port %{snat_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "Należy podać adres IP do ponownego zapisu!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "AKCEPTUJ - Wyłącz przepisywanie adresów" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Akcja" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" -"Dodatkowe surowe iptables argumenty do klasyfikacji ruchu w strefie " -"docelowej, np. -p tcp --dport 443 tylko w celu dopasowania " -"ruchu wychodzącego HTTPS." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" -"Dodatkowe surowe iptables argumenty do klasyfikacji ruchu w strefie " -"docelowej, np. -p tcp --sport 443 tylko w celu dopasowania " -"ruchu przychodzącego HTTPS." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Ustawienia zaawansowane" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "Zezwól na \"nieprawidłowy\" ruch" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Zezwól na przekazywanie z strefy źródłowej:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Zezwól na przekazywanie do strefy docelowej:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Każdy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "Każdy dzień" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" -"Zastosuj bitowy XOR podanej wartości i istniejącej wartości znacznika na " -"ustanowionych połączeniach. Format to wartość [/mask]. Jeśli maska jest " -"określona, wówczas ustawione w niej bity są zerowane." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "Zastosuj daną klasę lub wartość DSCP do ustanowionych połączeń." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" -"Przypisz określonego pomocnika śledzenia połączeń do dopasowanego ruchu." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "Automatyczne przydzielanie pomocy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" -"Automatycznie przydzielaj pomocników conntrack'a na podstawie protokołu " -"ruchu i portu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "Ustawienia conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "Pomocnicy conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "Zawartość została zapisana." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "Kontynuuj" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "Objęte urządzenia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Objęte sieci" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "Objęte podsieci" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Własne reguły" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Własne reguły pozwalają na arbitralne wykonanie poleceń iptables, które nie " -"są objęte składnią zapory. Polecenia wykonywane są po każdym restarcie " -"zapory, zaraz po załadowaniu zestawu reguł domyślnych." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "Klasyfikacja DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "Znacznik DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "Wymagany znacznik DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Adres docelowy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Port docelowy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Strefa docelowa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "Nazwa urządzenia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" -"Nie instaluj dodatkowych reguł odrzucania ruchu przekazywanego z conntrack " -"state invalid. Może to być wymagane w przypadku skomplikowanych " -"asymetrycznych ustawień trasy." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Porzuć wadliwe pakiety" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Włącz" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "Włącz NAT Loopback" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Włącz ochronę SYN-flood" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Włącz logowanie tej strefy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "Zaleca się użyć: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "Funkcja eksperymentalna. Nie w pełni kompatybilna z QoS/SQM." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" -"Dokładnie wybiera dozwolone pomoce śledzenia połączeń dla ruchu strefowego" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Zewnętrzne adresy IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Port zewnętrzny" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Dodatkowe argumenty" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "Dodatkowe argumenty przeznaczenia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "Dodatkowe argumenty tablicy IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "Dodatkowe argumenty zródłowe" - -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Zapora sieciowa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Zapora sieciowa - Własne reguły" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "Zapora sieciowa - Zasady NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Zapora sieciowa - Przekazywane porty" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Zapora sieciowa - Reguły ruchu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Zapora sieciowa - Ustawienia strefy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "Migracja konfiguracji zapory sieciowej" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Przekazuj" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" -"Przekazywanie IPv4 %{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Piątek" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"Z %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" -"Z %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" -"Z %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Ustawienia główne" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "Sprzętowy flow offloading" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 i IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Tylko IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Tylko IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "Urządzenie przychodzące" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" -"Przychodzące IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP " -"with types %{item.types#%{next?, }%{item}}:" -"%{item.name}}}}%{mark?, mark " -"%{mark.val}}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Ruch przychodzący" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Wewnętrzny adres IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Port wewnętrzny" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Strefa wewnętrzna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "Nieprawidłowy znacznik DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "Nieprawidłowa wartość graniczna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "Naruszenie limitu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Ograniczenie logowania" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "Dopasowanie limitu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" -"Dopasowanie limitu do %{limit.num} pakiety na %{limit.unit}%{limit.burst? burst %{limit.burst}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "Ogranicza ruch zgodny z określoną stawką." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "Źródło pętli zwrotnej IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "MASQUERADE - Automatyczne przepisywanie na interfejs wyjściowy IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "Dostosuj MSS" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Maskarada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Dopasuj" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "Dopasuj DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Dopasuj typ ICMP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "Dopasuj urządzenie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "Dopasuj przesyłany ruch skierowany na podany adres IP." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" -"Dopasuj przesyłany ruch skierowany na dany port docelowy lub zakres portów." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "Dopasuj przesyłany ruch z tego adresu IP lub zakresu." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" -"Dopasuj przesyłany ruch pochodzący z danego portu źródłowego lub zakresu " -"portów." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "Dopasuj pomocnika" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Dopasuj ruch przychodzący do danego portu docelowego lub zakresu portów na " -"tym hoście" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "Znacznik dopasowania" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "Dopasuj ruch, używając określonego pomocnika śledzenia połączeń." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "Odpowiada konkretnemu znakowi zapory lub zakresowi różnych znaków." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" -"Dopasowuje przesyłany ruch przy użyciu określonego wychodzącego urządzenia " -"sieciowego." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "Dopasowuje ruch niosący określone oznaczenie DSCP." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" -"Maksymalna początkowa liczba pakietów do dopasowania: ta liczba jest " -"ładowana jednorazowo za każdym razem, gdy limit określony powyżej nie " -"zostanie osiągnięty, aż do tej liczby." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Poniedziałek" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Dni miesiąca" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "Zasady NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" -"Reguły NAT umożliwiają precyzyjną kontrolę źródłowego adresu IP w celu " -"użycia ruchu wychodzącego lub przekazywanego." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Nazwa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "Dopasuj tylko przychodzący ruch skierowany do danego adresu IP." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Dopasuj tylko ruch z tych adresów MAC." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "Dopasuj tylko ruch przychodzący z tego adresu IP lub zakresu adresów." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Dopasuj tylko ruch przychodzący z podanego portu źródłowego lub zakresu " -"portów na hoście klienta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "Urządzenie wychodzące" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "Strefa wychodząca" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Ruch wychodzący" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" -"Przekazuje dodatkowe argumenty do iptables. Zachowaj szczególną ostrożność!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" -"Przekazywanie surowych argumentów iptables do reguł klasyfikacji ruchu " -"źródłowego i docelowego pozwala na dopasowanie pakietów w oparciu o inne " -"kryteria niż interfejsy lub podsieci. Opcje te powinny być używane ze " -"szczególną ostrożnością, ponieważ nieprawidłowe wartości mogą spowodować " -"złamanie zestawu reguł zapory sieciowej, całkowicie odsłaniając wszystkie " -"usługi." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Przekazywanie portów" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"Przekazanie portów pozwala komputerom z internetu na połączenia z " -"komputerami z sieci LAN." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protokół" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"Przekieruj ruch przychodzący na podany port do wskazanego hosta w sieci " -"wewnętrznej" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Przekieruj ruch przychodzący do wskazanego hosta w sieci wewnętrznej" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "Wymaga sprzętowej obsługi NAT. Wdrożono dla co najmniej mt7621" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "Ogranicz maskaradę do wskazanych podsieci docelowych" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "Ogranicz maskaradę do wskazanych podsieci źródłowych" - -# Wstawiłem rodzinę gdyż gdzieś wcześniej było tak opisane ale klasa pasuje mi tu bardziej. -# Obsy - niestety ale "rodzina". W gui dotyczy to wyboru IPv4/IPv6, więc "rodzina" a nie klasa. -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Ogranicz do rodziny adresów" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "Przepisz adres IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "Przepisz dopasowany ruch do określonego źródłowego adresu IP." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" -"Przepisz dopasowany ruch do określonego portu źródłowego lub zakresu portów." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "Przepisz port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "Trasowanie/NAT Offloading" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "SNAT - Przepisz do określonego źródłowego adresu IP lub portu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Sobota" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "Ustaw znacznik" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" -"Ustaw podaną wartość znaku na ustanowionych połączeniach. Format to wartość " -"[/mask]. Jeśli maska jest określona, modyfikowane są tylko te bity ustawione " -"w masce." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "Oprogramowanie oparte na offloading dla trasowania/NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "Programowy flow offloading" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Źródłowy adres IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Źródłowy adres MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Adres źródłowy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Port źródłowy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Strefa źródłowa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" -"Określa, czy powiązać tę regułę ruchu z określonym przychodzącym, czy " -"wychodzącym urządzeniem sieciowym." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" -"Określa, czy użyć zewnętrznego czy wewnętrznego adresu IP do odbijanego " -"ruchu." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "Data rozpoczęcia (rrrr-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "Czas rozpoczęcia (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "Data zakończenia (yyyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "Czas zatrzymania (yyyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Niedziela" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" -"Istniejąca konfiguracja zapory sieciowej musi zostać zmieniona, aby LuCI " -"mógł działać prawidłowo." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"Zapora tworzy strefy z twoich interfejsów sieciowych, aby kontrolować ruch " -"sieciowy." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"Opcje poniżej kontrolują politykę przekazywania pomiędzy tą strefą (%s) a " -"innymi strefami. Strefy docelowe obejmują przekazywany ruch " -"pochodzący z %q. Strefy źródłowe match forwarded " -"traffic from other zones skierowane do %q. Reguła " -"przekazywania jest jednokierunkowa, np. przekazywanie z sieci LAN " -"do WAN nie implikuje pozwolenia na przekazywanie z sieci WAN do LAN." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Ta sekcja definiuje ustawienia ogólne %q. Opcje wejście i " -"wyjście określające domyślną politykę dla ruchu przychodzącego i " -"wychodzącego w tej strefie, podczas gdy przekazywanie opisuje " -"politykę ruchu przekazywanego pomiędzy różnymi sieciami wewnątrz strefy. " -"Objęte sieci określają dostępne sieci będące członkami tej strefy." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Czwartek" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "Ograniczenia czasowe" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Czas w UTC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"Do %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"Do %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"Do %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "Pomocnik śledzenia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Reguły ruchu sieciowego" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Reguły ruchu sieciowego definiują politykę dla pakietów przechodzących " -"między strefami, na przykład aby odrzucać ruch między konkretnymi hostami " -"albo otworzyć porty WAN routera." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Wtorek" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "Nie można zapisać zawartości: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "Nieznany lub nie zainstalowany pomocnik conntrack \"%s\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "Nienazwany NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "Przekazywanie bez nazwy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "Nieznana zasada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "Strefa bez nazwy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "Nierozpoznany protokół" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" -"Po naciśnięciu przycisku „Kontynuuj” sekcje przekierowujące z docelowym " -"\"SNAT\" zostaną przekonwertowane na sekcje \"nat\", a zapora sieciowa " -"zostanie ponownie uruchomiona w celu zastosowania zaktualizowanej " -"konfiguracji." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "Użyj zewnętrznego adresu IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "Użyj wewnętrznego adresu IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" -"Opcja ta służy do klasyfikacji ruchu strefowego według surowych, nie-" -"uci obsługiwanych urządzeń sieciowych." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" -"Opcji tej należy używać do klasyfikacji ruchu strefowego według źródła lub " -"podsieci docelowej zamiast sieci lub urządzeń." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "Wymagany prawidłowy znacznik zapory sieciowej" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Środa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "Dni tygodnia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "Znacznik zapory XOR" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "Znacznik XOR" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Strefa ⇒ Przekazywanie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Strefy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "akceptuj" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "dowolny" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "dowolna strefa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "Zastosuj znacznik zapory" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "przypisz pomocnika conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "Dzień" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "Nie przepisuj" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "nie śledź" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "porzuć" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "godzina" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "minuta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "odrzucaj" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "sekunda" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "to urządzenie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "ta nowa strefa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "nielimitowane" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "nieokreślone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "prawidłowy znacznik zapory sieciowej" - -#~ msgid "%s in %s" -#~ msgstr "%s w %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s z %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s w %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d pakietów na %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "" -#~ "%d pakietów na %s, popsutych %d pakietów." - -#~ msgid "%s and limit to %s" -#~ msgstr "%s i limit do %s" - -#~ msgid "Accept forward" -#~ msgstr "Zaakceptuj przekazywanie" - -#~ msgid "Accept input" -#~ msgstr "Zaakceptuj wejście" - -#~ msgid "Accept output" -#~ msgstr "Zaakceptuj wyjście" - -#~ msgid "Destination IP address" -#~ msgstr "Docelowy adres IP" - -#~ msgid "Discard forward" -#~ msgstr "Odrzuć przekazywanie" - -#~ msgid "Discard input" -#~ msgstr "Odrzuć wejście" - -#~ msgid "Discard output" -#~ msgstr "Odrzuć wyjście" - -#~ msgid "Do not rewrite" -#~ msgstr "Nie przepisuj" - -#~ msgid "Do not track forward" -#~ msgstr "Nie śledź przekazywania" - -#~ msgid "Do not track input" -#~ msgstr "Nie śledź wejścia" - -#~ msgid "Do not track output" -#~ msgstr "Nie śledź wyjścia" - -#~ msgid "Forward to" -#~ msgstr "Przekazuj do" - -#~ msgid "From %s in %s" -#~ msgstr "Z %s w %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "Z %s w %s ze źródłem %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "Z %s w %s ze źródłem %s i %s" - -#~ msgid "From %s on this device" -#~ msgstr "Z %s na to urządzenie" - -#~ msgid "From %s on this device with source %s" -#~ msgstr "Z %s na to urządzenie ze źródłem %s" - -#~ msgid "From %s on this device with source %s and %s" -#~ msgstr "Z %s na to urządzenie ze źródłem %s oraz %s" - -#~ msgid "From %{ipaddr?:any host} %{port?with source %{port}}" -#~ msgstr "Z %{ipaddr?:any host} %{port?with source %{port}}" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "IP range" -#~ msgstr "Zakres IP" - -#~ msgid "IPs" -#~ msgstr "IPs" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MACs" - -#~ msgid "" -#~ "Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} " -#~ "%{mark?with firewall mark %{mark}} %{limit?limited to %{limit}}" -#~ msgstr "" -#~ "Dopasuj %{protocol?%{family} %{protocol} traffic:any %{family} traffic} " -#~ "%{mark?with firewall mark %{mark}} %{limit?limited to %{limit}}" - -#~ msgid "Network" -#~ msgstr "Sieć" - -#~ msgid "Refuse forward" -#~ msgstr "Odmowa przekazania" - -#~ msgid "Refuse input" -#~ msgstr "Odmowa wejścia" - -#~ msgid "Refuse output" -#~ msgstr "Odmowa wyjścia" - -#~ msgid "Rewrite to" -#~ msgstr "Przepisz do" - -#~ msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -#~ msgstr "Przepisz do %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" - -#~ msgid "Rewrite to outbound device IP" -#~ msgstr "Przepisz do adresu IP urządzenia wychodzącego" - -#~ msgid "To %s at %s on this device" -#~ msgstr "Do %s w %s na tym urządzeniu" - -#~ msgid "To %s in %s" -#~ msgstr "Do %s w %s" - -#~ msgid "To %s on this device" -#~ msgstr "Do %s na tym urządzeniu" - -#~ msgid "To %s, %s in %s" -#~ msgstr "Do %s, %s w %s" - -#~ msgid "" -#~ "To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -#~ "%{device?egress device %{device}}" -#~ msgstr "" -#~ "Do %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -#~ "%{device?egress device %{device}}" - -#~ msgid "Via %s" -#~ msgstr "Przez %s" - -#~ msgid "Via %s at %s" -#~ msgstr "Przez %s w %s" - -#~ msgid "any host" -#~ msgstr "dowolny host" - -#~ msgid "any router IP" -#~ msgstr "dowolne IP routera" - -#~ msgid "not" -#~ msgstr "Nie" - -#~ msgid "port" -#~ msgstr "port" - -#~ msgid "ports" -#~ msgstr "porty" - -#~ msgid "type" -#~ msgstr "typ" - -#~ msgid "types" -#~ msgstr "typy" - -#~ msgid "Force connection tracking" -#~ msgstr "Wymuś śledzenie połączeń" - -#~ msgid "Add" -#~ msgstr "Dodaj" - -#~ msgid "Add and edit..." -#~ msgstr "Dodaj i edytuj..." - -#~ msgid "External zone" -#~ msgstr "Strefa zewnętrzna" - -#~ msgid "New SNAT rule" -#~ msgstr "Nowa reguła SNAT" - -#~ msgid "New forward rule" -#~ msgstr "Nowa reguła przekazywania (forward)" - -#~ msgid "New input rule" -#~ msgstr "Nowa reguła wejściowa (input)" - -#~ msgid "New port forward" -#~ msgstr "Nowe przekierowanie portu" - -#~ msgid "New source NAT" -#~ msgstr "Nowy NAT źródłowy" - -#~ msgid "Open ports on router" -#~ msgstr "Otwarte porty na routerze" - -#~ msgid "Other..." -#~ msgstr "Inne..." - -#~ msgid "To source IP" -#~ msgstr "Do źródłowego IP" - -#~ msgid "To source port" -#~ msgstr "Do źródłowego portu" - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(Nienazwany wpis)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(Nienazwana reguła)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(Nienazwany SNAT)" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Przekazywanie pomiędzy strefami" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "" -#~ "Dopasuj przekazywany ruch do danego docelowego portu lub zakresu portów" - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "" -#~ "Dopasuj przychodzący ruch pochodzący z danego portu źródłowego lub " -#~ "zakresu portów na hoście klienta." - -# Dosłownie przetłumaczone, nie bardzo wiem czy chodzi o czynność przepisywania pakietu przez usługę czy to jakieś ogólne sformułowanie... -#~ msgid "Rewrite matched traffic to the given address." -#~ msgstr "Przepisz dopasowany ruch do wskazanych adresów." - -# Jak wyżej chodzi o przepisanie pakietu przez usługę? -#~ msgid "" -#~ "Rewrite matched traffic to the given source port. May be left empty to " -#~ "only rewrite the IP address." -#~ msgstr "" -#~ "Przepisz dopasowany ruch do danego portu źródłowego. Można zostawić puste " -#~ "aby przepisać tylko adres IP" - -#~ msgid "Rewrite to source %s" -#~ msgstr "Przepisz do źródła %s" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "Przepisz do źródła %s, %s" - -#~ msgid "SNAT IP address" -#~ msgstr "Adres IP SNAT" - -#~ msgid "SNAT port" -#~ msgstr "Port SNAT" - -#~ msgid "Source NAT" -#~ msgstr "NAT źródłowy" - -# http://www.digipedia.pl/def/doc/id/677604507/name/SNAT/ -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "SNAT używany jest wtedy, gdy zmieniane są adresy pakietów połączenia " -#~ "wychodzącego, czyli pakiety źródłowe. Wykonywany jest zawsze po " -#~ "routowaniu (POSTROUTING), a więc w chwili, gdy pakiety są gotowe opuścić " -#~ "host. IPmasquerading jest formą SNAT." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "Ta strona pozwala zmienić zaawansowane ustawienia przekierowania portów. " -#~ "W większości przypadków nie ma potrzeby zmieniać tych ustawień." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "" -#~ "Ta strona pozwala zmienić zaawansowane ustawienia reguły ruchu " -#~ "sieciowego, takie jak pasujące źródło i hosty docelowe." - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "" -#~ "Możesz określić kilka wybierając \"-- własne --\" i wpisując protokoły " -#~ "rozdzielone spacją." - -#~ msgid "Zone %q" -#~ msgstr "Strefa %q" diff --git a/luci-app-firewall/po/pt/firewall.po b/luci-app-firewall/po/pt/firewall.po deleted file mode 100644 index d031d7171..000000000 --- a/luci-app-firewall/po/pt/firewall.po +++ /dev/null @@ -1,1421 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-01-20 05:58+0000\n" -"Last-Translator: ssantos \n" -"Language-Team: Portuguese \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- adicionar IP --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- adicionar MAC --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" -"Aceitar %{src?%{dest?forward:input}:" -"output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "Prevenir a reescrita da fonte" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "Um IP reescrito deve ser especificado!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "ACCEPT - Deactivate reescrever endereços" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Ação" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" -"Argumentos brutos adicionais iptables para classificar o tráfego de " -"destino da zona, por exemplo, -p tcp -- dport 443 para " -"corresponder apenas ao tráfego https de saída." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" -"Argumentos adicionais brutos iptables para classificar o tráfego de " -"fonte de zona, por exemplo, -p tcp - esporte 443 para " -"corresponder apenas ao tráfego HTTPS de entrada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Definições Avançadas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "Permitir o tráfego \"inválido\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Permitir encaminhamento de zonas de origem:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Permitir encaminhamento para zonas de destino:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Qualquer" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "Qualquer dia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" -"Aplique um XOR bit a bit do valor dado e o valor da marca existente nas " -"ligações estabelecidas. Formato é valor[/máscara]. Se uma máscara for " -"especificada, os bits definidos na máscara são zerados." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "Aplique a classe ou valor de DSCP dado às conexões estabelecidas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" -"Atribua o ajudante de rastreamento de conexão especificado para o tráfego " -"combinado." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "Atribuição automática de assistentes" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" -"Atribuir assistentes de conntrack automaticamente com base no protocolo de " -"tráfego e na porta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "Configurações do Conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "Assistentes do Conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "Os conteúdos foram gravados." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "Continuar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "Aparelhos abrangidos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Redes abrangidas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "Subredes abrangidas" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Regras Personalizadas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"As regras personalizadas permitem-lhe executar comandos arbitrários iptables " -"os quais não são possiveis de aplicar usando a framework da firewall. Os " -"comandos são executados a seguir ao reinicio da firewall, logo a seguir ao " -"conjunto de regras predefinidas serem carregadas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "Classificação de DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "Marca de DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "Marca de DSCP necessária" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Endereço de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Porta de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Zona de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "Nome do aparelho" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" -"Não instalae regras adicionais para rejeitar tráfego encaminhado com estado " -"conntrack invalid. Isto pode ser necessário para configurações " -"complexas de rotas assimétricas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Cancelar pacotes inválidos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Ativar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "Ativar NAT Loopback" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Ativar a Proteção SYN-flood" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Ativar registo nesta zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "À espera de: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "Característica experimental. Não totalmente compatível com QoS/SQM." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" -"Escolhe explicitamente os assistentes de rastreamento de conexão permitidos " -"para o tráfego da zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Endereço IP externo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Porta externa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Argumentos adicionais" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "Argumentos adicionais de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "Argumentos adicionais do iptables" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "Argumentos adicionais da fonte" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Firewall - Regras Personalizadas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "Firewall - Regras de NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Firewall - Encaminhamento de Portas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Firewall - Regras de Tráfego" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Firewall - Definições de Zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Encaminhar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Sexta-feira" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Configurações Gerais" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "Descarga de fluxo em hardware" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 e IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Só IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Só IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "Aparelho de entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Endereço IP interno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Porta interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Zona Interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "Marca de DSCP inválida" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "Valor limite inválido" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "Limite de burst" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Limitar registo de mensagens" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "Limitar a correspondência" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "Limita o tráfego de acordo com a taxa especificada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "IP fonte de loopback" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "Fixação de MSS" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Mascaramento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Corresponder" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Correspondência do tipo de ICMP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"O tráfego de entrada corresponde a uma dada porta de destino ou intervalo de " -"portas neste host" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Segunda-feira" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Dias do mês" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "Só se tráfego de entrada corresponder ao endereço IP fornecido." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Só se o tráfego de entrada corresponder a um destes MACs." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "Só se o tráfego de entrada corresponder a este IP ou intervalo." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Só se o tráfego de entrada corresponder à porta de origem fornecida ou de um " -"intervalo de portas no host cliente" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Saída" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "Passa argumentos adicionais para o iptables. Usar com cuidado!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" -"Passar argumentos brutos do iptables para regras de classificação de tráfego " -"de origem e destino permite combinar pacotes baseados em outros critérios " -"além de interfaces ou sub-redes. Essas opções devem ser usadas com extremo " -"cuidado, pois valores inválidos podem tornar o conjunto de regras do " -"firewall quebrado, expondo completamente todos os serviços." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Encaminhamento de Portas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"O Encaminhamento de Portas permite que computadores remotos na internet se " -"liguem a um computador ou serviço especifico na rede privada (LAN)." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protocolo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"Redirecionar a entrada de trafego correspondente à porta fornecida no host " -"interno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Redirecionar o tráfego de entrada correspondente para o host interno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" -"Requer suporte de hardware para NAT. Implementado pelo menos para mt7621" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "Restringir o Mascaramento às sub-redes de destino dadas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "Restringir Mascaramento a sub-redes de origem fornecidas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Restringir a família de endereços" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "Descargar Roteamento/NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Sábado" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "Descarga baseada em software para roteamento/NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "Descarga de fluxo de software" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Endereço IP de origem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Endereço MAC de origem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Endereço de origem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Porta de origem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Zona de origem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "Data de Início (aaaaa-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "Hora de início (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "Data de Paragem (aaaaa-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "Tempo de Parada (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Domingo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"A firewall cria zonas sobre as interfaces de rede para controlar o fluxo do " -"tráfego." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"As opções abaixo controlam as políticas de encaminhamento entre esta zona " -"(%s) e outras zonas. Zonas de destino cobrem tráfego encaminhado " -"originando de %q. Zonas de origem correspondem ao " -"tráfego encaminhado de outras zonas alvo em %q. A regra de " -"encaminhamento é unidirecional, por exemplo, um encaminhamento de " -"lan para wan não implica uma permissão para avançar de wan para lan " -"também." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Esta secção define propriedades comuns de %q. As opções input e " -"output definem as políticas padrão para entrada e saída de tráfego " -"nessa zona, enquanto a opção forward descreve a política para " -"tráfego encaminhado entre redes diferentes dentro da zona. Redes " -"abrangidas especifica quais das redes disponíveis são membros desta " -"zona." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Quinta-feira" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "Restrições de Tempo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Tempo em UTC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Regras de Tráfego" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"As Regras de Tráfego definem políticas para os pacotes que viajam entre " -"diferentes zonas, por exemplo, para rejeitar trafego entre certos hosts ou " -"para abrir portas WAN no router." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Terça-feira" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "Incapaz de gravar conteúdos: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "Encaminhamento sem nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "Regra sem nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "Zona sem nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" -"Use esta opção para classificar o tráfego da zona por aparelhos de rede " -"brutos, não geridos por uci." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" -"Use esta opção para classificar o tráfego da zona por sub-rede de origem ou " -"destino em vez de redes ou aparelhos." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Quarta-feira" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "Dias úteis" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Zona ⇒ Encaminhamentos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zonas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "aceitar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "qualquer" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "qualquer zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "dia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "não seguir" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "descartar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "hora" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "minuto" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "rejeitar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "segundo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "esta nova zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "ilimitado" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "não especificado" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "From %{ipaddr?:any host} %{port?with source %{port}}" -#~ msgstr "De %{ipaddr?:qualquer host} %{port?com fonte %{port}}" - -#~ msgid "%s in %s" -#~ msgstr "%s em %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s with %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s em %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d pkts. por %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "%d pcts. por %s, burst %d pcts." - -#~ msgid "%s and limit to %s" -#~ msgstr "%s e limite a %s" - -#~ msgid "Accept forward" -#~ msgstr "Aceitar o encaminhamento" - -#~ msgid "Accept input" -#~ msgstr "Aceitar a entrada" - -#~ msgid "Accept output" -#~ msgstr "Aceitar a saída" - -#~ msgid "Destination IP address" -#~ msgstr "Endereço IP de destino" - -#~ msgid "Discard forward" -#~ msgstr "Descartar o encaminhamento" - -#~ msgid "Discard input" -#~ msgstr "Descartar a entrada" - -#~ msgid "Discard output" -#~ msgstr "Descartar a saída" - -#~ msgid "Do not rewrite" -#~ msgstr "Não re-escrever" - -#~ msgid "Do not track forward" -#~ msgstr "Não rastrear o encaminhamento" - -#~ msgid "Do not track input" -#~ msgstr "Não rastrear a entrada" - -#~ msgid "Do not track output" -#~ msgstr "Não rastrear a saída" - -#~ msgid "Forward to" -#~ msgstr "Encaminhar para" - -#~ msgid "From %s in %s" -#~ msgstr "De %s em %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "De %s em %s com origem %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "De %s em %s com origem %s e %s" - -#~ msgid "From %s on this device" -#~ msgstr "De %s neste aparelho" - -#~ msgid "From %s on this device with source %s" -#~ msgstr "De %s neste aparelho com a fonte %s" - -#~ msgid "From %s on this device with source %s and %s" -#~ msgstr "De %s neste aparelho com as fontes %s e %s" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "IP range" -#~ msgstr "Intervalo de IP" - -#~ msgid "IPs" -#~ msgstr "IPs" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MACs" - -#~ msgid "Network" -#~ msgstr "Rede" - -#~ msgid "Refuse forward" -#~ msgstr "Recusar encaminhamento" - -#~ msgid "Refuse input" -#~ msgstr "Recusar entrada" - -#~ msgid "Refuse output" -#~ msgstr "Recusar saída" - -#~ msgid "To %s at %s on this device" -#~ msgstr "Para %s no %s em este dispositivo" - -#~ msgid "To %s in %s" -#~ msgstr "Para %s em %s" - -#~ msgid "To %s on this device" -#~ msgstr "Para %s em este dispositivo" - -#~ msgid "To %s, %s in %s" -#~ msgstr "Para %s, %s em %s" - -#~ msgid "Via %s" -#~ msgstr "Via %s" - -#~ msgid "Via %s at %s" -#~ msgstr "Via %s no %s" - -#~ msgid "any host" -#~ msgstr "qualquer host" - -#~ msgid "any router IP" -#~ msgstr "qualquer IP do router" - -#~ msgid "not" -#~ msgstr "não" - -#~ msgid "port" -#~ msgstr "porta" - -#~ msgid "ports" -#~ msgstr "portas" - -#~ msgid "type" -#~ msgstr "tipo" - -#~ msgid "types" -#~ msgstr "tipos" - -#~ msgid "Force connection tracking" -#~ msgstr "Forçar rasto de ligação" - -#~ msgid "" -#~ "Prevent the installation of NOTRACK rules which would bypass " -#~ "connection tracking." -#~ msgstr "" -#~ "Prevenir a instalação de regras NOTRACK que contornariam o " -#~ "rastreamento de conexão." - -#~ msgid "Disable" -#~ msgstr "Desativar" - -#~ msgid "Add" -#~ msgstr "Adicionar" - -#~ msgid "Add and edit..." -#~ msgstr "Adicionar e editar..." - -#~ msgid "External zone" -#~ msgstr "Zona externa" - -#~ msgid "New SNAT rule" -#~ msgstr "Nova regra SNAT" - -#~ msgid "New forward rule" -#~ msgstr "Nova regra de encaminhamento" - -#~ msgid "New input rule" -#~ msgstr "Nova regra de entrada" - -#~ msgid "New port forward" -#~ msgstr "Novo encaminhamento de porta" - -#~ msgid "New source NAT" -#~ msgstr "Nova origem de NAT" - -#~ msgid "Open ports on router" -#~ msgstr "Abrir portas no router" - -#~ msgid "Other..." -#~ msgstr "Outro..." - -#~ msgid "To source IP" -#~ msgstr "Para o IP de origem" - -#~ msgid "To source port" -#~ msgstr "Para a porta de origem" - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(Entrada Sem Nome)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(Regra Sem Nome)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(SNAT Sem Nome)" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Encaminhamento Inter-Zona" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "" -#~ "O tráfego encaminhado corresponde a uma determinada porta de destino ou " -#~ "intervalo de portas." - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "" -#~ "O tráfego de entrada corresponde a uma dada porta ou de um intervalo de " -#~ "portas no host cliente." - -#~ msgid "Rewrite to source %s" -#~ msgstr "Re-escrever para a origem %s" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "Re-escrever para a origem %s, %s" - -#~ msgid "SNAT IP address" -#~ msgstr "Endereço IP da SNAT" - -#~ msgid "SNAT port" -#~ msgstr "Porta SNAT" - -#~ msgid "Source NAT" -#~ msgstr "NAT de origem" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "NAT de origem é uma forma especifica de mascarar que permite um controlo " -#~ "melhorado sobre o IP de origem usado para o tráfego de saída, por " -#~ "exemplo, para mapear múltiplos endereços para as sub-redes internas." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "" -#~ "Esta página permite-lhe alterar as definições avançadas da regra de " -#~ "entrada de tráfego, tal como correspondências de hosts de origem e " -#~ "destino." - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "" -#~ "Pode especificar múltiplos seleccionando \"-- personalizado --\" e depois " -#~ "introduzir os protocolos separados por espaço." - -#~ msgid "Zone %q" -#~ msgstr "Zona %q" diff --git a/luci-app-firewall/po/pt_BR/firewall.po b/luci-app-firewall/po/pt_BR/firewall.po deleted file mode 100644 index 481bc8c3f..000000000 --- a/luci-app-firewall/po/pt_BR/firewall.po +++ /dev/null @@ -1,1567 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-02-22 11:57+0000\n" -"Last-Translator: Wellington Terumi Uemura \n" -"Language-Team: Portuguese (Brazil) \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.11.1\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 e " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP com tipos %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?%{dscp.val}:" -"%{dscp.val}}}%{helper?, helper %{helper.inv?" -"%{helper.val}:%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- Adicionar IP --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- Adicionar MAC --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" -"Aceite %{src?%{dest?forward:input}:output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "Prevenir a reescrita da fonte" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" -"Encaminhar para %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" -"Derruba %{src?%{dest?forward:input}:output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" -"Atribuir DSCP classificação %{set_dscp}" -"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" -"Atribuir auxiliar conntrack %{set_helper}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" -"%{set_mark?Assign:XOR} marca do firewall " -"%{set_mark?:%{set_xmark}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" -"Reescrever automaticamente o IP de " -"origem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" -"Não rastreie %{src?%{dest?forward:input}:" -"output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" -"Rejeita %{src?%{dest?forward:input}:" -"output}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" -"Reescrever estaticamente para a origem " -"%{snat_ip?IP %{snat_ip}} %{snat_port?port %{snat_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "Um IP de reescrita deve ser especificado!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "ACEITAR - Desativar a reescrita do endereço" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Ação" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" -"Comandos iptables adicionais para classificar o tráfego de destino " -"da zona, por exemplo, -p tcp --dport 443 para corresponder " -"apenas ao tráfego HTTPS de saída." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" -"Comandos iptables adicionais para classificar o tráfego de origem " -"da zona, por exemplo, -p tcp --sport 443 para corresponder " -"apenas ao tráfego HTTPS de entrada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Configurações Avançadas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "Permitir tráfego \"inválido\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Permite o encaminhamento da zona de origem:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Permite o encaminhamento para a zona de destino:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Qualquer" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "Qualquer dia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" -"Aplique um XOR bitwise do valor dado e o valor da marca existente nas " -"ligações estabelecidas. O formato é o valor[/mask]. Se uma máscara for " -"especificada, então os bits definidos na máscara são zerados." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "Aplique a classe ou valor DSCP dado às conexões estabelecidas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" -"Atribua o auxiliar de rastreamento de conexão especificado para o tráfego " -"combinado." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "Atribuição automática de assistentes" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" -"Atribuir automaticamente ajudantes de conntrack com base no protocolo de " -"tráfego e na porta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "Configurações do Conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "Ajudantes do Conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "O conteúdo foi salvo." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "Continuar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "Dispositivos cobertos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Redes cobertas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "Sub-redes cobertas" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Regras Personalizadas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"As regras personalizadas permitem executar comandos iptables arbitrários não " -"cobertos por esta ferramenta. Os comandos serão executados após cada " -"reinício do firewall, logo após a carga do conjunto de regras padrão." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "Classificação DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "Marca DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "Marca DSCP necessária" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Endereço de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Porta de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Zona de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "Nome do dispositivo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" -"Não instale regras extras para rejeitar o tráfego encaminhado quando o " -"estado do conntrack for invalid. Isto pode ser necessário para " -"configurações complexas e de rotas assimétricas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Descartar pacotes inválidos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Ativar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "Habilite o Loopback do NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Habilite proteção contra SYN-flood" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Habilite o registro nesta zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "Esperando: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" -"Funcionalidade experimental. Ela não é totalmente compatível com QoS/SQM." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" -"Escolhe explicitamente os assistentes de rastreamento de conexão permitidos " -"para o tráfego da zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Endereço IP externo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Porta Externa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Argumentos extras" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "Argumentos extra de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "Argumentos extras para o iptables" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "Argumentos extras da fonte" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Firewall - Regras personalizadas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "Firewall - Regras NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Firewall - Encaminhamento de Portas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Firewall - Regras de Tráfego" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Firewall - Configurações de Zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "Migração de configuração do Firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Encaminhar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark." -"val}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Sexta-feira" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port " -"%{src_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port " -"%{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#" -"%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC " -"%{src_mac#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Configurações Gerais" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "Aceleração de fluxo de dados via Hardware" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 e IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Somente IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Somente IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "Dispositivo de entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}}%{helper?, helper %{helper.inv?%{helper.val}:%{helper." -"val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Endereço IP interno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Porta Interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Zona interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "Marca DSCP inválida" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "Valor limite inválido" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "Estouro limite" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Limita as mensagens de registro" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "Limitar as correspondências" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" -"Limitar a correspondência de %{limit.num} pacotes por " -"%{limit.unit}%{limit.burst? estouro %{limit.burst}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "Limita a correspondência de tráfego à taxa especificada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "IP da fonte de Loopback" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "MASQUERADE - Reescreve automaticamente para o IP da interface de saída" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "Ajuste do MSS" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Mascaramento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Casa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "Correspondência DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Casa com ICMP tipo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "Dispositivo de correspondência" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" -"Encaminha o tráfego que obteve correspondência para um determinado endereço " -"de IP." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" -"Encaminha o tráfego que obteve correspondência para uma determinada porta de " -"destino ou uma faixa de portas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" -"Encaminha o tráfego que obteve correspondência deste IP ou uma faixa de IPs." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" -"Encaminha o tráfego que obteve correspondência originado de uma determinada " -"porta de origem ou faixa de portas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "Auxiliar de correspondência" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Casa o tráfego entrante direcionado para uma porta ou faixa de portas de " -"destino específica neste computador" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "Marca de correspondência" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" -"Corresponder o tráfego usando uma conexão definida pelo auxiliar de " -"rastreamento." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" -"Corresponder uma marca de firewall especifica ou uma variedade de diferentes " -"marcas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" -"Corresponda o tráfego encaminhado usando um dispositivo de rede de saída " -"indicado." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" -"Casa o tráfego correspondente que esteja carregando uma marca DSCP " -"específica." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" -"Número inicial máximo de pacotes para combinar: este número é recarregado " -"por um cada vez que o limite especificado acima não é atingido, até este " -"número." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Segunda-Feira" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Dias do mês" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "Regras NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" -"As regras da NAT permitem o controle fino sobre o IP de origem para usar com " -"o tráfego de saída ou tráfego de encaminhamento." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" -"Somente case o tráfego entrante direcionado para o endereço IP fornecido." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Somente case o tráfego entrante destes endereços MAC." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "Somente case o tráfego entrante desta faixa de endereços IP." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Somente case o tráfego entrante vindo da porta de origem fornecida ou " -"intervalo de portas no equipamento cliente" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "Dispositivo de saída" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "Zona de saída" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Saída" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "Passa argumentos adicionais para o iptables. Use com cuidado!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" -"Passar comandos diretos ao iptables para regras de classificação de tráfego " -"de origem e destino, permite combinar pacotes baseados em outros critérios " -"que não sejam interfaces ou sub-redes. Estas opções devem ser usadas com " -"extremo cuidado, pois valores inválidos podem quebrar todo o conjunto de " -"regras do firewall expondo todos os serviços completamente." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Encaminhamentos de Porta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"O encaminhamento de portas permite que computadores remotos na Internet " -"conectem a um computador ou serviço específico dentro da rede local privada." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protocolo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"Redireciona tráfego entrante para a porta especificada no computador interno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Redireciona tráfego entrante para o computador interno especificado" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "Requer suporte de NAT em hardware. Implementado ao menos para mt7621" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "Restringe o mascaramento para uma subrede de destino específica" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "Restringe o mascaramento para uma subrede de origem específica" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Restringe para uma família de endereços" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "Reescreva o endereço IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" -"Reescreva o tráfego compatível com o endereço IP de origem especificado." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" -"Reescrever tráfego compatível com a porta de origem especificado ou uma " -"faixa de portas." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "Reescrever porta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "Aceleração de Roteamento/NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "SNAT - Reescrever para um IP de origem ou uma porta específica" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Sábado" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "Definir marca" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" -"Defina o valor da marca dada nas ligações estabelecidas. o formato é valor[/" -"mask]. Se uma máscara for especificada, então apenas os bits definidos na " -"máscara são modificados." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "Aceleração de roteamento/NAT baseada em Software" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "Aceleração de fluxo de dados via Software" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Endereço IP de origem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Endereço MAC de origem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Endereço de origem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Porta de origem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Zona de origem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" -"Especifica se esta regra de tráfego deve ser ligada a um dispositivo de rede " -"específico de entrada ou de saída." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" -"Especifica se deve usar o endereço de IP externo ou interno para o tráfego " -"refletido." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "Dia inicial (aaaa-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "Hora de Início (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "Dia final (aaaa-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "Hora de Parada (hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Domingo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" -"A configuração de firewall existente precisa ser alterada para que o LuCI " -"funcione corretamente." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"O firewall cria zonas sobre as interfaces de rede para controlar o fluxo do " -"tráfego de rede." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"As opções abaixo controlam as políticas de encaminhamento entre esta zona " -"(%s) e outras zonas. Zonas de destino incluem tráfego encaminhado " -"originado de %q. Zonas de origem casam com tráfego " -"encaminhado de outras zonas apontando para %q. A regra de " -"encaminhamento é unidirecional, ex: um encaminhamento da LAN para " -"WAN não implica na permissão de encaminhar da WAN para LAN." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Esta seção define as propriedades comuns de %q. As opções de entrada e saída definem as políticas padrão para o tráfego entrando e " -"saindo desta zona, enquanto a opção de encaminhamento descreve a " -"política para encaminhar o tráfego entre diferentes redes dentro da zona. " -"Redes Cobertas especificam que redes disponíveis são membros desta " -"zona." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Quita-feira" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "Restrições de tempo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Hora em UTC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"Para %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, " -"IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"Para %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"Para %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "Auxiliar de rastreamento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Regras de tráfego" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Regras de tráfego definem políticas para a passagem de pacotes entre as " -"diferentes zonas. Por exemplo, rejeitar o tráfego entre certos equipamentos " -"ou abrir portas WAN no roteador." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Terça-feira" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "Não foi possível salvar os conteúdos: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "Auxiliar conntrack desconhecido ou não instalado \"%s\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "NAT sem nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "Encaminhamento sem nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "Regra sem nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "Zona sem nome" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "Protocolo desconhecido" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" -"Ao pressionar \"Continue\", as seções \"redirecionar\" com o alvo \"SNAT\" " -"serão convertidas para seções \"nat\" e o firewall será reiniciado para " -"aplicar e atualizar as novas configurações." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "Usar endereço IP externo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "Usar endereço IP interno" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" -"Use esta opção para classificar o tráfego bruto da zona por dispositivos de " -"rede não gerenciados pelauci." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" -"Use esta opção para classificar o tráfego da zona por sub-rede de origem ou " -"destino em vez de redes ou dispositivos." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "Marca de firewall válida necessária" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Quarta-feira" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "Dias da semana" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "Marca de firewall XOR" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "Marca XOR" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Zona ⇒ Encaminhamentos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zonas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "aceitar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "qualquer" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "qualquer zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "aplicar marca de firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "atribuir auxiliar conntrack" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "dia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "não reescrever" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "não rastrear" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "descartar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "hora" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "minuto" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "rejeitar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "segundo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "este dispositivo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "esta nova zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "ilimitado" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "não especificado" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "marca de firewall válida" - -#~ msgid "%s in %s" -#~ msgstr "%s in %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s com %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s em %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d pcts. por %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "%d pcts. por %s, pico %d pcts." - -#~ msgid "%s and limit to %s" -#~ msgstr "%s e limite a %s" - -#~ msgid "Accept forward" -#~ msgstr "Aceitar encaminhamento" - -#~ msgid "Accept input" -#~ msgstr "Aceitar entrada" - -#~ msgid "Accept output" -#~ msgstr "Aceitar saída" - -#~ msgid "Destination IP address" -#~ msgstr "Endereço IP de destino" - -#~ msgid "Discard forward" -#~ msgstr "Descartar o encaminhamento" - -#~ msgid "Discard input" -#~ msgstr "Descartar a entrada" - -#~ msgid "Discard output" -#~ msgstr "Descartar a saída" - -#~ msgid "Do not rewrite" -#~ msgstr "Não sobrescreva" - -#~ msgid "Do not track forward" -#~ msgstr "Não rastrear o encaminhamento" - -#~ msgid "Do not track input" -#~ msgstr "Não rastrear a entrada" - -#~ msgid "Do not track output" -#~ msgstr "Não rastrear a saída" - -#~ msgid "Forward to" -#~ msgstr "Encaminhar para" - -#~ msgid "From %s in %s" -#~ msgstr "Vindo de %s em %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "Vindo de %s em %s com origem %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "Vindo de %s em %s com origem %s e %s" - -#~ msgid "From %s on this device" -#~ msgstr "De %s neste dispositivo" - -#~ msgid "From %s on this device with source %s" -#~ msgstr "De %s neste dispositivo com origem %s" - -#~ msgid "From %s on this device with source %s and %s" -#~ msgstr "De %s neste dispositivo com origem %s e %s" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "IP range" -#~ msgstr "Faixa IP" - -#~ msgid "IPs" -#~ msgstr "IPs" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MACs" - -#~ msgid "Network" -#~ msgstr "Rede" - -#~ msgid "Refuse forward" -#~ msgstr "Recusar encaminhamento" - -#~ msgid "Refuse input" -#~ msgstr "Recusar entrada" - -#~ msgid "Refuse output" -#~ msgstr "Recusar saída" - -#~ msgid "To %s at %s on this device" -#~ msgstr "Para %s em %s neste dispositivo" - -#~ msgid "To %s in %s" -#~ msgstr "Para %s em %s" - -#~ msgid "To %s on this device" -#~ msgstr "Para %s neste dispositivo" - -#~ msgid "To %s, %s in %s" -#~ msgstr "Para %s, %s em %s" - -#~ msgid "Via %s" -#~ msgstr "Via %s" - -#~ msgid "Via %s at %s" -#~ msgstr "Através do %s na %s" - -#~ msgid "any host" -#~ msgstr "qualquer equipamento" - -#~ msgid "any router IP" -#~ msgstr "qualquer endereço IP do roteador" - -#~ msgid "not" -#~ msgstr "não" - -#~ msgid "port" -#~ msgstr "porta" - -#~ msgid "ports" -#~ msgstr "portas" - -#~ msgid "type" -#~ msgstr "tipo" - -#~ msgid "types" -#~ msgstr "tipos" - -#~ msgid "Force connection tracking" -#~ msgstr "Force o rastreamento da conexão" - -#~ msgid "Disable" -#~ msgstr "Desabilitar" - -#~ msgid "Restart Firewall" -#~ msgstr "Reiniciar o Firewall" - -#~ msgid "Rule is disabled" -#~ msgstr "A regra está desabilitada" - -#~ msgid "Rule is enabled" -#~ msgstr "A regra está habilitada" - -#~ msgid "Add" -#~ msgstr "Adicionar" - -#~ msgid "Add and edit..." -#~ msgstr "Adicionar e editar..." - -#~ msgid "External zone" -#~ msgstr "Zona externa" - -#~ msgid "New SNAT rule" -#~ msgstr "Nova regra de SNAT" - -#~ msgid "New forward rule" -#~ msgstr "Nova regra de encaminhamento" - -#~ msgid "New input rule" -#~ msgstr "Nova regra de entrada" - -#~ msgid "New port forward" -#~ msgstr "Novo encaminhamento de porta" - -#~ msgid "New source NAT" -#~ msgstr "Nova origem NAT" - -#~ msgid "Open ports on router" -#~ msgstr "Abrir portas no roteador" - -#~ msgid "Other..." -#~ msgstr "Outro..." - -#~ msgid "To source IP" -#~ msgstr "Para o endereço IP de origem" - -#~ msgid "To source port" -#~ msgstr "Para a porta de origem" - -#~ msgid "Output zone" -#~ msgstr "Zona de saída" - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(Entrada Sem Nome)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(Regra Sem Nome)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(SNAT Sem Nome)" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Encaminhamento entre Zonas" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "" -#~ "Casa o tráfego encaminhado para uma porta ou faixa de portas de destino " -#~ "específica." - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "" -#~ "Casa o tráfego entrante originado de uma porta ou faixa de portas no " -#~ "equipamento cliente." - -#~ msgid "Rewrite matched traffic to the given address." -#~ msgstr "Reescreva o tráfego correspondente para o endereço fornecido." - -#~ msgid "" -#~ "Rewrite matched traffic to the given source port. May be left empty to " -#~ "only rewrite the IP address." -#~ msgstr "" -#~ "Reescreva o tráfego correspondente para a porta de origem fornecida. Pode " -#~ "ficar em branco para somente reescrever o endereço IP." - -#~ msgid "Rewrite to source %s" -#~ msgstr "Reescrever para a origem %s" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "Reescrever para a origem %s, %s" - -#~ msgid "SNAT IP address" -#~ msgstr "Endereço IP da SNAT" - -#~ msgid "SNAT port" -#~ msgstr "Porta da SNAT" - -#~ msgid "Source NAT" -#~ msgstr "NAT origem" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "NAT origem é uma forma específica de mascaramento que permite o controle " -#~ "fino do endereço IP de origem usado no tráfego sainte. Por exemplo, para " -#~ "mapear múltiplos endereços WAN para subredes internas." - -#~ msgid "Start Time (hh:mm:ss)" -#~ msgstr "Hora inicial (hh:mm:ss)" - -#~ msgid "Stop Time (hh:mm:ss)" -#~ msgstr "Hora final (hh:mm:ss)" - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "Esta página permite que você mude propriedades avançadas da entrada do " -#~ "encaminhamento de porta. Na maioria dos casos, não é necessário modificar " -#~ "estas configurações." - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "" -#~ "Esta página permite que você mude propriedades avançadas da entrada da " -#~ "regra de tráfego, como os equipamentos de origem e destino." - -#~ msgid "Unnamed SNAT" -#~ msgstr "SNAT sem nome" - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "" -#~ "Você pode especificar múltiplas entradas selecionando \"-- personalizado " -#~ "--\" e então entrando os protocolos separados por espaço." - -#~ msgid "Zone %q" -#~ msgstr "Zona %q" - -# 20140621: edersg: tradução -#~ msgid "traffic" -#~ msgstr "tráfego" diff --git a/luci-app-firewall/po/ro/firewall.po b/luci-app-firewall/po/ro/firewall.po deleted file mode 100644 index 8fa1ff30a..000000000 --- a/luci-app-firewall/po/ro/firewall.po +++ /dev/null @@ -1,1161 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-03-29 12:19+0000\n" -"Last-Translator: Cristian Ionescu \n" -"Language-Team: Romanian \n" -"Language: ro\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " -"20)) ? 1 : 2;\n" -"X-Generator: Weblate 4.0-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Actiune" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Setări avansate" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Permite trecerea din zonele sursa." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Permite trecerea catre zonele sursa." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Oricare" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "Orice zi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "Conţinutul a fost salvat." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Retele acoperite" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Reguli suplimentare" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Destinaţie adresă" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Portul destinatie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Zonă de destinație" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Descarcă pachetele invalide" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Activează" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "Activează loopback NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Activează protecţia SYN-flood" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Activeaza log in aceasta zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "Funcție experimentală. Nu este complet compatibiă cu QoS/SQM." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Adresă IP externă" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Port extern" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Firewall - Reguli particularizate" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Firewall - Port-uri forwardate" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Firewall - Reguli ale traficului" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Setari zona la firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Forward" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Vineri" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Setări generale" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 şi IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "doar IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "doar IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Intrare" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Adresa IP interna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Port intern" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Zonă internă" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Limitează mesaje în log" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "Ajustare MSS" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Translatare" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Potrivire" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Potriveste pe tipul de ICMP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Luni" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Nume" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Ieşire" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protocol" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Sâmbătă" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "Sursă adresă IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "Sursă adresă MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Adresa sursa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Port sursa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Zona sursa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Duminică" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Joi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "Restricţii de timp" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Marţi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Miercuri" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zone" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "accept" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "oricare" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "orice zona" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "zi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "oră" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "minut" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "secundă" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "%s in %s" -#~ msgstr "%s în %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s cu %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s în %s" - -#~ msgid "Destination IP address" -#~ msgstr "Destinaţie adresă IP" - -#~ msgid "Do not rewrite" -#~ msgstr "Nu rescrie" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "type" -#~ msgstr "tip" - -#~ msgid "Force connection tracking" -#~ msgstr "Forteaza urmarirea conexiunilor" - -#~ msgid "Add" -#~ msgstr "Adaugă" - -#~ msgid "Add and edit..." -#~ msgstr "Adaugă şi editează..." - -#~ msgid "External zone" -#~ msgstr "Zonă externă" - -#~ msgid "New SNAT rule" -#~ msgstr "Regulă nouă SNAT" - -#~ msgid "Other..." -#~ msgstr "Altele..." - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(Intrare fără nume)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(Regulă fără nume)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(SNAT fără nume)" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "Forwardare intre-zone" - -#~ msgid "Source NAT" -#~ msgstr "Sursă NAT" - -#~ msgid "Zone %q" -#~ msgstr "Zona %q" diff --git a/luci-app-firewall/po/ru/firewall.po b/luci-app-firewall/po/ru/firewall.po deleted file mode 100644 index 59e3a75d8..000000000 --- a/luci-app-firewall/po/ru/firewall.po +++ /dev/null @@ -1,1512 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: LuCI: firewall\n" -"POT-Creation-Date: 2013-09-05 16:02+0200\n" -"PO-Revision-Date: 2020-02-12 11:00+0000\n" -"Last-Translator: Alex Ky \n" -"Language-Team: Russian \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.11-dev\n" -"Project-Info: Это технический перевод, не дословный. Главное-удобный русский " -"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" -"%{src?%{dest?Перенаправление:Входящий}:Исходящий} %{ipv6?%{ipv4?IPv4 и IPv6:IPv6}:IPv4}%{proto?, протокол " -"%{proto#%{next?, }%{item.types?%{item." -"name}ICMP с типами %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, метка %{mark.val}}%{dscp?, DSCP %{dscp.inv?%{dscp.val}:" -"%{dscp.val}}}%{helper?, помощник %{helper.inv?%{helper." -"val}:%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- добавить IP-адрес --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- добавить MAC-адрес --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" -"Разрешить %{src?%{dest?перенаправляемый:" -"входящий}:исходящий} трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "Предотвращать перезапись источника" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" -"Перенаправлять на %{dest}%{dest_ip? IP-" -"адрес %{dest_ip}}%{dest_port? порт %{dest_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" -"Отбрасывать %{src?%{dest?перенаправляемый:" -"входящий}:исходящий} трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" -"Назначить DSCP классификатор " -"%{set_dscp}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" -"Назначить помощника отслеживания " -"соединений %{set_helper}" -"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" -"%{set_mark?Назначить метку:XOR метки} " -"брандмауэра %{set_mark?:%{set_xmark}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" -"Автоматически перезаписывать IP-адрес " -"источника" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" -"Не отслеживать %{src?%{dest?" -"перенаправляемый:входящий}:исходящий} трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" -"Отклонять %{src?%{dest?перенаправляемый:" -"входящий}:исходящий} трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" -"Статически переписывать %{snat_ip?IP-адрес " -"источника на %{snat_ip}} %{snat_port?порт источника на " -"%{snat_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "IP-адрес для перезаписи должен быть указан!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "ACCEPT — отключить перезапись адреса" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Действие" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" -"Дополнительные аргументы iptables для классификации трафика зоны " -"назначения, например -p tcp --dport 443 для соответствия только " -"исходящему HTTPS трафику." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" -"Дополнительные аргументы iptables для классификации трафика зоны " -"источника, например -p tcp --sport 443 для соответствия только " -"входящему HTTPS трафику." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Дополнительные настройки" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "Разрешить «недействительный» трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Разрешить перенаправление из 'зон источников':" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Разрешить перенаправление в 'зоны назначения':" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Любой" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "Любой день" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" -"Применить побитовую операцию XOR заданного значения и существующего значения " -"метки для уже установленных соединений. Формат — значение[/маска]. Если " -"задана маска, то биты, заданные в маске, обнуляются." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" -"Применить заданный класс DSCP или значение к установленным соединениям." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" -"Назначить указанного помощника отслеживания соединений для соответствующего " -"трафика." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "Автоматическое назначение помощников" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" -"Автоматическое назначение помощников отслеживания соединений (conntrack) на " -"основе протокола и порта трафика" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "Отслеживание соединений (conntrack)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "Помощники отслеживания соединений" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "Содержимое сохранено." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "Продолжить" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "Охватываемые устройства" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Охватываемые сети" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "Охватываемые подсети" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Пользовательские правила" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Пользовательские правила позволяют выполнять произвольные команды iptables, " -"которые не охвачены рамками межсетевого экрана. Команды выполняются после " -"каждой перезагрузки межсетевого экрана, сразу после загрузки набора правил " -"по умолчанию." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "DSCP классификация" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "DSCP метка" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "Требуется DSCP метка" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Адрес назначения" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Порт назначения" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Зона назначения" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "Имя устройства" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" -"Не устанавливать дополнительные правила для отклонения перенаправляемого " -"трафика с состоянием недействительный (invalid). Это может " -"потребоваться для сложных настроек асимметричной маршрутизации." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Отбрасывать некорректные пакеты" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Включить" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "Включить NAT Loopback" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Включить защиту от SYN-flood атак" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Включить журналирование в этой зоне" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "Ожидается: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "Экспериментальный функционал. Не полностью совместим с QoS/SQM." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" -"Явно определяет допустимые варианты помощников (helpers) отслеживания " -"соединений (connection tracking) трафика в зоне" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Внешний IP-адрес" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Внешний порт" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Дополнительные аргументы" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "Дополнительные аргументы для назначения" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "Дополнительные аргументы iptables" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "Дополнительные аргументы для источника" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Межсетевой экран" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Межсетевой экран - Пользовательские правила" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "Межсетевой экран - Правила NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Межсетевой экран - Перенаправление портов" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Межсетевой экран - Правила для трафика" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Межсетевой экран - Настройка зон" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "Миграция конфигурации межсетевого экрана" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Перенаправление" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" -"Перенаправление IPv4%{proto?, протокол %{proto#%{next?, }%{item.name}}}%{mark?, метка %{mark.val}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Пятница" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"Из %{src}%{src_device?, интерфейс %{src_device}}%{src_ip?, IP-" -"адрес %{src_ip#%{next?, }%{item.ival}}}%{src_port?, порт " -"%{src_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" -"Из %{src}%{src_device?, интерфейс %{src_device}}%{src_ip?, IP-" -"адрес %{src_ip#%{next?, }%{item.ival}}}%{src_port?, порт " -"%{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC-адрес %{src_mac#" -"%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" -"Из %{src}%{src_ip?, IP-адрес %{src_ip#%{next?, }%{item.ival}}}%{src_port?, порт %{src_port#%{next?, }%{item.ival}}}%{src_mac?, " -"MAC-адрес %{src_mac#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Основные настройки" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "Аппаратный flow offloading" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 и IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Только IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Только IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "Входящее устройство" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" -"Входящий IPv4%{proto?, протокол %{proto#%{next?, }%{item.types?%{item.name}ICMP с " -"типами %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, метка %{mark.val}}%{helper?, помощник %{helper.inv?" -"%{helper.val}:%{helper." -"val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Входящий трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Внутренний IP-адрес" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Внутренний порт" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Внутренняя зона" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "Неверная DSCP метка" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "Неверное значение ограничения" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "Ограничение барста (burst)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Ограничить журнал сообщений" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "Соответствие по ограничениям" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" -"Ограничение до %{limit.num} пакетов в %{limit.unit}" -"%{limit.burst? барст (burst) %{limit.burst}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "Ограничивает сопоставление трафика указанной скорости." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "IP-адрес источника петли (Loopback)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" -"MASQUERADE — автоматически переписывать на IP-адрес исходящего интерфейса" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "Ограничение MSS" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Маскарадинг" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Соответствие" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "Соответствие DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Соответствие ICMP типу" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "Соответствие устройству" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" -"Соответствие перенаправляемого трафика, направленного на заданный IP-адрес." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" -"Соответствие перенаправляемого трафика, направленного на заданный порт " -"назначения или диапазон портов." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" -"Соответствие перенаправляемого трафика от данного IP-адреса или диапазона." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" -"Соответствие перенаправляемого трафика, исходящего от заданного порта " -"источника или диапазона портов." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "Соответствие помощнику" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Порт или диапазон портов, входящие подключения на который будут " -"перенаправляться на внутренний порт внутреннего IP-адреса (см. ниже)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "Соответствие метки" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" -"Сопоставление трафика с помощью указанного помощника отслеживания соединений." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" -"Соответствие определённой метке брандмауэра или диапазона различных меток." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" -"Соответствие перенаправляемого трафика, использующего указанное исходящее " -"сетевое устройство." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "Сопоставляет трафик с указанной DSCP-маркировкой." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" -"Максимальное начальное количество совпадающих пакетов: это число будет " -"пополняться на один каждый раз, когда лимит, указанный выше, не будет " -"достигнут, вплоть до этого числа." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Понедельник" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Дни месяца" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "Правила NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" -"Правила NAT позволяют точно контролировать IP-адрес источника в исходящем " -"или перенаправляемом трафике." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Имя" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" -"Применять правило только для входящих подключений на указанный IP-адрес." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Применять правило только для входящего трафика от этих MAC-адресов." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" -"Применять правило только для входящего трафика от этого IP-адреса или " -"диапазона адресов." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Применять правило только для входящего трафика от указанного порта или " -"диапазона портов клиентского хоста" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "Исходящее устройство" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "Исходящая зона" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Исходящий трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" -"Передаёт дополнительные аргументы таблице iptables. Используйте с " -"осторожностью!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" -"Передача аргументов iptables в правилах классификации входящего и исходящего " -"трафика позволяет сопоставлять пакеты, основанные на других критериях, " -"нежели чем интерфейсы или подсети. Эти опции следует использовать с особой " -"осторожностью, так как неверные значения могут привести к нарушению работы " -"правил межсетевого экрана, полностью открывая доступ ко всем службам системы." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Перенаправление портов" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"Перенаправленные портов позволяет удалённым компьютерам из Интернета " -"соединяться с компьютером или службой внутри частной локальной сети." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Протокол" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"Перенаправлять трафик на указанный порт или диапазон портов внутреннего IP-" -"адреса" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Перенаправлять трафик на указанный IP-адрес" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" -"Требуется аппаратная поддержка NAT. Реализовано, по крайней мере, для mt7621" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "Использовать маскарадинг только для указанных подсетей-получателей" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "Использовать маскарадинг только для указанных подсетей-отправителей" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Использовать протокол" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "IP-адрес для перезаписи" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "Перезаписать соответствующий трафик на указанный IP-адрес источника." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" -"Перезаписать соответствующий трафик на указанный порт источника или диапазон " -"портов." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "Порт для перезаписи" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "Маршрутизация/NAT offloading" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "SNAT — перезаписать на указанный IP-адрес источника или порт" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Суббота" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "Установить метку" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" -"Значение метки для уже установленных соединений. Формат — значение[/маска]. " -"Если указана маска, то изменяются только те биты, которые установлены в " -"маске." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "Программная реализация offloading для маршрутизации/NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "Программный flow offloading" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "IP-адрес источника" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "MAC-адрес источника" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Адрес источника" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Порт источника" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Зона источника" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" -"Определяет, привязывать ли это правило трафика к конкретному входящему или " -"исходящему сетевому устройству." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" -"Определяет, использовать внешний или внутренний IP-адрес для отраженного " -"трафика." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "Дата начала (год-мес-день)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "Время начала (чч.мм.сс)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "Дата окончания (год-мес-день)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "Время окончания (чч.мм.сс)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Воскресенье" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" -"Для правильной работы LuCI необходимо изменить существующую конфигурацию " -"межсетевого экрана." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "Межсетевой экран создает зоны в вашей сети для контроля трафика." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"Данные настройки управляют политиками перенаправления трафика между этой " -"(%s) и другими зонами. Трафиком 'зон-назначения' является " -"перенаправленный трафик 'исходящий из %q'. Трафиком " -"'зон-источников' является трафик 'направленый в %q'. Перенаправление является 'однонаправленным', то есть " -"перенаправление из lan в wan 'не' допускает перенаправление трафика " -"из wan в lan." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Страница содержит общие свойства %q. Режимы 'Входящий трафик' и " -"'Исходящий трафик' устанавливают политики по умолчанию для трафика, " -"поступающего и покидающего эту зону, в то время как режим " -"'Перенаправление' описывает политику перенаправления трафика между " -"различными сетями внутри зоны. 'Использовать сети' указывает, какие " -"доступные сети являются членами этой зоны." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Четверг" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "Временные ограничения" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Время UTC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"В %{dest}%{dest_device?, интерфейс %{dest_device}}%{dest_ip?, IP-" -"адрес %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, порт " -"%{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"В %{dest}%{dest_device?, через интерфейс %{dest_device}}%{dest_ip?, IP-адрес %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, порт %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"В %{dest}%{dest_ip?, IP-адрес %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, порт %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "Помощник отслеживания" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Правила для трафика" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Правила для трафика определяют политику прохождения пакетов между разными " -"зонами, например, запрет трафика между некоторыми хостами или открытие WAN-" -"портов маршрутизатора." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Вторник" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "Невозможно сохранить содержимое: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "Неизвестный или не установленный помощник «‎%s»" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "NAT без имени" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "Перенаправление без имени" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "Правило без имени" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "Зона без имени" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "Нераспознанный протокол" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" -"После нажатия кнопки «Продолжить», разделы правил перенаправления «redirect» " -"типа «SNAT» будут сконвертированы в разделы «nat» и межсетевой экран будет " -"перезапущен для применения и обновления конфигурации." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "Использовать внешний IP-адрес" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "Использовать внутренний IP-адрес" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" -"Используйте эту опцию для классификации трафика зоны по сетевым устройствам, " -"управляемым не через uci." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" -"Используйте эту опцию для классификации трафика зоны по источнику или " -"подсети назначения вместо сети или устройств." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "Требуется верная метка брандмауэра" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Среда" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "Дни недели" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "XOR метка брандмауэра" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "XOR метка" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Зона ⇒ Перенаправления" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Зоны" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "принимать" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "любой" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "любая зона" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "применить метку брандмауэра" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "назначить помощника отслеживания соединений" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "день" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "не перезаписывать" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "не отслеживать" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "не обрабатывать" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "час" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "минута" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "отвергать" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "секунда" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "это устройство" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "эта новая зона" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "без ограничений" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "не определено" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "верная метка брандмауэра" - -#~ msgid "%s in %s" -#~ msgstr "%s в %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s с %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s в %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d пакетов за %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "" -#~ "%d пакетов за %s, подряд %d пакетов" - -#~ msgid "%s and limit to %s" -#~ msgstr "%s с пределом в %s" - -#~ msgid "Accept forward" -#~ msgstr "Принимать перенаправляемый трафик" - -#~ msgid "Accept input" -#~ msgstr "Принимать входящий трафик" - -#~ msgid "Accept output" -#~ msgstr "Принимать исходящий трафик" - -#~ msgid "Destination IP address" -#~ msgstr "IP-адрес назначения" - -#~ msgid "Discard forward" -#~ msgstr "Отклонять перенаправляемый трафик" - -#~ msgid "Discard input" -#~ msgstr "Отклонять входящий трафик" - -#~ msgid "Discard output" -#~ msgstr "Отклонять исходящий трафик" - -#~ msgid "Do not rewrite" -#~ msgstr "Не перезаписывать" - -#~ msgid "Do not track forward" -#~ msgstr "Не отслеживать перенаправляемый трафик" - -#~ msgid "Do not track input" -#~ msgstr "Не отслеживать входящий трафик" - -#~ msgid "Do not track output" -#~ msgstr "Не отслеживать исходящий трафик" - -#~ msgid "Forward to" -#~ msgstr "Перенаправлять на" - -#~ msgid "From %s in %s" -#~ msgstr "Из %s в %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "Из %s в %s с источником %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "Из %s в %s с источниками %s и %s" - -#~ msgid "From %s on this device" -#~ msgstr "Из %s в это устройство" - -#~ msgid "From %s on this device with source %s" -#~ msgstr "Из %s в это устройство с источником %s" - -#~ msgid "From %s on this device with source %s and %s" -#~ msgstr "Из %s в это устройство с источниками %s and %s" - -#~ msgid "From %{ipaddr?:any host} %{port?with source %{port}}" -#~ msgstr "Из %{ipaddr?:любой хост} %{port?с источником %{port}}" - -#~ msgid "IP" -#~ msgstr "IP-адрес" - -#~ msgid "IP range" -#~ msgstr "Диапазон IP-адресов" - -#~ msgid "IPs" -#~ msgstr "IP-адреса" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MAC-адреса" - -#~ msgid "" -#~ "Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} " -#~ "%{mark?with firewall mark %{mark}} %{limit?limited to %{limit}}" -#~ msgstr "" -#~ "Соответствует %{protocol?%{family} %{protocol} трафику:любому %{family} " -#~ "трафику} %{mark?с меткой брандмауэра %{mark}}" - -#~ msgid "Network" -#~ msgstr "Сеть" - -#~ msgid "Refuse forward" -#~ msgstr "Сбрасывать перенаправляемый трафик" - -#~ msgid "Refuse input" -#~ msgstr "Сбрасывать входящий трафик" - -#~ msgid "Refuse output" -#~ msgstr "Сбрасывать исходящий трафик" - -#~ msgid "Rewrite to" -#~ msgstr "Перезаписать" - -#~ msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -#~ msgstr "" -#~ "Перезаписать на %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" - -#~ msgid "Rewrite to outbound device IP" -#~ msgstr "Перезаписать на IP-адрес исходящего устройства" - -#~ msgid "To %s at %s on this device" -#~ msgstr "К %s, %s на этом устройстве" - -#~ msgid "To %s in %s" -#~ msgstr "К %s в %s" - -#~ msgid "To %s on this device" -#~ msgstr "К %s на этом устройстве" - -#~ msgid "To %s, %s in %s" -#~ msgstr "К %s, %s в %s" - -#~ msgid "" -#~ "To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -#~ "%{device?egress device %{device}}" -#~ msgstr "" -#~ "На %{ipaddr?:любой адрес назначения} %{port?порт %{port}} %{zone?через " -#~ "зону %{zone}} %{device?исходящее устройство %{device}}" - -#~ msgid "Via %s" -#~ msgstr "Через %s" - -#~ msgid "Via %s at %s" -#~ msgstr "Через %s, %s" - -#~ msgid "any host" -#~ msgstr "любого хоста" - -#~ msgid "any router IP" -#~ msgstr "любой IP-адрес маршрутизатора" - -#~ msgid "not" -#~ msgstr "нет" - -#~ msgid "port" -#~ msgstr "порт" - -#~ msgid "ports" -#~ msgstr "порты" - -#~ msgid "type" -#~ msgstr "тип" - -#~ msgid "types" -#~ msgstr "типы" - -#~ msgid "Force connection tracking" -#~ msgstr "Принудительно включать отслеживание соединений" - -#~ msgid "" -#~ "Prevent the installation of NOTRACK rules which would bypass " -#~ "connection tracking." -#~ msgstr "" -#~ "Предотвратить установку NOTRACK правил, которые позволяют " -#~ "обходить отслеживание соединений (connection tracking)." - -#~ msgid "Disable" -#~ msgstr "Отключить" - -#~ msgid "Restart Firewall" -#~ msgstr "Перезапустить межсетевой экран" - -#~ msgid "Rule is disabled" -#~ msgstr "Правило отключено" - -#~ msgid "Rule is enabled" -#~ msgstr "Правило включено" - -#~ msgid "Add" -#~ msgstr "Добавить" - -#~ msgid "Add and edit..." -#~ msgstr "Добавить и редактировать..." - -#~ msgid "External zone" -#~ msgstr "Внешняя зона" - -#~ msgid "New SNAT rule" -#~ msgstr "Новое правило SNAT" - -#~ msgid "New forward rule" -#~ msgstr "Новое правило перенаправления" - -#~ msgid "New input rule" -#~ msgstr "Новое правило для входящего трафика" - -#~ msgid "New port forward" -#~ msgstr "Новое перенаправление порта" - -#~ msgid "New source NAT" -#~ msgstr "Новый SNAT" - -#~ msgid "Open ports on router" -#~ msgstr "Открыть порты на маршрутизаторе" - -#~ msgid "Other..." -#~ msgstr "Другое..." - -#~ msgid "To source IP" -#~ msgstr "К IP-адресу источника" - -#~ msgid "To source port" -#~ msgstr "К порту источника" - -#~ msgid "Output zone" -#~ msgstr "Исходящая зона" diff --git a/luci-app-firewall/po/sk/firewall.po b/luci-app-firewall/po/sk/firewall.po deleted file mode 100644 index 492ae91ef..000000000 --- a/luci-app-firewall/po/sk/firewall.po +++ /dev/null @@ -1,1103 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-04-04 17:34+0000\n" -"Last-Translator: Dušan Kazik \n" -"Language-Team: Slovak \n" -"Language: sk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.0-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Akcia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Pokročilé nastavenia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "Obsah bol uložený." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "Pokračovať" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Cieľová zóna" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "Očakáva sa: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Brána Firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Všeobecné nastavenia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Iba IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Názov" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protokol" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "Nie je možné uložiť obsah: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "neobmedzené" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "neurčené" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "MAC" -#~ msgstr "MAC" diff --git a/luci-app-firewall/po/sv/firewall.po b/luci-app-firewall/po/sv/firewall.po deleted file mode 100644 index 9df7a0926..000000000 --- a/luci-app-firewall/po/sv/firewall.po +++ /dev/null @@ -1,1246 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Swedish \n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Åtgärd" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Avancerade inställningar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Tillåt vidarebefordring från källzonerna:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Till vidarebefordring till destinationszonerna::" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Något" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "Innehåll har sparats." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Nätverk som omfattas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Anpassade regler" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Destinationens adress" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Destinationsport" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Destinationens zon" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Släpp ogiltiga paket" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Aktivera" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Aktivera loggning i den här zonen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Extern IP-adress" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Extern port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Extra argument" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Brandvägg" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Brandvägg - Anpassade regler" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Brandvägg - Vidarebefordring av port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Brandvägg - Trafikregler" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Brandvägg - Zoninställningar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Vidarebefordra" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "Fredag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Generella inställningar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 och IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Endast IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Endast IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Inmatning" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Intern IP-adress" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Intern port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Intern zon" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Begränsa loggmeddelanden" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Maskering" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Matcha" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Matchar ICMP-typ" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Matcha inkommande trafik dirigerad till den angivna destinationsporten eller " -"portens räckvidd på den här värden" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Måndag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Dagar i månaden" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Namn" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" -"Matcha endast inkommande trafik från den här IP-adressen eller räckvidden." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Utmatning" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Vidarebefordringar av port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Protokoll" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Begränsa till adressfamilj" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Lördag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "IP-adress för källa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "MAC-adress för källa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Adress för källkod" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "Startdatum (åååå-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "Stopptid (åååå-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Söndag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Torsdag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Tid enligt UTC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Trafikregler" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Tisdag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Onsdag" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "Veckodagar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zoner" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "acceptera" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "något" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "alla zoner" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "spåra inte" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "släpp" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "neka" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "%s in %s" -#~ msgstr "%s i %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s med %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%2, %s i %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d pkt. per %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "%d pkt. per %s, brustna %d pkt." - -#~ msgid "%s and limit to %s" -#~ msgstr "%s och gränsen till %s" - -#~ msgid "Destination IP address" -#~ msgstr "Destinationens IP-adress" - -#~ msgid "Do not rewrite" -#~ msgstr "Skriv inte om igen" - -#~ msgid "Forward to" -#~ msgstr "Vidarebefordra till" - -#~ msgid "From %s in %s" -#~ msgstr "Från %s i %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "Från %s i %s med källa %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "Från %s i %s med källa %s och %s" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "Network" -#~ msgstr "Nätverk" - -#~ msgid "To %s at %s on this device" -#~ msgstr "Till %s vid %s på den här enheten" - -#~ msgid "To %s in %s" -#~ msgstr "Till %s i %s" - -#~ msgid "To %s on this device" -#~ msgstr "Till %s på den här enheten" - -#~ msgid "To %s, %s in %s" -#~ msgstr "Till %s, %s i %s" - -#~ msgid "Via %s" -#~ msgstr "Via %s" - -#~ msgid "any host" -#~ msgstr "alla värdar" - -#~ msgid "port" -#~ msgstr "port" - -#~ msgid "ports" -#~ msgstr "portar" - -#~ msgid "type" -#~ msgstr "typ" - -#~ msgid "Disable" -#~ msgstr "Inaktivera" - -#~ msgid "Restart Firewall" -#~ msgstr "Starta om brandvägg" - -#~ msgid "Add" -#~ msgstr "Lägg till" - -#~ msgid "Add and edit..." -#~ msgstr "Lägg till och redigera..." - -#~ msgid "External zone" -#~ msgstr "Extern zon" - -#~ msgid "New SNAT rule" -#~ msgstr "Ny SNAT-regel" - -#~ msgid "New forward rule" -#~ msgstr "Ny regel för vidarebefordring" - -#~ msgid "New input rule" -#~ msgstr "Ny inmatningsregel" - -#~ msgid "New port forward" -#~ msgstr "Ny vidarebefordring av port" - -#~ msgid "New source NAT" -#~ msgstr "Ny käll-NAT" - -#~ msgid "Open ports on router" -#~ msgstr "Öppna portar i router" - -#~ msgid "Other..." -#~ msgstr "Andra..." - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(Namnlös post)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(Namnlös regel)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(Namnlös SNAT)" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "" -#~ "Matcha vidarebefordrad trafik till den angivna destinationsporten eller " -#~ "portens räckvidd." - -#~ msgid "Rewrite to source %s" -#~ msgstr "Skriv om igen till källan %s" - -#~ msgid "SNAT IP address" -#~ msgstr "IP-adress för SNAT" - -#~ msgid "SNAT port" -#~ msgstr "SNAT-port" - -#~ msgid "Start Time (hh:mm:ss)" -#~ msgstr "Starttid (tt:mm:ss)" - -#~ msgid "Stop Time (hh:mm:ss)" -#~ msgstr "Stopptid (tt:mm:ss)" - -#~ msgid "Zone %q" -#~ msgstr "Zon %q" - -#~ msgid "traffic" -#~ msgstr "trafik" diff --git a/luci-app-firewall/po/templates/firewall.pot b/luci-app-firewall/po/templates/firewall.pot deleted file mode 100644 index bd49dd2ae..000000000 --- a/luci-app-firewall/po/templates/firewall.pot +++ /dev/null @@ -1,1103 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:48 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:433 -msgid "-- add IP --" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:481 -msgid "-- add MAC --" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:118 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:87 -msgid "Prevent source rewrite" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:115 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:133 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:127 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:130 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "Automatically rewrite source IP" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:124 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:121 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:81 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:213 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:173 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:229 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:158 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:208 -msgid "Action" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:255 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:138 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Advanced Settings" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:227 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:327 -msgid "Allow forward from source zones:" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:286 -msgid "Allow forward to destination zones:" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:508 -msgid "Any" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:274 -msgid "Any day" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:230 -msgid "Automatic helper assignment" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:230 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Conntrack Settings" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:234 -msgid "Conntrack helpers" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:16 -msgid "Contents have been saved." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:652 -msgid "Continue" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered devices" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:156 -msgid "Covered networks" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Covered subnets" -msgstr "" - -#: luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:54 -msgid "Custom Rules" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:26 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:374 -msgid "DSCP classification" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:262 -msgid "DSCP mark" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:296 -msgid "DSCP mark required" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Destination address" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:357 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "Destination port" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:349 -msgid "Destination zone" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "Device name" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:227 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 -msgid "Drop invalid packets" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 -msgid "Enable" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 -msgid "Enable NAT Loopback" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Enable SYN-flood protection" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:240 -msgid "Enable logging on this zone" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:338 -msgid "Expecting: %s" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:63 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:234 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "External IP address" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "External port" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:290 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Extra arguments" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 -msgid "Extra destination arguments" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:95 -msgid "Extra iptables arguments" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:255 -msgid "Extra source arguments" -msgstr "" - -#: luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "Firewall - Custom Rules" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "Firewall - NAT Rules" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "Firewall - Port Forwards" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "Firewall - Traffic Rules" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "Firewall - Zone Settings" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "Firewall configuration migration" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:50 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:132 -msgid "Forward" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:30 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:285 -msgid "" -"Forwards ports from server using V2Ray proxy (if enabled) instead of VPN" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Friday" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:149 -msgid "Full Cone" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:40 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -#: luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:17 -msgid "General Settings" -msgstr "" - -#: luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json:3 -msgid "Grant access to firewall configuration" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Hardware flow offloading" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "IPv4 and IPv6" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:209 -msgid "IPv4 only" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:274 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:210 -msgid "IPv6 only" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -msgid "Inbound device" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:38 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Input" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Internal IP address" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "Internal port" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:228 -msgid "Internal zone" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:304 -msgid "Invalid DSCP mark" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:372 -msgid "Invalid limit value" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:382 -msgid "Limit burst" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:243 -msgid "Limit log messages" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:348 -msgid "Limit matching" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:75 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:68 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:349 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 -msgid "Loopback source IP" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:153 -msgid "MSS clamping" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:146 -msgid "Masquerading" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:162 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:218 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:147 -msgid "Match" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:262 -msgid "Match DSCP" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:285 -msgid "Match ICMP type" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:241 -msgid "Match device" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:200 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:262 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:399 -msgid "Match helper" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:221 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "Match mark" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:262 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:399 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:318 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Monday" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:442 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 -msgid "Month Days" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:130 -#: luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:44 -msgid "NAT Rules" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Name" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:216 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:202 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:245 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Outbound device" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:173 -msgid "Outbound zone" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Output" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:291 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:250 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:252 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:132 -#: luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:26 -msgid "Port Forwards" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:169 -msgid "Protocol" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:240 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:235 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:75 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:220 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:213 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:207 -msgid "Restrict to address family" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite IP address" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite port" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Routing/NAT Offloading" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 -msgid "Saturday" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "Set mark" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:317 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:70 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software flow offloading" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Source IP address" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -msgid "Source MAC address" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Source address" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:342 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "Source port" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:190 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 -msgid "Source zone" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:262 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:289 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:453 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:281 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:465 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:293 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:457 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:285 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Sunday" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:646 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:38 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:282 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:104 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Thursday" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:183 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:137 -msgid "Time Restrictions" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:469 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:297 -msgid "Time in UTC" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 -msgid "Tracking helper" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:176 -#: luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:35 -msgid "Traffic Rules" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Tuesday" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:19 -msgid "Unable to save contents: %s" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:277 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:414 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:140 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:144 -msgid "Unnamed NAT" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:145 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:159 -msgid "Unnamed forward" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:190 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:215 -msgid "Unnamed rule" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:109 -msgid "Unnamed zone" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:550 -msgid "Unrecognized protocol" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:647 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -msgid "Use V2Ray" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:257 -msgid "Use external IP address" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use internal IP address" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:330 -msgid "Valid firewall mark required" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Wednesday" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 -msgid "Week Days" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "XOR firewall mark" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "XOR mark" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:81 -msgid "Zones" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:56 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:138 -msgid "accept" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:433 -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:455 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:243 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:264 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:290 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:345 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:360 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:401 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 -msgid "any" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:49 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:82 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:40 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:50 -msgid "any zone" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "apply firewall mark" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "assign conntrack helper" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61 -msgid "day" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:234 -msgid "do not rewrite" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "don't track" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "drop" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61 -msgid "hour" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61 -msgid "minute" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "reject" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61 -msgid "second" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:49 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:82 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:50 -msgid "this device" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "this new zone" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:353 -msgid "unlimited" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "unspecified" -msgstr "" - -#: luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:338 -msgid "valid firewall mark" -msgstr "" diff --git a/luci-app-firewall/po/tr/firewall.po b/luci-app-firewall/po/tr/firewall.po deleted file mode 100644 index 0f934366f..000000000 --- a/luci-app-firewall/po/tr/firewall.po +++ /dev/null @@ -1,1103 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Turkish \n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Eylem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "MAC" -#~ msgstr "MAC" diff --git a/luci-app-firewall/po/uk/firewall.po b/luci-app-firewall/po/uk/firewall.po deleted file mode 100644 index b6fea811a..000000000 --- a/luci-app-firewall/po/uk/firewall.po +++ /dev/null @@ -1,1435 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"PO-Revision-Date: 2020-02-19 13:41+0000\n" -"Last-Translator: Yurii Petrashko \n" -"Language-Team: Ukrainian \n" -"Language: uk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.11\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" -"%{src?%{dest?Переспрямовування:Вхідний}:Вихідний} %{ipv6?%{ipv4?IPv4 та IPv6:IPv6}:IPv4}%{proto?, протокол " -"%{proto#%{next?, }%{item.types?%{item." -"name}ICMP із типами %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, позначка %{mark.val}}%{dscp?, DSCP %{dscp.inv?%{dscp.val}:%{dscp.val}}}%{helper?, помічник %{helper.inv?%{helper.val}:%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- додати IP-адресу --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- додати MAC-адресу --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" -"Приймати %{src?%{dest?переспрямований:" -"вхідний}:вихідний} трафік" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "Запобігати перезапису джерела" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" -"Переспрямовувати на %{dest}%{dest_ip? IP-" -"адресу %{dest_ip}}%{dest_port? порт %{dest_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" -"Відхиляти %{src?%{dest?переспрямований:" -"вхідний}:вихідний} трафік" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" -"Призначити DSCP класифікатор " -"%{set_dscp}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" -"Призначити помічника відслідковування " -"з'єднань %{set_helper}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" -"%{set_mark?Призначити мітку:XOR мітки} " -"брандмауера %{set_mark?:%{set_xmark}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" -"Автоматично перезаписувати IP-адресу " -"джерела" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" -"Не відслідковувати %{src?%{dest?" -"переспрямований:вхідний}:вихідний} трафік" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" -"Відхиляти %{src?%{dest?переспрямований:" -"вхідний}:вихідний} трафік" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" -"Статично перезаписувати %{snat_ip?IP-адресу " -"джерела на %{snat_ip}} %{snat_port?порт джерела на " -"%{snat_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "Потрібно вказати IP-адресу для перезапису!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "ACCEPT — Вимкнути перезапис адреси" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Дія" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" -"Додаткові аргументи raw iptables для класифікації трафіку " -"призначення зони, наприклад, -p tcp --dport 443, щоб зіставляти " -"лише вихідний трафік HTTPS." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" -"Додаткові аргументи raw iptables для класифікації трафіку джерела " -"зони, наприклад, -p tcp --sport 443, щоб зіставляти лише " -"вхідний трафік HTTPS." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "Додаткові параметри" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "Дозволити \"неправильний\" трафік" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "Дозволити переспрямовування від зон джерела:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "Дозволити переспрямовування до зон призначення:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "Будь-який" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "Будь-який день" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" -"Застосувати побітове XOR заданого та наявного значень мітки для вже " -"встановлених з'єднань. Формат — значення[/маска]. Якщо маску вказано, то " -"біти, встановлені в масці, обнуляються." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "Застосувати заданий клас або значення DSCP до встановлених з'єднань." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" -"Призначити вказаного помічника відслідковування з'єднань для відповідного " -"трафіку." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "Автоматичне призначення помічника" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" -"Автоматично призначати помічників відслідковування з'єднань (Conntrack) на підставі протоколу та порту " -"трафіку" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" -"Параметри відслідковування з'єднань (Conntrack)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" -"Помічники відслідковування з'єднань (Conntrack)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "Вміст збережено." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "Продовжити" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "Охоплені пристрої" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "Охоплені мережі" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "Охоплені підмережі" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "Настроювані правила" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"Настроювані правила дозволяють виконувати довільні команди iptables, які в іншому випадку не охоплено в межах брандмауера. Команди " -"виконуються після кожного перезавантаження брандмауера, відразу після " -"завантаження типового набору правил." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "класифікація DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "Позначка DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "Потрібна позначка DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Адреса призначення" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Порт призначення" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "Зона призначення" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "Назва пристрою" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" -"Не встановлювати додаткові правила для відхилення переспрямованого трафіку " -"зі станом відслідковування з'єднань invalid. Це може знадобитися " -"для складних налаштувань асиметричного маршруту." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Відхиляти помилкові пакети" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Увімкнути" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "Увімкнути NAT Loopback" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "Увімкнути захист від SYN-flood" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "Увімкнути реєстрування у цій зоні" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "Очікується: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "Експериментальна функція. Не повністю сумісно з QoS / SQM." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" -"В явному вигляді дозволені помічники відслідковування з'єднань для трафіку " -"зони" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "Зовнішня IP-адреса" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "Зовнішній порт" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "Додаткові аргументи" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "Додаткові аргументи для призначення" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "Додаткові аргументи iptables" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "Додаткові аргументи для джерела" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Брандмауер" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "Брандмауер — Настроювані правила" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "Брандмауер — Правила NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "Брандмауер — Переспрямовування портів" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "Брандмауер — Правила трафіку" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "Брандмауер — Параметри зон" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "Переміщення конфігурації брандмауера" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "Переспрямовування" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" -"Переспрямовування IPv4%{proto?, протокол %{proto#%{next?, }%{item.name}" -"}}%{mark?, позначка %{mark.val}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "П'ятниця" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"Із %{src}%{src_device?, інтерфейс %{src_device}}%{src_ip?, IP-" -"адреса %{src_ip#%{next?, }%{item.ival}}}%{src_port?, порт " -"%{src_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" -"Із %{src}%{src_device?, інтерфейс %{src_device}}%{src_ip?, IP-" -"адреса %{src_ip#%{next?, }%{item.ival}}}%{src_port?, порт " -"%{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC-адреса %{src_mac#" -"%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" -"Із %{src}%{src_ip?, IP-адреса %{src_ip#%{next?, }%{item.ival}}}%{src_port?, порт %{src_port#%{next?, }%{item.ival}}}%{src_mac?, " -"MAC-адреса %{src_mac#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "Загальні параметри" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "Апаратні засоби розвантаження потоку" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 та IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "Лише IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "Лише IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "Вхідний пристрій" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" -"Вхідний IPv4%{proto?, протокол %{proto#%{next?, }%{item.types?%{item.name}ICMP із " -"типами %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, позначка %{mark.val}}%{helper?, помічник " -"%{helper.inv?%{helper.val}:%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Вхідний трафік" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "Внутрішня IP-адреса" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "Внутрішній порт" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "Внутрішня зона" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "Неприпустима позначка DHCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "Неприпустиме значення обмеження" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "Обмеження блоку" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "Обмеження повідомлень журналу" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "Обмеження зіставляння" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" -"Обмеження зіставляння до %{limit.num} пакетів на %{limit." -"unit}%{limit.burst? блок %{limit.burst}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "Обмеження зіставляння трафіку із вказаною швидкістю." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "IP-адреса джерела зворотної петлі" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" -"MASQUERADE - Автоматично переписувати на IP-адресу вихідного інтерфейсу" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "Обмежування MSS" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "Підміна" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "Зіставляти" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "Зіставляти DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "Зіставляти ICMP типу" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "Зіставляти пристрою" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" -"Зіставляння переспрямованого трафіку, спрямованого на вказану IP-адресу." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" -"Зіставляння переспрямованого трафіку, спрямованого на вказаний порт " -"призначення або діапазон портів." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "Зіставляння переспрямованого трафіку від цієї IP-адреси або діапазону." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" -"Зіставляння переспрямованого трафіку, що походить із заданого порту джерела " -"або діапазону портів." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "Зіставляти помічнику" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" -"Зіставляти вхідний трафік, спрямований на заданий порт призначення або " -"діапазон портів цього вузла" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "Зіставляти позначці" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" -"Зіставляти трафік за допомогою вказаного помічника відслідковування з'єднань." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" -"Зіставляти вказаній позначці брандмауера або діапазону різних позначок." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" -"Зіставляння переспрямованого трафіку за допомогою вказаного вихідного " -"мережевого пристрою." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "Зіставляти трафік із вказаною позначкою DSCP." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" -"Максимальна початкова кількість пакетів, що зіставляються: це число " -"збільшується на одиницю щоразу, коли вказане вище обмеження не досягнуто, аж " -"до цього числа." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "Понеділок" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "Дні місяця" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "Правила NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" -"Правила NAT дозволяють тонко контролювати IP-адресу джерела, що " -"використовується для вихідного чи переспрямованого трафіку." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "Назва" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "Зіставляти тільки вхідний трафік, спрямований на вказану IP-адресу." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "Зіставляти тільки вхідний трафік від цих MAC-адрес." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "Зіставляти тільки вхідний трафік від цього IP чи діапазону." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" -"Зіставляти тільки вхідний трафік, що виникає на заданому порту джерела або " -"діапазоні портів вузла клієнта" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "Вихідний пристрій" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "Вихідна зона" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Вихідний трафік" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" -"Передавання додаткових аргументів для IPTables. Використовуйте з обережністю!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" -"Передавання аргументів raw iptables до правил класифікації вихідного трафіку " -"та трафіку призначення дозволяє зіставляти пакети на підставі інших " -"критеріїв, ніж інтерфейси чи підмережі. Ці параметри слід використовувати з " -"особливою обережністю, оскільки невірні значення можуть призвести до " -"порушення набору правил брандмауера, повністю відкриваючи всі служби." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "Переспрямовування портів" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"Переспрямовування портів дозволяє віддаленим комп'ютерам з Інтернету " -"підключатися до певного комп'ютера або служби у приватній мережі." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Протокол" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" -"Переспрямувати відповідний вхідний трафік на заданий порт внутрішнього вузла" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "Переспрямувати відповідний вхідний трафік на заданий внутрішній вузол" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "Необхідна апаратна підтримка NAT. Упроваджено принаймні для mt7621" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "Обмежити підміну заданими підмережами призначення" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "Обмежити підміну заданими підмережами джерела" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "Обмежити сімейство протоколів" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "IP-адреса для перезапису" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "Перезаписати відповідний трафік на вказану IP-адресу джерела." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" -"Перезаписати відповідний трафік на вказаний порт джерела або діапазон портів." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "Порт для перезапису" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "Розвантаження маршрутизації/NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "SNAT - Перезаписати на вказану IP-адресу джерела або порт" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "Субота" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "Установити позначку" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" -"Встановіть задане значення позначки для встановлених з'єднаннях. Формат — " -"значення[/маска]. Якщо вказано маску, то змінюються лише ті біти, які " -"встановлені в масці." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "Програмне розвантаження для маршрутизації/NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "Програмне розвантаження потоку" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "IP-адреса джерела" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "MAC-адреса джерела" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "Адреса джерела" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Порт джерела" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "Зона джерела" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" -"Визначає, чи слід прив'язувати це правило трафіку до певного вхідного або " -"вихідного мережевого пристрою." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" -"Визначає, чи використовувати зовнішню або внутрішню IP-адресу для відбитого " -"трафіку." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "Дата початку (рррр-мм-дд)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "Час початку (гг:хх:сс)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "Дата зупинки (рррр-мм-дд)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "Час зупинки (гг:хх:сс)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "Неділя" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" -"Для належного функціонування LuCI потрібно змінити існуючу конфігурацію " -"брандмауера." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"Брандмауер створює зони поверх ваших мережевих інтерфейсів для управління " -"потоком мережевого трафіку." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"Опції, наведені нижче, керують політиками переспрямовування між цією (%s) та " -"іншими зонами. Зони призначення покриваються переспрямованим " -"трафіком, що виходить з %q. Зони джерела " -"покриваються трафіком з інших зон, переспрямованим на %q. " -"Правило переспрямовування є односпрямованим, тобто, спрямовування " -"від LAN до WAN не означає, що є також дозвіл спрямовувати від WAN " -"до LAN." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"Цей розділ визначає загальні властивості %q. Параметри вхідний і " -"вихідний задають типову політику для трафіку на вході й виході з " -"цієї зони, а параметр переспрямовування описує політику " -"спрямовування трафіку між різними мережами в межах зони. Пункт Покриті " -"мережі визначає, які доступні мережі є членами цієї зони." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "Четвер" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "Часові обмеження" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "Час в UTC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"До %{dest}%{dest_device?, інтерфейс %{dest_device}}%{dest_ip?, IP-" -"адреса %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, порт " -"%{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"До %{dest}%{dest_device?, через інтерфейс %{dest_device}}%{dest_ip?, IP-адреса %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, порт %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"До %{dest}%{dest_ip?, IP-адреса %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, порт %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "Помічник відслідковування" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "Правила трафіку" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"Правила трафіку визначають політику для пакетів, що пересилаються між " -"різними зонами, наприклад, відхиляти трафік між певними вузлами або відкрити " -"порти WAN на маршрутизаторі." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "Вівторок" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "Не вдалося зберегти вміст: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" -"Невідомий або не інстальований помічник відслідковування з'єднань \"%s\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "NAT без назви" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "Переспрямовування без назви" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "Правило без назви" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "Зона без назви" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "Нерозпізнаний протокол" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" -"Після натискання кнопки \"Продовжити\" розділи \"redirect\" з цільовою \"SNAT" -"\" буде перетворено на розділи \"nat\", і брандмауер буде перезапущено для " -"застосування оновленої конфігурації." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "Використовувати зовнішню IP-адресу" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "Використовувати внутрішню IP-адресу" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" -"Використовуйте цей параметр для класифікації трафіку зон за мережевими " -"пристроями raw, які не управляються через uci." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" -"Використовуйте цей параметр для класифікації трафіку зон за підмережею " -"джерела чи призначення замість мереж або пристроїв." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "Потрібна дійсна позначка брандмауера" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "Середа" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "Дні тижня" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "XOR позначки брандмауера" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "XOR позначки" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "Зона ⇒ Переспрямовування" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Зони" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "приймати" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "будь-який" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "будь-якої зони" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "застосувати позначку брандмауера" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "призначити помічника відслідковування з'єднань" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "день" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "не переписувати" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "не відстежувати" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "опускати" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "година" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "хвилина" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "відхиляти" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "секунду" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "цього пристрою" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "ця нова зона" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "необмежено" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "невизначено" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "дійсна розначка брандмауера" - -#~ msgid "%s in %s" -#~ msgstr "%s у %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s із %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s у %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d пакетів за %s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "" -#~ "%d пакетів за %s, підряд %d пакетів" - -#~ msgid "%s and limit to %s" -#~ msgstr "%s з лімітом %s" - -#~ msgid "Accept forward" -#~ msgstr "Приймати переспрямовування" - -#~ msgid "Accept input" -#~ msgstr "Приймати вхідний" - -#~ msgid "Accept output" -#~ msgstr "Приймати вихідний" - -#~ msgid "Discard forward" -#~ msgstr "Відкидати переспрямовування" - -#~ msgid "Discard input" -#~ msgstr "Відкидати вхідний" - -#~ msgid "Discard output" -#~ msgstr "Відкидати вихідний" - -#~ msgid "Do not track forward" -#~ msgstr "Не відслідковувати переспрямовування" - -#~ msgid "Do not track input" -#~ msgstr "Не відслідковувати вхідний" - -#~ msgid "Do not track output" -#~ msgstr "Не відслідковувати вихідний" - -#~ msgid "Forward to" -#~ msgstr "переспрямовування до" - -#~ msgid "From %s in %s" -#~ msgstr "%s у %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "%s у %s з джерелом %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "%s у %s з джерелом %s та %s" - -#~ msgid "From %s on this device" -#~ msgstr "Від %s на цьому пристрої" - -#~ msgid "From %s on this device with source %s" -#~ msgstr "Від %s на цьому пристрої з джерелом %s" - -#~ msgid "From %s on this device with source %s and %s" -#~ msgstr "Від %s на цьому пристрої з джерелом %s та %s" - -#~ msgid "IP" -#~ msgstr "IP-адреса" - -#~ msgid "IP range" -#~ msgstr "Діапазон IP" - -#~ msgid "IPs" -#~ msgstr "IP-адреси" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC-адреса" - -#~ msgid "MACs" -#~ msgstr "MAC-адреси" - -#~ msgid "Network" -#~ msgstr "Мережа" - -#~ msgid "Refuse forward" -#~ msgstr "Відхиляти переспрямовування" - -#~ msgid "Refuse input" -#~ msgstr "Відхиляти вхідний" - -#~ msgid "Refuse output" -#~ msgstr "Відхиляти вихідний" - -#~ msgid "To %s at %s on this device" -#~ msgstr "%s на %s цього пристрою" - -#~ msgid "To %s in %s" -#~ msgstr "%s у %s" - -#~ msgid "To %s on this device" -#~ msgstr "%s на цього пристрою" - -#~ msgid "To %s, %s in %s" -#~ msgstr "%s, %s у %s" - -#~ msgid "Via %s" -#~ msgstr "Через %s" - -#~ msgid "Via %s at %s" -#~ msgstr "Через %s на %s" - -#~ msgid "any host" -#~ msgstr "будь-який вузол" - -#~ msgid "any router IP" -#~ msgstr "будь-який IP роутера" - -#~ msgid "not" -#~ msgstr "не" - -#~ msgid "port" -#~ msgstr "порт" - -#~ msgid "ports" -#~ msgstr "порти" - -#~ msgid "type" -#~ msgstr "типом" - -#~ msgid "types" -#~ msgstr "типами" - -#~ msgid "Force connection tracking" -#~ msgstr "Примусове відслідковування з'єднань" - -#~ msgid "" -#~ "Prevent the installation of NOTRACK rules which would bypass " -#~ "connection tracking." -#~ msgstr "" -#~ "Запобігати встановленню правил NOTRACK, які могли б обійти " -#~ "відслідковування з'єднань." - -#~ msgid "Disable" -#~ msgstr "Вимкнути" - -#~ msgid "Restart Firewall" -#~ msgstr "Перезавантажити брандмауер" - -#~ msgid "Rule is disabled" -#~ msgstr "Правило вимкнено" - -#~ msgid "Rule is enabled" -#~ msgstr "Правило ввімкнено" diff --git a/luci-app-firewall/po/vi/firewall.po b/luci-app-firewall/po/vi/firewall.po deleted file mode 100644 index 217eafe70..000000000 --- a/luci-app-firewall/po/vi/firewall.po +++ /dev/null @@ -1,1117 +0,0 @@ -# luci-fw.pot -# generated from ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Vietnamese \n" -"Language: vi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "Hành động" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "Địa chỉ điểm đến" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "Cổng điểm đến" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -#, fuzzy -msgid "Destination zone" -msgstr "Điểm đến" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "Bỏ qua nhưng gói không hợp lý" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "Kích hoạt" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -#, fuzzy -msgid "Enable SYN-flood protection" -msgstr "SYN-flood bảo vệ " - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "External port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "Firewall" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "Input" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -#, fuzzy -msgid "Internal IP address" -msgstr "Internal address" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -#, fuzzy -msgid "Internal port" -msgstr "External port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -#, fuzzy -msgid "MSS clamping" -msgstr "MSS Clamping" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "Output" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "Giao thức" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -#, fuzzy -msgid "Source IP address" -msgstr "Đỉa chỉ MAC nguồn" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -#, fuzzy -msgid "Source address" -msgstr "Đỉa chỉ MAC nguồn" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "Cổng nguồn" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -#, fuzzy -msgid "Source zone" -msgstr "Cổng nguồn" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "" -"The firewall tạo zones trên giao diện mạng lưới để điều triển sự dòng lưu " -"thông của mạng." - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "Zones" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "chấp nhận" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "drop" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "Không chấp nhận" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "MAC" -#~ msgstr "MAC" diff --git a/luci-app-firewall/po/zh_Hans/firewall.po b/luci-app-firewall/po/zh_Hans/firewall.po deleted file mode 100644 index 54366b246..000000000 --- a/luci-app-firewall/po/zh_Hans/firewall.po +++ /dev/null @@ -1,1483 +0,0 @@ -# -# Yangfl , 2017, 2018. -# Zheng Qian , 2019. -# -msgid "" -msgstr "" -"Project-Id-Version: \n" -"PO-Revision-Date: 2020-02-19 20:00+0000\n" -"Last-Translator: xiazhang \n" -"Language-Team: Chinese (Simplified) \n" -"Language: zh_Hans\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" -"%{src?%{dest?转发:入站}:出站} %{ipv6?%{ipv4?IPv4 and IPv6:IPv6}:IPv4}%{proto?, 协议 %{proto#" -"%{next?, }%{item.types?%{item.name}" -"具有类型 %{item.types#%{next?, }%{item}} 的 ICMP:%{item.name}}}}%{mark?, 标记 %{mark.val}}%{dscp?, DSCP %{dscp.inv?%{dscp.val}:%{dscp.val}}}%{helper?, 助手 %{helper.inv?%{helper.val}:" -"%{helper.val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- 添加 IP --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- 添加 MAC --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "接受 %{src?%{dest?转发:入站}:出站}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "防止重写源" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" -"转发 至 %{dest}%{dest_ip? IP %{dest_ip}" -"}%{dest_port? 端口 %{dest_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "丢弃 %{src?%{dest?转发:入站}:出站}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "分配 DSCP 分类 %{set_dscp}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" -"分配 conntrack 助手 %{set_helper}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" -"%{set_mark?分配:异或} 防火墙标记 " -"%{set_mark?:%{set_xmark}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "自动重写 源 IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" -"不跟踪 %{src?%{dest?转发:入站}:出站}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "拒绝 %{src?%{dest?转发:入站}:出站}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" -"静态重写 到源 %{snat_ip?IP %{snat_ip}} %{snat_port?端口 %{snat_port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "必须指定重写 IP!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "接受 - 禁用地址重写" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "动作" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" -"附加 iptables 参数对区域出流量分类。如:-p tcp --dport 443 仅匹配出站 HTTPS 流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" -"附加 iptables 参数对区域入流量分类。如:-p tcp --sport 443 仅匹配入站 HTTPS 流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "高级设置" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "允许“无效”流量" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "允许来自源区域的转发:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "允许转发到目标区域:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "任何" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "每天" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" -"在已建立的连接上对给定值和现有标记值进行按位异或。格式为 value[/mask]。如果指" -"定了掩码,则掩码中设置的位将归零。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "将给定的 DSCP 类或值应用于已建立的连接。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "将指定的连接跟踪助手分配给匹配的流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "自动助手分配" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "根据流量协议和端口自动分配 conntrack 助手" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "Conntrack 设置" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "Conntrack 助手" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "内容已保存。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "继续" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "涵盖的设备" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "涵盖的网络" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "涵盖的子网" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "自定义规则" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"自定义规则允许您执行不属于防火墙框架的任意 iptables 命令。每次重启防火墙时," -"在默认的规则运行后这些命令将立即执行。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "DSCP 类别" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "DSCP 标记" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "需要 DSCP 标记" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "目标地址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "目标端口" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "目标区域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "设备名称" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" -"不安装额外的规则以拒绝 conntrack 状态为无效的转发流量。对复杂的非对" -"称路由这可能是必需的设置。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "丢弃无效数据包" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "启用" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "启用 NAT 环回" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "启用 SYN-flood 防御" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "启用此区域的日志记录" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "需要:%s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "实验特性。与 QoS/SQM 不完全兼容。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "为区域流量明确选择允许的连接跟踪助手" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "外部 IP 地址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "外部端口" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "额外参数" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "额外的目标参数" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "额外的 iptables 参数" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "额外的源参数" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "防火墙" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "防火墙 - 自定义规则" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "防火墙 - NAT 规则" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "防火墙 - 端口转发" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "防火墙 - 通信规则" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "防火墙 - 区域设置" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "防火墙配置迁移" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "转发" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" -"转发的 IPv4%{proto?, 协议 %{proto#%{next?, }%{item.name}}}%{mark?, 标记 %{mark.val}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "星期五" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"来自 %{src}%{src_device?, 接口 %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, 端口 %{src_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" -"来自 %{src}%{src_device?, 接口 %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, 端口 %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" -"来自 %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, 端口 " -"%{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "常规设置" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "硬件流量分载" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 和 IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "仅 IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "仅 IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "入站设备" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" -"入站 IPv4%{proto?, 协议 %{proto#%{next?, }%{item.types?%{item.name}具有类型 %{item." -"types#%{next?, }%{item}} 的 ICMP:%{item.name}}}}%{mark?, 标记 %{mark.val}}%{helper?, 助手 " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "入站数据" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "内部 IP 地址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "内部端口" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "内部区域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "无效的 DSCP 标记" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "无效的限制值" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "限制突发" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "限制日志信息" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "限制匹配" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" -"限制匹配到 %{limit.num} 包每 %{limit.unit}%{limit." -"burst? 突发 %{limit.burst}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "将流量匹配限制为指定的速率。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "环回源 IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "MASQUERADE - 自动重写为出站接口 IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "MSS 钳制" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "IP 动态伪装" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "匹配规则" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "匹配 DSCP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "匹配 ICMP 类型" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "匹配设备" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "匹配指向给定 IP 地址的转发流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "匹配指向给定目标端口或端口范围的转发流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "匹配来自此 IP 或范围的转发流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "匹配来自给定源端口或端口范围的转发流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "匹配助手" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "匹配指向此主机上指定目标端口或目标端口范围的入站流量" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "匹配标记" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "使用指定的连接跟踪助手匹配流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "匹配特定的防火墙标记或不同标记的范围。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "使用指定的出站网络设备匹配转发的流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "匹配承载指定 DSCP 标记的流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "要匹配的最大初始数据包数:未达到上述指定限制时,每次加一直到达到此数。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "星期一" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "日期" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "NAT 规则" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "NAT 规则允许对源 IP 进行精细控制,以用于出站或转发流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "名称" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "仅匹配指定目的 IP 地址的入站流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "仅匹配来自这些 MAC 的入站流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "仅匹配来自此 IP 或 IP 范围的入站流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "仅匹配源自客户端主机上给定源端口或源端口范围的入站流量" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "出站设备" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "出站区域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "出站数据" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "传递到 iptables 的额外参数。小心使用!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" -"通过将 iptables 参数传递给源和目标流量的分类规则,可以根据接口或子网以外的其" -"他条件来匹配数据包。使用这些选项应格外小心,因为无效值可能会破坏防火墙规则集" -"而对外暴露所有服务。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "端口转发" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "" -"端口转发允许 Internet 上的远程计算机连接到内部网络中的特定计算机或服务。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "协议" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "重定向匹配的入站流量到内部主机的端口" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "重定向匹配的入站流量到指定的内部主机" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "需要硬件 NAT 支持。目前 mt7621 已实现" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "要限制 IP 动态伪装的目标子网" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "要限制 IP 动态伪装的源子网" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "限制地址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "重写 IP 地址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "将匹配的流量重写到指定的源 IP 地址。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "将匹配的流量重写到指定的源端口或端口范围。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "重写端口" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "Routing/NAT 分载" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "SNAT - 重写为特定的源 IP 或端口" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "星期六" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "设置标记" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" -"在已建立的连接上设置给定的标记值。格式为 value[/mask]。如果指定了掩码,则仅修" -"改掩码中设置的位。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "基于软件的 Routing/NAT 分载" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "软件流量分载" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "源 IP 地址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "源 MAC 地址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "源地址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "源端口" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "源区域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "指定是否将此流量规则绑定到特定的入站或出站网络设备。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "指定是使用外部 IP 地址还是内部 IP 地址来反映流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "开始日期(yyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "开始时间(hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "停止日期(yyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "停止时间(hh.mm.ss)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "星期日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "需要更改现有的防火墙配置,以使 LuCI 正常运行。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "防火墙通过在网络接口上创建区域来控制网络流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"以下选项控制此区域(%s)和其它区域间的转发策略。目标区域接收" -"源自 %q 的转发流量。源区域匹配的转发流量来自目标为 " -"%q 的其它区域。转发规则的作用是单向的,例如:转发从 lan 到 " -"wan 的流量并意味着允许反向转发从 wan 到 lan 的流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"本节定义 %q 的通用属性。入站数据出站数据选项用于设置此区" -"域入站和出站流量的默认策略,转发选项描述该区域内不同网络之间的流量转" -"发策略。涵盖的网络指定从属于这个区域的网络。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "星期四" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "时间限制" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "UTC 时间" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" -"到 %{dest}%{dest_device?, 接口 %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, 端口 %{dest_port#%{next?, }" -"%{item." -"ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"到 %{dest}%{dest_device?, 通过接口 %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, 端口 %{dest_port#%{next?, }" -"%{item." -"ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" -"到 %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, 端" -"口 %{dest_port#%{next?, }%{item.ival}}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "跟踪助手" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "通信规则" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"通信规则定义了不同区域间的数据包传输策略,例如:拒绝一些主机之间的通信,开放" -"路由器 WAN 上的端口。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "星期二" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "无法保存内容:%s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "未知或未安装的 conntrack 助手 \"%s\"" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "未命名 NAT" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "未命名转发" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "未命名规则" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "未命名区域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "无法识别的协议" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" -"按下“继续”后,目标“SNAT”的“redirect”部分将转换为“nat”部分,防火墙将重新启动以" -"应用更新的配置。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "使用外部 IP 地址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "使用内部 IP 地址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "此选项可对原始的、非 uci 托管的网络设备进行区域流量分类。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "此选项可对源或目标子网而非网络或设备进行区域流量分类。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "需要有效的防火墙标记" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "星期三" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "星期" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "异或防火墙标记" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "异或标记" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "区域 ⇒ 转发" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "区域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "接受" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "任意" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "所有区域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "应用防火墙标记" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "分配连接跟踪助手" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "不重写" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "不跟踪" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "丢弃" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "小时" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "分钟" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "拒绝" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "秒" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "此设备" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "此新区域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "无限制" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "未指定" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "有效的防火墙标记" - -#~ msgid "%s in %s" -#~ msgstr "%s 位于 %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s 和 %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s 位于 %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d 数据包/%s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "%d 数据包/%s,突发 %d 数据包。" - -#~ msgid "%s and limit to %s" -#~ msgstr "%s 并限制到 %s" - -#~ msgid "Accept forward" -#~ msgstr "接受转发" - -#~ msgid "Accept input" -#~ msgstr "接受入站" - -#~ msgid "Accept output" -#~ msgstr "接受出站" - -#~ msgid "Destination IP address" -#~ msgstr "目标 IP 地址" - -#~ msgid "Discard forward" -#~ msgstr "丢弃转发" - -#~ msgid "Discard input" -#~ msgstr "丢弃入站" - -#~ msgid "Discard output" -#~ msgstr "丢弃出站" - -#~ msgid "Do not rewrite" -#~ msgstr "不重写" - -#~ msgid "Do not track forward" -#~ msgstr "不跟踪转发" - -#~ msgid "Do not track input" -#~ msgstr "不跟踪入站" - -#~ msgid "Do not track output" -#~ msgstr "不跟踪出站" - -#~ msgid "Forward to" -#~ msgstr "转发到" - -#~ msgid "From %s in %s" -#~ msgstr "来自 %s 位于 %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "来自 %s 位于 %s 源于 %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "来自 %s 位于 %s 源端口 %s 源 MAC %s" - -#~ msgid "From %s on this device" -#~ msgstr "来自 %s 位于本设备" - -#~ msgid "From %s on this device with source %s" -#~ msgstr "来自 %s 位于本设备源于 %s" - -#~ msgid "From %s on this device with source %s and %s" -#~ msgstr "来自 %s 位于本设备源端口 %s 源 MAC %s" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "IP range" -#~ msgstr "IP 范围" - -#~ msgid "IPs" -#~ msgstr "IP" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MAC" - -#~ msgid "Network" -#~ msgstr "网络" - -#~ msgid "Refuse forward" -#~ msgstr "拒绝转发" - -#~ msgid "Refuse input" -#~ msgstr "拒绝入站" - -#~ msgid "Refuse output" -#~ msgstr "拒绝出站" - -#~ msgid "To %s at %s on this device" -#~ msgstr "到 %s 在 %s 位于本设备" - -#~ msgid "To %s in %s" -#~ msgstr "到 %s 位于 %s" - -#~ msgid "To %s on this device" -#~ msgstr "到 %s 位于本设备" - -#~ msgid "To %s, %s in %s" -#~ msgstr "到 %s, %s 位于 %s" - -#~ msgid "Via %s" -#~ msgstr "通过 %s" - -#~ msgid "Via %s at %s" -#~ msgstr "通过 %s 在 %s" - -#~ msgid "any host" -#~ msgstr "所有主机" - -#~ msgid "any router IP" -#~ msgstr "所有路由 IP" - -#~ msgid "not" -#~ msgstr "非" - -#~ msgid "port" -#~ msgstr "端口" - -#~ msgid "ports" -#~ msgstr "端口" - -#~ msgid "type" -#~ msgstr "类型" - -#~ msgid "types" -#~ msgstr "类型" - -#~ msgid "Force connection tracking" -#~ msgstr "强制连接追踪" - -#~ msgid "" -#~ "Prevent the installation of NOTRACK rules which would bypass " -#~ "connection tracking." -#~ msgstr "防止安装 NOTRACK 规则,该规则会绕过连接跟踪。" - -#~ msgid "Disable" -#~ msgstr "禁用" - -#~ msgid "Restart Firewall" -#~ msgstr "重启防火墙" - -#~ msgid "Rule is disabled" -#~ msgstr "规则已禁用" - -#~ msgid "Rule is enabled" -#~ msgstr "规则已启用" - -#~ msgid "Add" -#~ msgstr "添加" - -#~ msgid "Add and edit..." -#~ msgstr "添加并编辑…" - -#~ msgid "External zone" -#~ msgstr "外部区域" - -#~ msgid "New SNAT rule" -#~ msgstr "新建 SNAT 规则" - -#~ msgid "New forward rule" -#~ msgstr "新建转发规则" - -#~ msgid "New input rule" -#~ msgstr "新建进入规则" - -#~ msgid "New port forward" -#~ msgstr "新建端口转发" - -#~ msgid "New source NAT" -#~ msgstr "新建 Source NAT" - -#~ msgid "Open ports on router" -#~ msgstr "打开路由器端口" - -#~ msgid "Other..." -#~ msgstr "其它..." - -#~ msgid "To source IP" -#~ msgstr "到源 IP" - -#~ msgid "To source port" -#~ msgstr "到源端口" - -#~ msgid "Output zone" -#~ msgstr "出站区域" - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(未命名条目)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(未命名规则)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(未命名 SNAT)" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "端口触发" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "匹配指定目标端口或目标端口范围的转发流量。" - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "匹配来自客户端主机上指定源端口或源端口范围的入站流量。" - -#~ msgid "Rewrite matched traffic to the given address." -#~ msgstr "将匹配流量的源地址改写成指定地址。" - -#~ msgid "" -#~ "Rewrite matched traffic to the given source port. May be left empty to " -#~ "only rewrite the IP address." -#~ msgstr "将匹配流量的源端口改写成指定端口。留空只改写 IP 地址。" - -#~ msgid "Rewrite to source %s" -#~ msgstr "源地址改写成 %s" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "源地址改写成 %s, %s" - -#~ msgid "SNAT IP address" -#~ msgstr "SNAT IP 地址" - -#~ msgid "SNAT port" -#~ msgstr "SNAT 端口" - -#~ msgid "Source NAT" -#~ msgstr "Source NAT" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "Source NAT 是一种特殊形式的封包伪装,它允许精细的控制传出流量的源 IP,例" -#~ "如:将多个 WAN 地址映射到内部子网。" - -#~ msgid "Start Time (hh:mm:ss)" -#~ msgstr "开始时间(hh:mm:ss)" - -#~ msgid "Stop Time (hh:mm:ss)" -#~ msgstr "停止时间(hh:mm:ss)" - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "" -#~ "本页面可以更改端口转发的高级设置。大多数情况下,不需要更改这些设置。" - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "本页面可以更改通信规则的高级设置,比如:需匹配的源主机和目标主机。" - -#~ msgid "Unnamed SNAT" -#~ msgstr "未命名 SNAT" - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "您也可以选择“--自定义--”来定义多个协议,在多个协议间需加空格。" - -#~ msgid "Zone %q" -#~ msgstr "区域 %q" - -#~ msgid "traffic" -#~ msgstr "通信" diff --git a/luci-app-firewall/po/zh_Hant/firewall.po b/luci-app-firewall/po/zh_Hant/firewall.po deleted file mode 100644 index ee55b1669..000000000 --- a/luci-app-firewall/po/zh_Hant/firewall.po +++ /dev/null @@ -1,1385 +0,0 @@ -# -# Yangfl , 2017, 2018. -# -msgid "" -msgstr "" -"PO-Revision-Date: 2020-02-25 23:11+0000\n" -"Last-Translator: Trevor \n" -"Language-Team: Chinese (Traditional) \n" -"Language: zh_Hant\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.0-dev\n" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47 -msgid "" -"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?IPv4 and " -"IPv6:IPv6}:IPv4}%{proto?, protocol %{proto#" -"%{next?, }%{item.types?%{item.name}" -"ICMP with types %{item.types#%{next?, }" -"%{item}}:%{item.name}}}}%{mark?, mark %{mark.val}}%{dscp?, DSCP %{dscp.inv?" -"%{dscp.val}:%{dscp.val}}}%{helper?, helper " -"%{helper.inv?%{helper.val}:%{helper." -"val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -msgid "-- add IP --" -msgstr "-- 新增 IP --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 -msgid "-- add MAC --" -msgstr "-- 新增 MAC 位置 --" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117 -msgid "" -"Accept %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 -msgid "Prevent source rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80 -msgid "" -"Forward to %{dest}%{dest_ip? IP " -"%{dest_ip}}%{dest_port? port %{dest_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114 -msgid "" -"Drop %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132 -msgid "" -"Assign DSCP classification %{set_dscp}" -"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 -msgid "" -"Assign conntrack helper %{set_helper}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 -msgid "" -"%{set_mark?Assign:XOR} firewall mark " -"%{set_mark?:%{set_xmark}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83 -msgid "Automatically rewrite source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123 -msgid "" -"Do not track %{src?%{dest?forward:input}:" -"output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120 -msgid "" -"Reject %{src?%{dest?forward:input}:output}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80 -msgid "" -"Statically rewrite to source %{snat_ip?IP " -"%{snat_ip}} %{snat_port?port %{snat_port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:224 -msgid "A rewrite IP must be specified!" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212 -msgid "ACCEPT - Disable address rewriting" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:228 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 -msgid "Action" -msgstr "行動" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "" -"Additional raw iptables arguments to classify zone destination " -"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " -"traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "" -"Additional raw iptables arguments to classify zone source traffic, " -"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:92 -msgid "Advanced Settings" -msgstr "進階設定" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "Allow \"invalid\" traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322 -msgid "Allow forward from source zones:" -msgstr "允許從源區域轉發:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:281 -msgid "Allow forward to destination zones:" -msgstr "允許轉發到目標區域:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506 -msgid "Any" -msgstr "任何" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:273 -msgid "Any day" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314 -msgid "" -"Apply a bitwise XOR of the given value and the existing mark value on " -"established connections. Format is value[/mask]. If a mask is specified then " -"those bits set in the mask are zeroed out." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Apply the given DSCP class or value to established connections." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Assign the specified connection tracking helper to matched traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "Automatic helper assignment" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225 -msgid "" -"Automatically assign conntrack helpers based on traffic protocol and port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 -msgid "Conntrack Settings" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Conntrack helpers" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 -msgid "Contents have been saved." -msgstr "內容已經儲存。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650 -msgid "Continue" -msgstr "繼續" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "Covered devices" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151 -msgid "Covered networks" -msgstr "覆蓋網路" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "Covered subnets" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53 -msgid "Custom Rules" -msgstr "自訂規則" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 -msgid "" -"Custom rules allow you to execute arbitrary iptables commands which are not " -"otherwise covered by the firewall framework. The commands are executed after " -"each firewall restart, right after the default ruleset has been loaded." -msgstr "" -"自訂規則允許您執行不屬於防火牆框架的任意 iptables 指令。每次重啟防火牆時,在" -"預設的規則執行後這些指令將立即執行。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 -msgid "DSCP classification" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 -msgid "DSCP mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193 -msgid "Destination address" -msgstr "目標位址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 -msgid "Destination port" -msgstr "目標埠" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 -msgid "Destination zone" -msgstr "目標區域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 -msgid "Device name" -msgstr "裝置名稱" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:222 -msgid "" -"Do not install extra rules to reject forwarded traffic with conntrack state " -"invalid. This may be required for complex asymmetric route setups." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44 -msgid "Drop invalid packets" -msgstr "丟棄無效資料包" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 -msgid "Enable" -msgstr "啟用" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 -msgid "Enable NAT Loopback" -msgstr "啟用 NAT 環回" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:43 -msgid "Enable SYN-flood protection" -msgstr "啟用 SYN-flood 防禦" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 -msgid "Enable logging on this zone" -msgstr "啟用此區域的日誌記錄" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "Expecting: %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62 -msgid "Experimental feature. Not fully compatible with QoS/SQM." -msgstr "實驗特性。與 QoS/SQM 不完全相容。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229 -msgid "Explicitly choses allowed connection tracking helpers for zone traffic" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 -msgid "External IP address" -msgstr "外部 IP 位址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 -msgid "External port" -msgstr "外部埠" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:248 -msgid "Extra arguments" -msgstr "附加引數" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:260 -msgid "Extra destination arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 -msgid "Extra iptables arguments" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250 -msgid "Extra source arguments" -msgstr "" - -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 -msgid "Firewall" -msgstr "防火牆" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 -msgid "Firewall - Custom Rules" -msgstr "防火牆 - 自訂規則" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 -msgid "Firewall - NAT Rules" -msgstr "防火牆 - NAT 規則" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 -msgid "Firewall - Port Forwards" -msgstr "防火牆 - 埠轉發" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -msgid "Firewall - Traffic Rules" -msgstr "防火牆 - 通訊規則" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -msgid "Firewall - Zone Settings" -msgstr "防火牆 - 區域設定" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:643 -msgid "Firewall configuration migration" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 -msgid "Forward" -msgstr "轉發" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29 -msgid "" -"Forwarded IPv4%{proto?, protocol %{proto#%{next?, }%{item.name}}}%{mark?, mark %{mark.val}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263 -msgid "Friday" -msgstr "星期五" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 -msgid "" -"From %{src}%{src_device?, interface %{src_device}}%{src_ip?, IP " -"%{src_ip#%{next?, }%{item.ival}}}%{src_port?, port %{src_port#%{next?, }" -"%{item." -"ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}" -"}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47 -msgid "" -"From %{src}%{src_ip?, IP %{src_ip#%{next?, }%{item.ival}}}%{src_port?, " -"port %{src_port#%{next?, }%{item.ival}}}%{src_mac?, MAC %{src_mac#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:91 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 -msgid "General Settings" -msgstr "基本設定" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 -msgid "Hardware flow offloading" -msgstr "硬體流量分載" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:203 -msgid "IPv4 and IPv6" -msgstr "IPv4 和 IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 -msgid "IPv4 only" -msgstr "僅 IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:205 -msgid "IPv6 only" -msgstr "僅 IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243 -msgid "Inbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37 -msgid "" -"Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?%{item.name}ICMP with " -"types %{item.types#%{next?, }%{item}}:%{item." -"name}}}}%{mark?, mark %{mark.val}" -"}%{helper?, helper %{helper.inv?%{helper.val}:%{helper.val}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 -msgid "Input" -msgstr "入站資料" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 -msgid "Internal IP address" -msgstr "內部 IP 位址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 -msgid "Internal port" -msgstr "內部埠" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 -msgid "Internal zone" -msgstr "內部區域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302 -msgid "Invalid DSCP mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370 -msgid "Invalid limit value" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 -msgid "Limit burst" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:238 -msgid "Limit log messages" -msgstr "限制日誌資訊" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 -msgid "Limit matching" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67 -msgid "" -"Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "Loopback source IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211 -msgid "MASQUERADE - Automatically rewrite to outbound interface IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:148 -msgid "MSS clamping" -msgstr "MSS 鉗制" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145 -msgid "Masquerading" -msgstr "IP 動態偽裝" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:146 -msgid "Match" -msgstr "匹配規則" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260 -msgid "Match DSCP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284 -msgid "Match ICMP type" -msgstr "匹配 ICMP 型別" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -msgid "Match device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 -msgid "Match forwarded traffic directed at the given IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 -msgid "" -"Match forwarded traffic directed at the given destination port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180 -msgid "Match forwarded traffic from this IP or range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 -msgid "" -"Match forwarded traffic originating from the given source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220 -msgid "" -"Match incoming traffic directed at the given destination port or port range " -"on this host" -msgstr "匹配指向此主機上指定目標埠或目標埠範圍的入站流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Match mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 -msgid "Match traffic using the specified connection tracking helper." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 -msgid "Matches a specific firewall mark or a range of different marks." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 -msgid "Matches forwarded traffic using the specified outbound network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 -msgid "Matches traffic carrying the specified DSCP marking." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381 -msgid "" -"Maximum initial number of packets to match: this number gets recharged by " -"one every time the limit specified above is not reached, up to this number." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259 -msgid "Monday" -msgstr "星期一" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 -msgid "Month Days" -msgstr "日期" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:129 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 -msgid "NAT Rules" -msgstr "NAT 規則" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 -msgid "" -"NAT rules allow fine grained control over the source IP to use for outbound " -"or forwarded traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 -msgid "Name" -msgstr "名字" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 -msgid "Only match incoming traffic directed at the given IP address." -msgstr "僅匹配指定目的 IP 位址的入站流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196 -msgid "Only match incoming traffic from these MACs." -msgstr "僅匹配來自這些 MAC 的入站流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201 -msgid "Only match incoming traffic from this IP or range." -msgstr "僅匹配來自此 IP 或 IP 範圍的入站流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 -msgid "" -"Only match incoming traffic originating from the given source port or port " -"range on the client host" -msgstr "僅匹配源自客戶端主機上給定源埠或源埠範圍的入站流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238 -msgid "Outbound device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 -msgid "Outbound zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130 -msgid "Output" -msgstr "出站資料" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 -msgid "Passes additional arguments to iptables. Use with care!" -msgstr "傳遞到 iptables 的額外引數。小心使用!" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:247 -msgid "" -"Passing raw iptables arguments to source and destination traffic " -"classification rules allows to match packets based on other criteria than " -"interfaces or subnets. These options should be used with extreme care as " -"invalid values could render the firewall ruleset broken, completely exposing " -"all services." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:131 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 -msgid "Port Forwards" -msgstr "埠轉發" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -msgid "" -"Port forwarding allows remote computers on the Internet to connect to a " -"specific computer or service within the private LAN." -msgstr "埠轉發允許 Internet 上的遠端計算機連線到內部網路中的特定計算機或服務。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:168 -msgid "Protocol" -msgstr "協議" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 -msgid "" -"Redirect matched incoming traffic to the given port on the internal host" -msgstr "重定向匹配的入站流量到內部主機的埠" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 -msgid "Redirect matched incoming traffic to the specified internal host" -msgstr "重定向匹配的入站流量到指定的內部主機" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:74 -msgid "Requires hardware NAT support. Implemented at least for mt7621" -msgstr "需要硬體 NAT 支援。目前 mt7621 已實現" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 -msgid "Restrict Masquerading to given destination subnets" -msgstr "要限制 IP 動態偽裝的目標子網" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 -msgid "Restrict Masquerading to given source subnets" -msgstr "要限制 IP 動態偽裝的源子網" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:202 -msgid "Restrict to address family" -msgstr "限制位址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 -msgid "Rewrite IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215 -msgid "Rewrite matched traffic to the specified source IP address." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 -msgid "Rewrite matched traffic to the specified source port or port range." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:229 -msgid "Rewrite port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 -msgid "Routing/NAT Offloading" -msgstr "Routing/NAT 分載" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210 -msgid "SNAT - Rewrite to specific source IP or port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264 -msgid "Saturday" -msgstr "星期六" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "Set mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 -msgid "" -"Set the given mark value on established connections. Format is value[/mask]. " -"If a mask is specified then only those bits set in the mask are modified." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69 -msgid "Software based offloading for routing/NAT" -msgstr "基於軟體的 Routing/NAT 分載" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68 -msgid "Software flow offloading" -msgstr "軟體流量分載" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 -msgid "Source IP address" -msgstr "源 IP 位址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 -msgid "Source MAC address" -msgstr "源 MAC 位址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:339 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:179 -msgid "Source address" -msgstr "源位址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:205 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Source port" -msgstr "源埠" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 -msgid "Source zone" -msgstr "源區域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -msgid "" -"Specifies whether to tie this traffic rule to a specific inbound or outbound " -"network device." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 -msgid "" -"Specifies whether to use the external or the internal IP address for " -"reflected traffic." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288 -msgid "Start Date (yyyy-mm-dd)" -msgstr "開始日期(yyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280 -msgid "Start Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:464 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292 -msgid "Stop Date (yyyy-mm-dd)" -msgstr "停止日期(yyyy-mm-dd)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284 -msgid "Stop Time (hh.mm.ss)" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:430 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258 -msgid "Sunday" -msgstr "星期日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:644 -msgid "" -"The existing firewall configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 -msgid "" -"The firewall creates zones over your network interfaces to control network " -"traffic flow." -msgstr "防火牆通過在網路介面上建立區域來控制網路流量。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277 -msgid "" -"The options below control the forwarding policies between this zone (%s) and " -"other zones. Destination zones cover forwarded traffic " -"originating from %q. Source zones match forwarded " -"traffic from other zones targeted at %q. The forwarding " -"rule is unidirectional, e.g. a forward from lan to wan does " -"not imply a permission to forward from wan to lan as well." -msgstr "" -"以下選項可以控制區域(%s)和其它區域間的轉發規則。目標區域接收" -"源自 %q 的轉發流量。源區域匹配從目標為 %q 的區域的需轉發流量。轉發規則的作用是單向的,例如:一條允許" -"從 lan 到 wan 的轉發規則並不隱含有允許相反方向從 wan 到 lan 的流量轉發。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:103 -msgid "" -"This section defines common properties of %q. The input and " -"output options set the default policies for traffic entering and " -"leaving this zone while the forward option describes the policy for " -"forwarded traffic between different networks within the zone. Covered " -"networks specifies which available networks are members of this zone." -msgstr "" -"本節定義 %q 的通用屬性,入站資料出站資料選項用於設定此區" -"域入站和出站流量的預設策略,轉發選項描述該區域內不同網路之間的流量轉" -"發策略。覆蓋網路指定從屬於這個區域的網路。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:434 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 -msgid "Thursday" -msgstr "星期四" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136 -msgid "Time Restrictions" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:468 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:296 -msgid "Time in UTC" -msgstr "UTC 時間" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76 -msgid "" -"To %{dest}%{dest_device?, interface %{dest_device}}%{dest_ip?, IP " -"%{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }" -"%{item." -"ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48 -msgid "" -"To %{dest}%{dest_device?, via interface %{dest_device}}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port " -"%{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 -msgid "" -"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 -msgid "Tracking helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 -msgid "Traffic Rules" -msgstr "通訊規則" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 -msgid "" -"Traffic rules define policies for packets traveling between different zones, " -"for example to reject traffic between certain hosts or to open WAN ports on " -"the router." -msgstr "" -"通訊規則定義了不同區域間的資料包傳輸策略,例如:拒絕一些主機之間的通訊,開放" -"路由器 WAN 上的埠。" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:432 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260 -msgid "Tuesday" -msgstr "星期二" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 -msgid "Unable to save contents: %s" -msgstr "無法儲存內容:%s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 -msgid "Unknown or not installed conntrack helper \"%s\"" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:139 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143 -msgid "Unnamed NAT" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158 -msgid "Unnamed forward" -msgstr "未命名轉發" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -msgid "Unnamed rule" -msgstr "未命名規則" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108 -msgid "Unnamed zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 -msgid "Unrecognized protocol" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:645 -msgid "" -"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will " -"be converted to \"nat\" sections and the firewall will be restarted to apply " -"the updated configuration." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -msgid "Use external IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -msgid "Use internal IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 -msgid "" -"Use this option to classify zone traffic by raw, non-uci managed " -"network devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 -msgid "" -"Use this option to classify zone traffic by source or destination subnet " -"instead of networks or devices." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328 -msgid "Valid firewall mark required" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261 -msgid "Wednesday" -msgstr "星期三" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253 -msgid "Week Days" -msgstr "星期" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372 -msgid "XOR firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 -msgid "XOR mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 -msgid "Zone ⇒ Forwardings" -msgstr "區域 ⇒ 轉發" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 -msgid "Zones" -msgstr "區域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 -msgid "accept" -msgstr "接受" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:242 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:393 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 -msgid "any" -msgstr "所有" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "any zone" -msgstr "所有區域" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:371 -msgid "apply firewall mark" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 -msgid "assign conntrack helper" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "day" -msgstr "日" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:233 -msgid "do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 -msgid "don't track" -msgstr "不跟蹤" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136 -msgid "drop" -msgstr "丟棄" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "hour" -msgstr "小時" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "minute" -msgstr "分鐘" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 -msgid "reject" -msgstr "拒絕" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60 -msgid "second" -msgstr "秒" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49 -msgid "this device" -msgstr "此裝置" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:102 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:276 -msgid "this new zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351 -msgid "unlimited" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:242 -msgid "unspecified" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 -msgid "valid firewall mark" -msgstr "" - -#~ msgid "%s in %s" -#~ msgstr "%s 位於 %s" - -#~ msgid "%s%s with %s" -#~ msgstr "%s%s 和 %s" - -#~ msgid "%s, %s in %s" -#~ msgstr "%s, %s 位於 %s" - -#~ msgid "%d pkts. per %s" -#~ msgstr "%d 資料包/%s" - -#~ msgid "%d pkts. per %s, burst %d pkts." -#~ msgstr "%d 資料包/%s,突發 %d 資料包。" - -#~ msgid "%s and limit to %s" -#~ msgstr "%s 並限制到 %s" - -#~ msgid "Accept forward" -#~ msgstr "接受轉發" - -#~ msgid "Accept input" -#~ msgstr "接受入站" - -#~ msgid "Accept output" -#~ msgstr "接受出站" - -#~ msgid "Destination IP address" -#~ msgstr "目標 IP 位址" - -#~ msgid "Discard forward" -#~ msgstr "丟棄轉發" - -#~ msgid "Discard input" -#~ msgstr "丟棄入站" - -#~ msgid "Discard output" -#~ msgstr "丟棄出站" - -#~ msgid "Do not rewrite" -#~ msgstr "不重寫" - -#~ msgid "Do not track forward" -#~ msgstr "不跟蹤轉發" - -#~ msgid "Do not track input" -#~ msgstr "不跟蹤入站" - -#~ msgid "Do not track output" -#~ msgstr "不跟蹤出站" - -#~ msgid "Forward to" -#~ msgstr "轉發到" - -#~ msgid "From %s in %s" -#~ msgstr "來自 %s 位於 %s" - -#~ msgid "From %s in %s with source %s" -#~ msgstr "來自 %s 位於 %s 源於 %s" - -#~ msgid "From %s in %s with source %s and %s" -#~ msgstr "來自 %s 位於 %s 源埠 %s 源 MAC %s" - -#~ msgid "From %s on this device" -#~ msgstr "來自 %s 位於本裝置" - -#~ msgid "From %s on this device with source %s" -#~ msgstr "來自 %s 位於本裝置源於 %s" - -#~ msgid "From %s on this device with source %s and %s" -#~ msgstr "來自 %s 位於本裝置源埠 %s 源 MAC %s" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "IP range" -#~ msgstr "IP 範圍" - -#~ msgid "IPs" -#~ msgstr "IP" - -#~ msgid "IPv4" -#~ msgstr "IPv4" - -#~ msgid "IPv6" -#~ msgstr "IPv6" - -#~ msgid "MAC" -#~ msgstr "MAC" - -#~ msgid "MACs" -#~ msgstr "MAC" - -#~ msgid "Refuse forward" -#~ msgstr "拒絕轉發" - -#~ msgid "Refuse input" -#~ msgstr "拒絕入站" - -#~ msgid "Refuse output" -#~ msgstr "拒絕出站" - -#~ msgid "To %s at %s on this device" -#~ msgstr "到 %s 在 %s 位於本裝置" - -#~ msgid "To %s in %s" -#~ msgstr "到 %s 位於 %s" - -#~ msgid "To %s on this device" -#~ msgstr "到 %s 位於本裝置" - -#~ msgid "To %s, %s in %s" -#~ msgstr "到 %s, %s 位於 %s" - -#~ msgid "Via %s" -#~ msgstr "通過 %s" - -#~ msgid "Via %s at %s" -#~ msgstr "通過 %s 在 %s" - -#~ msgid "any host" -#~ msgstr "所有主機" - -#~ msgid "any router IP" -#~ msgstr "所有路由 IP" - -#~ msgid "not" -#~ msgstr "非" - -#~ msgid "port" -#~ msgstr "埠" - -#~ msgid "ports" -#~ msgstr "埠" - -#~ msgid "type" -#~ msgstr "型別" - -#~ msgid "types" -#~ msgstr "型別" - -#~ msgid "Force connection tracking" -#~ msgstr "強制連線追蹤" - -#~ msgid "Disable" -#~ msgstr "禁用" - -#~ msgid "Restart Firewall" -#~ msgstr "重啟防火牆" - -#~ msgid "Rule is disabled" -#~ msgstr "規則已禁用" - -#~ msgid "Rule is enabled" -#~ msgstr "規則已啟用" - -#~ msgid "Add" -#~ msgstr "新增" - -#~ msgid "Add and edit..." -#~ msgstr "新增並編輯…" - -#~ msgid "External zone" -#~ msgstr "外部區域" - -#~ msgid "New SNAT rule" -#~ msgstr "新建 SNAT 規則" - -#~ msgid "New forward rule" -#~ msgstr "新建轉發規則" - -#~ msgid "New input rule" -#~ msgstr "新建進入規則" - -#~ msgid "New port forward" -#~ msgstr "新建埠轉發" - -#~ msgid "New source NAT" -#~ msgstr "新建 Source NAT" - -#~ msgid "Open ports on router" -#~ msgstr "開啟路由器埠" - -#~ msgid "Other..." -#~ msgstr "其它..." - -#~ msgid "To source IP" -#~ msgstr "到源 IP" - -#~ msgid "To source port" -#~ msgstr "到源埠" - -#~ msgid "Output zone" -#~ msgstr "出站區域" - -#~ msgid "(Unnamed Entry)" -#~ msgstr "(未命名條目)" - -#~ msgid "(Unnamed Rule)" -#~ msgstr "(未命名規則)" - -#~ msgid "(Unnamed SNAT)" -#~ msgstr "(未命名 SNAT)" - -#~ msgid "Inter-Zone Forwarding" -#~ msgstr "埠觸發" - -#~ msgid "Match forwarded traffic to the given destination port or port range." -#~ msgstr "匹配指定目標埠或目標埠範圍的轉發流量。" - -#~ msgid "" -#~ "Match incoming traffic originating from the given source port or port " -#~ "range on the client host." -#~ msgstr "匹配來自客戶端主機上指定源埠或源埠範圍的入站流量。" - -#~ msgid "Rewrite matched traffic to the given address." -#~ msgstr "將匹配流量的源位址改寫成指定位址。" - -#~ msgid "" -#~ "Rewrite matched traffic to the given source port. May be left empty to " -#~ "only rewrite the IP address." -#~ msgstr "將匹配流量的源埠改寫成指定埠。留空只改寫 IP 位址。" - -#~ msgid "Rewrite to source %s" -#~ msgstr "源位址改寫成 %s" - -#~ msgid "Rewrite to source %s, %s" -#~ msgstr "源位址改寫成 %s, %s" - -#~ msgid "SNAT IP address" -#~ msgstr "SNAT IP 位址" - -#~ msgid "SNAT port" -#~ msgstr "SNAT 埠" - -#~ msgid "Source NAT" -#~ msgstr "Source NAT" - -#~ msgid "" -#~ "Source NAT is a specific form of masquerading which allows fine grained " -#~ "control over the source IP used for outgoing traffic, for example to map " -#~ "multiple WAN addresses to internal subnets." -#~ msgstr "" -#~ "Source NAT 是一種特殊形式的封包偽裝,它允許精細的控制傳出流量的源 IP,例" -#~ "如:將多個 WAN 位址對映到內部子網。" - -#~ msgid "Start Time (hh:mm:ss)" -#~ msgstr "開始時間(hh:mm:ss)" - -#~ msgid "Stop Time (hh:mm:ss)" -#~ msgstr "停止時間(hh:mm:ss)" - -#~ msgid "" -#~ "This page allows you to change advanced properties of the port forwarding " -#~ "entry. In most cases there is no need to modify those settings." -#~ msgstr "本頁面可以更改埠轉發的高階設定。大多數情況下,不需要更改這些設定。" - -#~ msgid "" -#~ "This page allows you to change advanced properties of the traffic rule " -#~ "entry, such as matched source and destination hosts." -#~ msgstr "本頁面可以更改通訊規則的高階設定,比如:需匹配的源主機和目標主機。" - -#~ msgid "Unnamed SNAT" -#~ msgstr "未命名 SNAT" - -#~ msgid "" -#~ "You may specify multiple by selecting \"-- custom --\" and then entering " -#~ "protocols separated by space." -#~ msgstr "您也可以選擇“--自訂--”來定義多個協議,在多個協議間需加空格。" - -#~ msgid "Zone %q" -#~ msgstr "區域 %q" - -#~ msgid "traffic" -#~ msgstr "通訊" diff --git a/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json b/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json deleted file mode 100644 index f8a3553a7..000000000 --- a/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "admin/network/firewall": { - "title": "Firewall", - "order": 60, - "action": { - "type": "alias", - "path": "admin/network/firewall/zones" - }, - "depends": { - "acl": [ "luci-app-firewall" ], - "fs": { "/sbin/fw3": "executable" }, - "uci": { "firewall": true } - } - }, - - "admin/network/firewall/zones": { - "title": "General Settings", - "order": 10, - "action": { - "type": "view", - "path": "firewall/zones" - } - }, - - "admin/network/firewall/forwards": { - "title": "Port Forwards", - "order": 20, - "action": { - "type": "view", - "path": "firewall/forwards" - } - }, - - "admin/network/firewall/rules": { - "title": "Traffic Rules", - "order": 30, - "action": { - "type": "view", - "path": "firewall/rules" - } - }, - - "admin/network/firewall/snats": { - "title": "NAT Rules", - "order": 40, - "action": { - "type": "view", - "path": "firewall/snats" - } - }, - - - "admin/network/firewall/custom": { - "title": "Custom Rules", - "order": 50, - "action": { - "type": "view", - "path": "firewall/custom" - } - } -} diff --git a/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json b/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json deleted file mode 100644 index 17d1fbab1..000000000 --- a/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "luci-app-firewall": { - "description": "Grant access to firewall configuration", - "read": { - "file": { - "/etc/firewall.user": [ "read" ] - }, - "ubus": { - "file": [ "read" ], - "luci": [ "getConntrackHelpers" ] - }, - "uci": [ "firewall" ] - }, - "write": { - "file": { - "/etc/firewall.user": [ "write" ] - }, - "ubus": { - "file": [ "write" ] - }, - "uci": [ "firewall" ] - } - } -}